Skip to content

Conversation

@seemethere
Copy link
Member

@seemethere seemethere commented Sep 13, 2021

@pytorch-probot
Copy link

pytorch-probot bot commented Sep 13, 2021

CI Flow Status

⚛️ CI Flow

Ruleset - Version: v1
Ruleset - File: https://github.com/pytorch/pytorch/blob/cfc230c4ab2bb309abedd0838fab79ca2378c588/.github/generated-ciflow-ruleset.json
PR ciflow labels: ciflow/default

Workflows Labels (bold enabled) Status
Triggered Workflows
linux-bionic-py3.6-clang9 ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux, ciflow/noarch, ciflow/xla ✅ triggered
linux-bionic-py3.8-gcc9-coverage ciflow/all, ciflow/coverage, ciflow/cpu, ciflow/default, ciflow/linux ✅ triggered
linux-xenial-cuda11.3-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/default, ciflow/linux ✅ triggered
linux-xenial-py3.6-gcc5.4 ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux ✅ triggered
linux-xenial-py3.6-gcc7-bazel-test ciflow/all, ciflow/bazel, ciflow/cpu, ciflow/default, ciflow/linux ✅ triggered
win-vs2019-cpu-py3 ciflow/all, ciflow/cpu, ciflow/default, ciflow/win ✅ triggered
win-vs2019-cuda10.2-py3 ciflow/all, ciflow/cuda, ciflow/default, ciflow/win ✅ triggered
Skipped Workflows
libtorch-linux-xenial-cuda10.2-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/libtorch, ciflow/linux 🚫 skipped
libtorch-linux-xenial-cuda11.3-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/libtorch, ciflow/linux 🚫 skipped
linux-bionic-cuda10.2-py3.9-gcc7 ciflow/all, ciflow/cuda, ciflow/linux, ciflow/slow 🚫 skipped
linux-xenial-cuda10.2-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/linux, ciflow/slow 🚫 skipped
parallelnative-linux-xenial-py3.6-gcc5.4 ciflow/all, ciflow/cpu, ciflow/linux 🚫 skipped
paralleltbb-linux-xenial-py3.6-gcc5.4 ciflow/all, ciflow/cpu, ciflow/linux 🚫 skipped
periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/libtorch, ciflow/linux, ciflow/scheduled 🚫 skipped
periodic-linux-xenial-cuda11.1-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/linux, ciflow/scheduled 🚫 skipped
periodic-win-vs2019-cuda11.1-py3 ciflow/all, ciflow/cuda, ciflow/scheduled, ciflow/win 🚫 skipped
puretorch-linux-xenial-py3.6-gcc5.4 ciflow/all, ciflow/cpu, ciflow/linux 🚫 skipped
win-vs2019-cuda11.3-py3 ciflow/all, ciflow/cuda, ciflow/win 🚫 skipped

You can add a comment to the PR and tag @pytorchbot with the following commands:
# ciflow rerun, "ciflow/default" will always be added automatically
@pytorchbot ciflow rerun

# ciflow rerun with additional labels "-l <ciflow/label_name>", which is equivalent to adding these labels manually and trigger the rerun
@pytorchbot ciflow rerun -l ciflow/scheduled -l ciflow/slow

For more information, please take a look at the CI Flow Wiki.

@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Sep 13, 2021

🔗 Helpful links

💊 CI failures summary and remediations

As of commit cfc230c (more details on the Dr. CI page):


  • 12/12 failures introduced in this PR

🕵️ 12 new failures recognized by patterns

The following CI failures do not appear to be due to upstream breakages:

See CircleCI build pytorch_macos_10_13_py3_test (1/12)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

Sep 14 18:32:39 AssertionError: False is not true : Scalars failed to compare as equal! 1 != 2
Sep 14 18:32:39 ======================================================================
Sep 14 18:32:39 FAIL [0.003s]: test_assertEqual_numpy_cpu_uint8 (__main__.TestTestingCPU)
Sep 14 18:32:39 ----------------------------------------------------------------------
Sep 14 18:32:39 Traceback (most recent call last):
Sep 14 18:32:39   File "/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 373, in instantiated_test
Sep 14 18:32:39     result = test(self, **param_kwargs)
Sep 14 18:32:39   File "test_testing.py", line 31, in test_assertEqual_numpy
Sep 14 18:32:39     self.assertEqual(1, 2)
Sep 14 18:32:39   File "/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py", line 1691, in assertEqual
Sep 14 18:32:39     super().assertTrue(result, msg=self._get_assert_msg(msg, debug_msg=debug_msg))
Sep 14 18:32:39 AssertionError: False is not true : Scalars failed to compare as equal! 1 != 2
Sep 14 18:32:39 
Sep 14 18:32:39 ----------------------------------------------------------------------
Sep 14 18:32:39 Ran 112 tests in 7.885s
Sep 14 18:32:39 
Sep 14 18:32:39 FAILED (failures=11, skipped=3)
Sep 14 18:32:39 
Sep 14 18:32:39 Generating XML reports...
Sep 14 18:32:39 Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertClose-20210914183231.xml
Sep 14 18:32:39 Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20210914183231.xml
Sep 14 18:32:39 Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20210914183231.xml

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_test (2/12)

Step: "Run tests" (full log | diagnosis details | 🔁 rerun)

Sep 14 18:09:25 AssertionError: False is not true : Scalars failed to compare as equal! 1 != 2
Sep 14 18:09:25 ======================================================================
Sep 14 18:09:25 FAIL [0.002s]: test_assertEqual_numpy_cpu_uint8 (__main__.TestTestingCPU)
Sep 14 18:09:25 ----------------------------------------------------------------------
Sep 14 18:09:25 Traceback (most recent call last):
Sep 14 18:09:25   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 373, in instantiated_test
Sep 14 18:09:25     result = test(self, **param_kwargs)
Sep 14 18:09:25   File "test_testing.py", line 31, in test_assertEqual_numpy
Sep 14 18:09:25     self.assertEqual(1, 2)
Sep 14 18:09:25   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_utils.py", line 1691, in assertEqual
Sep 14 18:09:25     super().assertTrue(result, msg=self._get_assert_msg(msg, debug_msg=debug_msg))
Sep 14 18:09:25 AssertionError: False is not true : Scalars failed to compare as equal! 1 != 2
Sep 14 18:09:25 
Sep 14 18:09:25 ----------------------------------------------------------------------
Sep 14 18:09:25 Ran 112 tests in 6.623s
Sep 14 18:09:25 
Sep 14 18:09:25 FAILED (failures=11, skipped=3)
Sep 14 18:09:25 
Sep 14 18:09:25 Generating XML reports...
Sep 14 18:09:25 Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertClose-20210914180918.xml
Sep 14 18:09:25 Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20210914180918.xml
Sep 14 18:09:25 Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20210914180918.xml

See CircleCI build pytorch_linux_xenial_py3_clang7_asan_test2 (3/12)

Step: "Run tests" (full log | diagnosis details | 🔁 rerun)

Sep 14 18:23:47 AssertionError: False is not true : Scalars failed to compare as equal! 1 != 2
Sep 14 18:23:47 ======================================================================
Sep 14 18:23:47 FAIL [0.002s]: test_assertEqual_numpy_cpu_uint8 (__main__.TestTestingCPU)
Sep 14 18:23:47 ----------------------------------------------------------------------
Sep 14 18:23:47 Traceback (most recent call last):
Sep 14 18:23:47   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 373, in instantiated_test
Sep 14 18:23:47     result = test(self, **param_kwargs)
Sep 14 18:23:47   File "test_testing.py", line 31, in test_assertEqual_numpy
Sep 14 18:23:47     self.assertEqual(1, 2)
Sep 14 18:23:47   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_utils.py", line 1691, in assertEqual
Sep 14 18:23:47     super().assertTrue(result, msg=self._get_assert_msg(msg, debug_msg=debug_msg))
Sep 14 18:23:47 AssertionError: False is not true : Scalars failed to compare as equal! 1 != 2
Sep 14 18:23:47 
Sep 14 18:23:47 ----------------------------------------------------------------------
Sep 14 18:23:47 Ran 112 tests in 13.021s
Sep 14 18:23:47 
Sep 14 18:23:47 FAILED (failures=11, skipped=4)
Sep 14 18:23:47 
Sep 14 18:23:47 Generating XML reports...
Sep 14 18:23:47 Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertClose-20210914182334.xml
Sep 14 18:23:47 Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20210914182334.xml
Sep 14 18:23:47 Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20210914182334.xml

See GitHub Actions build win-vs2019-cpu-py3 / test (default, 1, 2, windows.4xlarge) (4/12)

Step: "Run test scripts" (full log | diagnosis details | 🔁 rerun)

2021-09-14T19:38:08.9858522Z AssertionError: Fa... true : Scalars failed to compare as equal! 1 != 2
2021-09-14T19:38:08.9852165Z AssertionError: False is not true : Scalars failed to compare as equal! 1 != 2
2021-09-14T19:38:08.9852532Z 
2021-09-14T19:38:08.9852991Z ❌ Failure: TestTestingCPU.test_assertEqual_numpy_cpu_uint8
2021-09-14T19:38:08.9853611Z Traceback (most recent call last):
2021-09-14T19:38:08.9854460Z   File "C:\actions-runner\_work\pytorch\pytorch\pytorch-1234616030\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 373, in instantiated_test
2021-09-14T19:38:08.9855238Z     result = test(self, **param_kwargs)
2021-09-14T19:38:08.9855757Z   File "test_testing.py", line 31, in test_assertEqual_numpy
2021-09-14T19:38:08.9856239Z     self.assertEqual(1, 2)
2021-09-14T19:38:08.9857018Z   File "C:\actions-runner\_work\pytorch\pytorch\pytorch-1234616030\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 1691, in assertEqual
2021-09-14T19:38:08.9857900Z     super().assertTrue(result, msg=self._get_assert_msg(msg, debug_msg=debug_msg))
2021-09-14T19:38:08.9858522Z AssertionError: False is not true : Scalars failed to compare as equal! 1 != 2
2021-09-14T19:38:08.9858890Z 
2021-09-14T19:38:08.9859160Z ✅ 97 Passed
2021-09-14T19:38:08.9866294Z 💨 4 Skipped
2021-09-14T19:38:08.9866611Z 🚨 11 Failed
2021-09-14T19:38:09.0158992Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1
2021-09-14T19:38:09.0159615Z �[36;1m.github\scripts\wait_for_ssh_to_drain.ps1�[0m
2021-09-14T19:38:09.0184081Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2021-09-14T19:38:09.0184626Z env:
2021-09-14T19:38:09.0184994Z   BUILD_ENVIRONMENT: win-vs2019-cpu-py3
2021-09-14T19:38:09.0185390Z   BUILD_WHEEL: 1

See GitHub Actions build linux-xenial-cuda11.3-py3.6-gcc7 / test (default, 2, 2, linux.8xlarge.nvidia.gpu) (5/12)

Step: "Test PyTorch" (full log | diagnosis details | 🔁 rerun)

2021-09-14T19:16:17.6284048Z AssertionError: Fa... true : Scalars failed to compare as equal! 1 != 2
2021-09-14T19:16:17.6275574Z 
2021-09-14T19:16:17.6276024Z Traceback (most recent call last):
2021-09-14T19:16:17.6277046Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_utils.py", line 1132, in wrapper
2021-09-14T19:16:17.6277846Z     method(*args, **kwargs)
2021-09-14T19:16:17.6278896Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 373, in instantiated_test
2021-09-14T19:16:17.6279804Z     result = test(self, **param_kwargs)
2021-09-14T19:16:17.6280471Z   File "test_testing.py", line 31, in test_assertEqual_numpy
2021-09-14T19:16:17.6281101Z     self.assertEqual(1, 2)
2021-09-14T19:16:17.6282151Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_utils.py", line 1691, in assertEqual
2021-09-14T19:16:17.6283160Z     super().assertTrue(result, msg=self._get_assert_msg(msg, debug_msg=debug_msg))
2021-09-14T19:16:17.6284048Z AssertionError: False is not true : Scalars failed to compare as equal! 1 != 2
2021-09-14T19:16:17.6284633Z 		
2021-09-14T19:16:17.6285144Z ✅ 100 Passed
2021-09-14T19:16:17.6285674Z 💨 3 Skipped
2021-09-14T19:16:17.6286159Z 🚨 11 Failed
2021-09-14T19:16:17.6437056Z ##[group]Run # Remove any previous test reports if they exist
2021-09-14T19:16:17.6437894Z �[36;1m# Remove any previous test reports if they exist�[0m
2021-09-14T19:16:17.6438530Z �[36;1mrm -f test-reports-*.zip�[0m
2021-09-14T19:16:17.6439196Z �[36;1mzip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml'�[0m
2021-09-14T19:16:17.6450831Z shell: /usr/bin/bash -e {0}
2021-09-14T19:16:17.6451259Z env:

See GitHub Actions build linux-bionic-py3.8-gcc9-coverage / test (default, 2, 2, linux.2xlarge) (6/12)

Step: "Test PyTorch" (full log | diagnosis details | 🔁 rerun)

2021-09-14T18:47:55.0674647Z AssertionError: Fa... true : Scalars failed to compare as equal! 1 != 2
2021-09-14T18:47:55.0668192Z AssertionError: False is not true : Scalars failed to compare as equal! 1 != 2
2021-09-14T18:47:55.0668580Z 
2021-09-14T18:47:55.0669128Z ❌ Failure: TestTestingCPU.test_assertEqual_numpy_cpu_uint8
2021-09-14T18:47:55.0669697Z Traceback (most recent call last):
2021-09-14T18:47:55.0670747Z   File "/opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_device_type.py", line 373, in instantiated_test
2021-09-14T18:47:55.0671463Z     result = test(self, **param_kwargs)
2021-09-14T18:47:55.0671960Z   File "test_testing.py", line 31, in test_assertEqual_numpy
2021-09-14T18:47:55.0672431Z     self.assertEqual(1, 2)
2021-09-14T18:47:55.0673231Z   File "/opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py", line 1691, in assertEqual
2021-09-14T18:47:55.0673990Z     super().assertTrue(result, msg=self._get_assert_msg(msg, debug_msg=debug_msg))
2021-09-14T18:47:55.0674647Z AssertionError: False is not true : Scalars failed to compare as equal! 1 != 2
2021-09-14T18:47:55.0675030Z 
2021-09-14T18:47:55.0675352Z ✅ 98 Passed
2021-09-14T18:47:55.0675727Z 💨 3 Skipped
2021-09-14T18:47:55.0676078Z 🚨 11 Failed
2021-09-14T18:47:55.0823080Z ##[group]Run # Remove any previous test reports if they exist
2021-09-14T18:47:55.0823724Z �[36;1m# Remove any previous test reports if they exist�[0m
2021-09-14T18:47:55.0824195Z �[36;1mrm -f test-reports-*.zip�[0m
2021-09-14T18:47:55.0824693Z �[36;1mzip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml'�[0m
2021-09-14T18:47:55.0835393Z shell: /usr/bin/bash -e {0}
2021-09-14T18:47:55.0835711Z env:

See GitHub Actions build win-vs2019-cpu-py3 / test (default, 2, 2, windows.4xlarge) (7/12)

Step: "Run test scripts" (full log | diagnosis details | 🔁 rerun)

2021-09-14T20:32:13.0901476Z AssertionError: Fa... true : Scalars failed to compare as equal! 1 != 2
2021-09-14T20:32:13.0894979Z AssertionError: False is not true : Scalars failed to compare as equal! 1 != 2
2021-09-14T20:32:13.0895340Z 
2021-09-14T20:32:13.0895813Z ❌ Failure: TestTestingCPU.test_assertEqual_numpy_cpu_uint8
2021-09-14T20:32:13.0896593Z Traceback (most recent call last):
2021-09-14T20:32:13.0897446Z   File "C:\actions-runner\_work\pytorch\pytorch\pytorch-1234616030\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 373, in instantiated_test
2021-09-14T20:32:13.0898228Z     result = test(self, **param_kwargs)
2021-09-14T20:32:13.0898723Z   File "test_testing.py", line 31, in test_assertEqual_numpy
2021-09-14T20:32:13.0899190Z     self.assertEqual(1, 2)
2021-09-14T20:32:13.0899981Z   File "C:\actions-runner\_work\pytorch\pytorch\pytorch-1234616030\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 1691, in assertEqual
2021-09-14T20:32:13.0900843Z     super().assertTrue(result, msg=self._get_assert_msg(msg, debug_msg=debug_msg))
2021-09-14T20:32:13.0901476Z AssertionError: False is not true : Scalars failed to compare as equal! 1 != 2
2021-09-14T20:32:13.0901838Z 
2021-09-14T20:32:13.0902091Z ✅ 16459 Passed
2021-09-14T20:32:13.0902440Z 💨 5573 Skipped
2021-09-14T20:32:13.0902712Z 🚨 11 Failed
2021-09-14T20:32:13.1307188Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1
2021-09-14T20:32:13.1307782Z �[36;1m.github\scripts\wait_for_ssh_to_drain.ps1�[0m
2021-09-14T20:32:13.1331510Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2021-09-14T20:32:13.1332019Z env:
2021-09-14T20:32:13.1332394Z   BUILD_ENVIRONMENT: win-vs2019-cpu-py3
2021-09-14T20:32:13.1332762Z   BUILD_WHEEL: 1

See GitHub Actions build linux-bionic-py3.6-clang9 / test (default, 2, 2, linux.2xlarge) (8/12)

Step: "Test PyTorch" (full log | diagnosis details | 🔁 rerun)

2021-09-14T18:46:44.3285893Z AssertionError: Fa... true : Scalars failed to compare as equal! 1 != 2
2021-09-14T18:46:44.3280095Z 		
2021-09-14T18:46:44.3280640Z ❌ Failure: TestTestingCPU.test_assertEqual_numpy_cpu_uint8
2021-09-14T18:46:44.3281020Z 
2021-09-14T18:46:44.3281342Z Traceback (most recent call last):
2021-09-14T18:46:44.3282138Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 373, in instantiated_test
2021-09-14T18:46:44.3282808Z     result = test(self, **param_kwargs)
2021-09-14T18:46:44.3283290Z   File "test_testing.py", line 31, in test_assertEqual_numpy
2021-09-14T18:46:44.3283753Z     self.assertEqual(1, 2)
2021-09-14T18:46:44.3284518Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_utils.py", line 1691, in assertEqual
2021-09-14T18:46:44.3285253Z     super().assertTrue(result, msg=self._get_assert_msg(msg, debug_msg=debug_msg))
2021-09-14T18:46:44.3285893Z AssertionError: False is not true : Scalars failed to compare as equal! 1 != 2
2021-09-14T18:46:44.3286315Z 		
2021-09-14T18:46:44.3286643Z ✅ 98 Passed
2021-09-14T18:46:44.3287009Z 💨 3 Skipped
2021-09-14T18:46:44.3287450Z 🚨 11 Failed
2021-09-14T18:46:44.3445814Z ##[group]Run # Remove any previous test reports if they exist
2021-09-14T18:46:44.3446452Z �[36;1m# Remove any previous test reports if they exist�[0m
2021-09-14T18:46:44.3447000Z �[36;1mrm -f test-reports-*.zip�[0m
2021-09-14T18:46:44.3447491Z �[36;1mzip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml'�[0m
2021-09-14T18:46:44.3458029Z shell: /usr/bin/bash -e {0}
2021-09-14T18:46:44.3458342Z env:

See GitHub Actions build linux-xenial-py3.6-gcc5.4 / test (default, 1, 2, linux.2xlarge) (9/12)

Step: "Test PyTorch" (full log | diagnosis details | 🔁 rerun)

2021-09-14T18:49:40.8196518Z AssertionError: Fa... true : Scalars failed to compare as equal! 1 != 2
2021-09-14T18:49:40.8185658Z 		
2021-09-14T18:49:40.8186823Z ❌ Failure: TestTestingCPU.test_assertEqual_numpy_cpu_uint8
2021-09-14T18:49:40.8187726Z 
2021-09-14T18:49:40.8188301Z Traceback (most recent call last):
2021-09-14T18:49:40.8189856Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 373, in instantiated_test
2021-09-14T18:49:40.8191054Z     result = test(self, **param_kwargs)
2021-09-14T18:49:40.8191931Z   File "test_testing.py", line 31, in test_assertEqual_numpy
2021-09-14T18:49:40.8192768Z     self.assertEqual(1, 2)
2021-09-14T18:49:40.8194158Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_utils.py", line 1691, in assertEqual
2021-09-14T18:49:40.8195399Z     super().assertTrue(result, msg=self._get_assert_msg(msg, debug_msg=debug_msg))
2021-09-14T18:49:40.8196518Z AssertionError: False is not true : Scalars failed to compare as equal! 1 != 2
2021-09-14T18:49:40.8197319Z 		
2021-09-14T18:49:40.8197998Z ✅ 98 Passed
2021-09-14T18:49:40.8198733Z 💨 3 Skipped
2021-09-14T18:49:40.8199586Z 🚨 11 Failed
2021-09-14T18:49:40.8318407Z ##[group]Run # Remove any previous test reports if they exist
2021-09-14T18:49:40.8319023Z �[36;1m# Remove any previous test reports if they exist�[0m
2021-09-14T18:49:40.8319696Z �[36;1mrm -f test-reports-*.zip�[0m
2021-09-14T18:49:40.8320175Z �[36;1mzip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml'�[0m
2021-09-14T18:49:40.8330983Z shell: /usr/bin/bash -e {0}
2021-09-14T18:49:40.8331299Z env:

See GitHub Actions build linux-bionic-py3.6-clang9 / test (default, 1, 2, linux.2xlarge) (10/12)

Step: "Test PyTorch" (full log | diagnosis details | 🔁 rerun)

2021-09-14T18:46:39.6436611Z AssertionError: Fa... true : Scalars failed to compare as equal! 1 != 2
2021-09-14T18:46:39.6430796Z 		
2021-09-14T18:46:39.6431344Z ❌ Failure: TestTestingCPU.test_assertEqual_numpy_cpu_uint8
2021-09-14T18:46:39.6431728Z 
2021-09-14T18:46:39.6432040Z Traceback (most recent call last):
2021-09-14T18:46:39.6432861Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 373, in instantiated_test
2021-09-14T18:46:39.6433526Z     result = test(self, **param_kwargs)
2021-09-14T18:46:39.6433995Z   File "test_testing.py", line 31, in test_assertEqual_numpy
2021-09-14T18:46:39.6434465Z     self.assertEqual(1, 2)
2021-09-14T18:46:39.6435223Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_utils.py", line 1691, in assertEqual
2021-09-14T18:46:39.6435970Z     super().assertTrue(result, msg=self._get_assert_msg(msg, debug_msg=debug_msg))
2021-09-14T18:46:39.6436611Z AssertionError: False is not true : Scalars failed to compare as equal! 1 != 2
2021-09-14T18:46:39.6437036Z 		
2021-09-14T18:46:39.6437366Z ✅ 98 Passed
2021-09-14T18:46:39.6437725Z 💨 3 Skipped
2021-09-14T18:46:39.6438156Z 🚨 11 Failed
2021-09-14T18:46:39.6601242Z ##[group]Run # Remove any previous test reports if they exist
2021-09-14T18:46:39.6601867Z �[36;1m# Remove any previous test reports if they exist�[0m
2021-09-14T18:46:39.6602334Z �[36;1mrm -f test-reports-*.zip�[0m
2021-09-14T18:46:39.6602823Z �[36;1mzip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml'�[0m
2021-09-14T18:46:39.6613524Z shell: /usr/bin/bash -e {0}
2021-09-14T18:46:39.6613836Z env:

See GitHub Actions build linux-bionic-py3.6-clang9 / test (noarch, 1, 1, linux.2xlarge) (11/12)

Step: "Test PyTorch" (full log | diagnosis details | 🔁 rerun)

2021-09-14T18:46:46.0737153Z AssertionError: Fa... true : Scalars failed to compare as equal! 1 != 2
2021-09-14T18:46:46.0730802Z 
2021-09-14T18:46:46.0731135Z Traceback (most recent call last):
2021-09-14T18:46:46.0731890Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_utils.py", line 1132, in wrapper
2021-09-14T18:46:46.0732482Z     method(*args, **kwargs)
2021-09-14T18:46:46.0733271Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 373, in instantiated_test
2021-09-14T18:46:46.0733942Z     result = test(self, **param_kwargs)
2021-09-14T18:46:46.0734433Z   File "test_testing.py", line 31, in test_assertEqual_numpy
2021-09-14T18:46:46.0734897Z     self.assertEqual(1, 2)
2021-09-14T18:46:46.0735679Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_utils.py", line 1691, in assertEqual
2021-09-14T18:46:46.0736483Z     super().assertTrue(result, msg=self._get_assert_msg(msg, debug_msg=debug_msg))
2021-09-14T18:46:46.0737153Z AssertionError: False is not true : Scalars failed to compare as equal! 1 != 2
2021-09-14T18:46:46.0737600Z 		
2021-09-14T18:46:46.0737936Z ✅ 109 Passed
2021-09-14T18:46:46.0738310Z 💨 30 Skipped
2021-09-14T18:46:46.0738656Z 🚨 22 Failed
2021-09-14T18:46:46.0837273Z ##[group]Run # Remove any previous test reports if they exist
2021-09-14T18:46:46.0837925Z �[36;1m# Remove any previous test reports if they exist�[0m
2021-09-14T18:46:46.0838402Z �[36;1mrm -f test-reports-*.zip�[0m
2021-09-14T18:46:46.0838882Z �[36;1mzip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml'�[0m
2021-09-14T18:46:46.0849456Z shell: /usr/bin/bash -e {0}
2021-09-14T18:46:46.0849773Z env:

See GitHub Actions build linux-bionic-py3.8-gcc9-coverage / test (default, 1, 2, linux.2xlarge) (12/12)

Step: "Test PyTorch" (full log | diagnosis details | 🔁 rerun)

2021-09-14T18:48:40.1203746Z AssertionError: Fa... true : Scalars failed to compare as equal! 1 != 2
2021-09-14T18:48:40.1197498Z AssertionError: False is not true : Scalars failed to compare as equal! 1 != 2
2021-09-14T18:48:40.1197872Z 
2021-09-14T18:48:40.1198441Z ❌ Failure: TestTestingCPU.test_assertEqual_numpy_cpu_uint8
2021-09-14T18:48:40.1198974Z Traceback (most recent call last):
2021-09-14T18:48:40.1199809Z   File "/opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_device_type.py", line 373, in instantiated_test
2021-09-14T18:48:40.1200497Z     result = test(self, **param_kwargs)
2021-09-14T18:48:40.1200975Z   File "test_testing.py", line 31, in test_assertEqual_numpy
2021-09-14T18:48:40.1201456Z     self.assertEqual(1, 2)
2021-09-14T18:48:40.1202230Z   File "/opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py", line 1691, in assertEqual
2021-09-14T18:48:40.1203002Z     super().assertTrue(result, msg=self._get_assert_msg(msg, debug_msg=debug_msg))
2021-09-14T18:48:40.1203746Z AssertionError: False is not true : Scalars failed to compare as equal! 1 != 2
2021-09-14T18:48:40.1204106Z 
2021-09-14T18:48:40.1204460Z ✅ 98 Passed
2021-09-14T18:48:40.1204840Z 💨 3 Skipped
2021-09-14T18:48:40.1205191Z 🚨 11 Failed
2021-09-14T18:48:40.1390639Z ##[group]Run # Remove any previous test reports if they exist
2021-09-14T18:48:40.1391641Z �[36;1m# Remove any previous test reports if they exist�[0m
2021-09-14T18:48:40.1392392Z �[36;1mrm -f test-reports-*.zip�[0m
2021-09-14T18:48:40.1393004Z �[36;1mzip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml'�[0m
2021-09-14T18:48:40.1403899Z shell: /usr/bin/bash -e {0}
2021-09-14T18:48:40.1404205Z env:

This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Click here to manually regenerate this comment.

…test_results"

Signed-off-by: Eli Uriegas <eliuriegasfb.com>

[ghstack-poisoned]
@pytorch-probot pytorch-probot bot assigned pytorchbot and unassigned pytorchbot Sep 13, 2021
…test_results"

Signed-off-by: Eli Uriegas <eliuriegasfb.com>

[ghstack-poisoned]
…test_results"

Signed-off-by: Eli Uriegas <eliuriegasfb.com>

[ghstack-poisoned]
@pytorch-probot pytorch-probot bot assigned pytorchbot and unassigned pytorchbot Sep 13, 2021
…test_results"

Signed-off-by: Eli Uriegas <eliuriegasfb.com>

[ghstack-poisoned]
@pytorch-probot pytorch-probot bot assigned pytorchbot and unassigned pytorchbot Sep 13, 2021
seemethere added a commit that referenced this pull request Sep 13, 2021
Signed-off-by: Eli Uriegas <eliuriegasfb.com>

ghstack-source-id: ca718c4
Pull Request resolved: #64938

Signed-off-by: Eli Uriegas <[email protected]>
…test_results"

Signed-off-by: Eli Uriegas <[email protected]>

[ghstack-poisoned]
@pytorch-probot pytorch-probot bot assigned pytorchbot and unassigned pytorchbot Sep 14, 2021
@seemethere
Copy link
Member Author

@seemethere has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@pytorch-probot pytorch-probot bot assigned pytorchbot and unassigned pytorchbot Sep 14, 2021
seemethere added a commit that referenced this pull request Sep 14, 2021
Signed-off-by: Eli Uriegas <eliuriegasfb.com>

ghstack-source-id: 83b466b
Pull Request resolved: #64938

Signed-off-by: Eli Uriegas <[email protected]>
@seemethere
Copy link
Member Author

@seemethere has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@seemethere
Copy link
Member Author

Closing this since upstream has been merged

@seemethere seemethere closed this Sep 14, 2021
@facebook-github-bot facebook-github-bot deleted the gh/seemethere/153/head branch October 15, 2021 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants