Skip to content

Conversation

wconstab
Copy link
Contributor

@wconstab wconstab commented Oct 6, 2021

Summary: Original commit changeset: 3d0d5377d71e

Differential Revision: D31416438

@pytorch-probot
Copy link

pytorch-probot bot commented Oct 6, 2021

CI Flow Status

⚛️ CI Flow

Ruleset - Version: v1
Ruleset - File: https://github.com/wconstab/pytorch/blob/93b7bef616a592bc261df7b703654fad7b6938d1/.github/generated-ciflow-ruleset.json
PR ciflow labels: ciflow/default,ciflow/all

Workflows Labels (bold enabled) Status
Triggered Workflows
libtorch-linux-xenial-cuda10.2-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/libtorch, ciflow/linux ✅ triggered
libtorch-linux-xenial-cuda11.3-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/libtorch, ciflow/linux ✅ triggered
linux-bionic-cuda10.2-py3.9-gcc7 ciflow/all, ciflow/cuda, ciflow/linux, ciflow/slow ✅ triggered
linux-bionic-py3.6-clang9 ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux, ciflow/noarch, ciflow/xla ✅ triggered
linux-vulkan-bionic-py3.6-clang9 ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux, ciflow/vulkan ✅ triggered
linux-xenial-cuda10.2-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/linux, ciflow/slow ✅ triggered
linux-xenial-cuda11.3-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/default, ciflow/linux ✅ triggered
linux-xenial-py3.6-clang7-asan ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux, ciflow/sanitizers ✅ triggered
linux-xenial-py3.6-clang7-onnx ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux, ciflow/onnx ✅ 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
parallelnative-linux-xenial-py3.6-gcc5.4 ciflow/all, ciflow/cpu, ciflow/linux ✅ triggered
periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/libtorch, ciflow/linux, ciflow/scheduled ✅ triggered
periodic-linux-xenial-cuda11.1-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/linux, ciflow/scheduled ✅ triggered
periodic-pytorch-linux-xenial-cuda10.2-cudnn7-py3-gcc7-slow-gradcheck ciflow/all, ciflow/cuda, ciflow/default, ciflow/linux, ciflow/slow, ciflow/slow-gradcheck ✅ triggered
periodic-win-vs2019-cuda11.1-py3 ciflow/all, ciflow/cuda, ciflow/scheduled, ciflow/win ✅ triggered
puretorch-linux-xenial-py3.6-gcc5.4 ciflow/all, ciflow/cpu, ciflow/linux ✅ triggered
win-vs2019-cpu-py3 ciflow/all, ciflow/cpu, ciflow/default, ciflow/win ✅ triggered
win-vs2019-cuda11.3-py3 ciflow/all, ciflow/cuda, ciflow/default, ciflow/win ✅ triggered
Skipped Workflows

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 Oct 6, 2021

🔗 Helpful links

💊 CI failures summary and remediations

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



🕵️ 1 new failure recognized by patterns

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

See GitHub Actions build Lint / clang-tidy (1/1)

Step: "Check for warnings" (full log | diagnosis details | 🔁 rerun)

2021-10-07T14:04:39.9248849Z /__w/pytorch/pytor...idelines-pro-type-member-init,-warnings-as-errors]
2021-10-07T14:04:39.7040803Z �[36;1mcd "${GITHUB_WORKSPACE}"�[0m
2021-10-07T14:04:39.7041142Z �[36;1mset -eu�[0m
2021-10-07T14:04:39.7041575Z �[36;1mcat "${GITHUB_WORKSPACE}"/clang-tidy-output.txt�[0m
2021-10-07T14:04:39.7042256Z �[36;1mif grep -Fq "Warnings detected!" "${GITHUB_WORKSPACE}"/clang-tidy-output.txt; then�[0m
2021-10-07T14:04:39.7042911Z �[36;1m  echo 'Please fix the above clang-tidy warnings.'�[0m
2021-10-07T14:04:39.7043402Z �[36;1m  false�[0m
2021-10-07T14:04:39.7043674Z �[36;1mfi�[0m
2021-10-07T14:04:39.7044084Z shell: sh -e {0}
2021-10-07T14:04:39.7044390Z ##[endgroup]
2021-10-07T14:04:39.9246804Z Processing 1 clang-tidy jobs
2021-10-07T14:04:39.9248849Z /__w/pytorch/pytorch/torch/csrc/lazy/core/hash.cpp:22:3: error: union constructor should initialize one of these fields: b [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
2021-10-07T14:04:39.9250505Z   union {
2021-10-07T14:04:39.9250881Z   ^
2021-10-07T14:04:39.9252571Z Warnings detected!
2021-10-07T14:04:39.9253392Z Summary:
2021-10-07T14:04:39.9255159Z [cppcoreguidelines-pro-type-member-init] occurred 1 times
2021-10-07T14:04:39.9256098Z     /__w/pytorch/pytorch/torch/csrc/lazy/core/hash.cpp:22
2021-10-07T14:04:39.9256491Z 
2021-10-07T14:04:39.9257022Z Processing 37 clang-tidy jobs
2021-10-07T14:04:39.9257743Z Please fix the above clang-tidy warnings.
2021-10-07T14:04:39.9289791Z ##[error]Process completed with exit code 1.

1 failure not recognized by patterns:

Job Step Action
GitHub Actions Lint / clang-format Run clang-format 🔁 rerun

❄️ 2 failures tentatively classified as flaky

but reruns have not yet been triggered to confirm:

See GitHub Actions build periodic-linux-xenial-cuda11.1-py3.6-gcc7 / build (1/2)

Step: "Build" (full log | diagnosis details | 🔁 rerun) ❄️

2021-10-07T14:06:08.9213335Z E: Failed to fetch...: /etc/ssl/certs/ca-certificates.crt CRLfile: none
2021-10-07T14:06:06.0474744Z ++ [[ periodic-linux-xenial-cuda11.1-py3.6-gcc7 == *centos* ]]
2021-10-07T14:06:06.0476615Z ++ [[ periodic-linux-xenial-cuda11.1-py3.6-gcc7 == *linux-bionic* ]]
2021-10-07T14:06:06.0477748Z + [[ periodic-linux-xenial-cuda11.1-py3.6-gcc7 == *-clang7-asan* ]]
2021-10-07T14:06:06.0478890Z + [[ periodic-linux-xenial-cuda11.1-py3.6-gcc7 == *-mobile-*build* ]]
2021-10-07T14:06:06.0480086Z + [[ periodic-linux-xenial-cuda11.1-py3.6-gcc7 == *-mobile-code-analysis* ]]
2021-10-07T14:06:06.0481392Z + [[ periodic-linux-xenial-cuda11.1-py3.6-gcc7 == *linux-xenial-cuda11.1* ]]
2021-10-07T14:06:06.0482160Z + export USE_DEPLOY=ON
2021-10-07T14:06:06.0482472Z + USE_DEPLOY=ON
2021-10-07T14:06:06.0482882Z + sudo apt-get -qq update
2021-10-07T14:06:08.9210624Z W: The repository 'https://deb.nodesource.com/node_12.x xenial Release' does not have a Release file.
2021-10-07T14:06:08.9213335Z E: Failed to fetch https://deb.nodesource.com/node_12.x/dists/xenial/main/source/Sources  server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
2021-10-07T14:06:08.9215193Z E: Some index files failed to download. They have been ignored, or old ones used instead.
2021-10-07T14:06:08.9221978Z + cleanup
2021-10-07T14:06:08.9222447Z + retcode=100
2021-10-07T14:06:08.9222737Z + set +x
2021-10-07T14:06:08.9223206Z =================== sccache compilation log ===================
2021-10-07T14:06:08.9420410Z =========== If your build fails, please take a look at the log above for possible reasons ===========
2021-10-07T14:06:08.9440599Z Compile requests                      0
2021-10-07T14:06:08.9441314Z Compile requests executed             0
2021-10-07T14:06:08.9442014Z Cache hits                            0
2021-10-07T14:06:08.9442493Z Cache misses                          0

See GitHub Actions build periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7 / build (2/2)

Step: "Build" (full log | diagnosis details | 🔁 rerun) ❄️

2021-10-07T14:06:35.2021310Z E: Failed to fetch...: /etc/ssl/certs/ca-certificates.crt CRLfile: none
2021-10-07T14:06:32.3398726Z ++ [[ periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7 == *centos* ]]
2021-10-07T14:06:32.3400202Z ++ [[ periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7 == *linux-bionic* ]]
2021-10-07T14:06:32.3401668Z + [[ periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7 == *-clang7-asan* ]]
2021-10-07T14:06:32.3403141Z + [[ periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7 == *-mobile-*build* ]]
2021-10-07T14:06:32.3404662Z + [[ periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7 == *-mobile-code-analysis* ]]
2021-10-07T14:06:32.3406271Z + [[ periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7 == *linux-xenial-cuda11.1* ]]
2021-10-07T14:06:32.3407195Z + export USE_DEPLOY=ON
2021-10-07T14:06:32.3407517Z + USE_DEPLOY=ON
2021-10-07T14:06:32.3407939Z + sudo apt-get -qq update
2021-10-07T14:06:35.2019799Z W: The repository 'https://deb.nodesource.com/node_12.x xenial Release' does not have a Release file.
2021-10-07T14:06:35.2021310Z E: Failed to fetch https://deb.nodesource.com/node_12.x/dists/xenial/main/source/Sources  server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
2021-10-07T14:06:35.2022677Z E: Some index files failed to download. They have been ignored, or old ones used instead.
2021-10-07T14:06:35.2029418Z + cleanup
2021-10-07T14:06:35.2029805Z + retcode=100
2021-10-07T14:06:35.2030096Z + set +x
2021-10-07T14:06:35.2030444Z =================== sccache compilation log ===================
2021-10-07T14:06:35.2224166Z =========== If your build fails, please take a look at the log above for possible reasons ===========
2021-10-07T14:06:35.2244523Z Compile requests                      0
2021-10-07T14:06:35.2244976Z Compile requests executed             0
2021-10-07T14:06:35.2245393Z Cache hits                            0
2021-10-07T14:06:35.2245711Z Cache misses                          0

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: D31416438

@facebook-github-bot
Copy link
Contributor

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

1 similar comment
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@suo @malfet If you could stamp this PR, the only diff from the previous landed one was that I added C10_API to inline class methods of uint128 class, which was already C10_API itself.

@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

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

…h#66181)

Summary:
These utils are prerequisites for Lazy Node base class.
- set up new torch/csrc/lazy, test/cpp/lazy dirs
- add source files to build_variables.bzl in new lazy_core_sources var
- create new test_lazy binary

Fixes pytorch#65636

Pull Request resolved: pytorch#66181

Original commit changeset: 3d0d5377d71e

Test Plan:
Run PyTorch XLA corresponding PR in XLA CI:
https://github.com/pytorch/xla/pull/3148/files

Reviewed By: suo

Differential Revision: D31416438

fbshipit-source-id: 7341159e35d8f8805195d0c6c6e85b62045c4226
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

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

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.

3 participants