Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a variable initialization #60896

Closed
wants to merge 3 commits into from
Closed

Conversation

r-barnes
Copy link
Contributor

Differential Revision: D29431625

@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Jun 28, 2021

💊 CI failures summary and remediations

As of commit 3a0d4da (more details on the Dr. CI page and at hud.pytorch.org/pr/60896):


  • 3/3 failures possibly* introduced in this PR
    • 1/3 non-scanned failure(s)

🕵️ 2 new failures recognized by patterns

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

See CircleCI build pytorch_linux_xenial_py3_clang7_onnx_ort_test1 (1/2)

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

Jul 01 04:45:57 [ FAILED ] MathKernelTest.NativeLayerNorm
Jul 01 04:45:57 [ RUN      ] MathKernelTest.NarrowCopy
Jul 01 04:45:57 [       OK ] MathKernelTest.NarrowCopy (0 ms)
Jul 01 04:45:57 [ RUN      ] MathKernelTest.Bmm
Jul 01 04:45:57 [       OK ] MathKernelTest.Bmm (11 ms)
Jul 01 04:45:57 [----------] 7 tests from MathKernelTest (23 ms total)
Jul 01 04:45:57 
Jul 01 04:45:57 [----------] Global test environment tear-down
Jul 01 04:45:57 [==========] 7 tests from 1 test case ran. (23 ms total)
Jul 01 04:45:57 [  PASSED  ] 6 tests.
Jul 01 04:45:57 [  FAILED  ] 1 test, listed below:
Jul 01 04:45:57 [  FAILED  ] MathKernelTest.NativeLayerNorm
Jul 01 04:45:57 
Jul 01 04:45:57  1 FAILED TEST


Exited with code exit status 1

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

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

2021-07-01T05:20:54.5757706Z [ FAILED ] MathKernelTest.NativeLayerNorm
2021-07-01T05:20:54.0440330Z [ RUN      ] MathKernelTest.NarrowCopy
2021-07-01T05:20:54.0441554Z [       OK ] MathKernelTest.NarrowCopy (1 ms)
2021-07-01T05:20:54.0442401Z [ RUN      ] MathKernelTest.Bmm
2021-07-01T05:20:54.5750076Z [       OK ] MathKernelTest.Bmm (530 ms)
2021-07-01T05:20:54.5750642Z [----------] 7 tests from MathKernelTest (537 ms total)
2021-07-01T05:20:54.5750959Z 
2021-07-01T05:20:54.5751309Z [----------] Global test environment tear-down
2021-07-01T05:20:54.5756431Z [==========] 7 tests from 1 test case ran. (537 ms total)
2021-07-01T05:20:54.5756824Z [  PASSED  ] 6 tests.
2021-07-01T05:20:54.5757167Z [  FAILED  ] 1 test, listed below:
2021-07-01T05:20:54.5757706Z [  FAILED  ] MathKernelTest.NativeLayerNorm
2021-07-01T05:20:54.5758103Z 
2021-07-01T05:20:54.5758351Z  1 FAILED TEST
2021-07-01T05:20:54.6068662Z "math_kernel_test" failed with exit code 1
2021-07-01T05:20:54.6105185Z + cleanup
2021-07-01T05:20:54.6105519Z + retcode=1
2021-07-01T05:20:54.6105781Z + set +x
2021-07-01T05:20:54.6135504Z ##[error]Process completed with exit code 1.
2021-07-01T05:20:54.6294442Z ##[group]Run # -ir => recursive include all files in pattern
2021-07-01T05:20:54.6295080Z �[36;1m# -ir => recursive include all files in pattern�[0m
2021-07-01T05:20:54.6295589Z �[36;1m7z a "test-reports-$Env:TEST_CONFIG.zip" -ir'!test\*.xml'�[0m

Preview docs built from this PR

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.

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D29431625

Differential Revision: D29431512

fbshipit-source-id: 8d95ffecc9bc07412babe66bd5531d2974796a72
Differential Revision: D29431572

fbshipit-source-id: 042fe52a4cc993d20011199faf49c7e7173ad4ed
Summary: Pull Request resolved: pytorch#60896

Test Plan: Sandcastle

Differential Revision: D29431625

fbshipit-source-id: 9cb0f8b79cb8fcf191dc2898619dad2aabfc0050
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D29431625

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 8f61d94.

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.

2 participants