Skip to content

Conversation

ljk53
Copy link
Contributor

@ljk53 ljk53 commented Feb 7, 2020

Stack from ghstack:

Summary:
Add a simple main() to build code analyzer as a binary. This enables
easier integration with FB internal build environment.

Test Plan:

  • CI

Differential Revision: D19798560

Summary:
Add a simple main() to build code analyzer as a binary. This enables
easier integration with FB internal build environment.

Test Plan:
- CI

[ghstack-poisoned]
@dr-ci
Copy link

dr-ci bot commented Feb 7, 2020

💊 CircleCI build failures summary and remediations

As of commit 4537116:

None of the build failures appear to be your fault.

  • 1/2 broken upstream at merge base b0476dc since Feb 06

    Please rebase on the viable/strict branch (expand for instructions)

    If your commit is newer than viable/strict, you can try basing on an older, stable commit:

    git fetch origin viable/strict
    git rebase --onto viable/strict $(git merge-base origin/master HEAD)
    

    If your commit is older than viable/strict:

    git fetch origin viable/strict
    git rebase viable/strict
    

    Check out the recency history of this "viable master" tracking branch.

  • 1/2 recognized as flaky ❄️

    • Re-run these jobs?

Detailed failure analysis

One may explore the probable reasons each build failed interactively on the Dr. CI website.

❄️ 1 failure recognized as flaky

The following build failures have been detected as flaky and may not be your fault:

See CircleCI build pytorch_cpp_doc_push (1/1)

Step: "Doc Build and Push" (full log | pattern match details) ❄️

Feb 07 23:17:00 error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.
Feb 07 23:16:56   Building wheel for bs4 (setup.py): finished with status 'done' 
Feb 07 23:16:56   Created wheel for bs4: filename=bs4-0.0.1-cp36-none-any.whl size=1274 sha256=beb1e9d1940c4918bf48fb82bfe19e3d52d29b7302eb9752ffd55898bb188a74 
Feb 07 23:16:56   Stored in directory: /var/lib/jenkins/.cache/pip/wheels/a0/b0/b2/4f80b9456b87abedbc0bf2d52235414c3467d8889be38dd472 
Feb 07 23:16:56 Successfully built bs4 
Feb 07 23:16:56 Installing collected packages: docutils, alabaster, sphinxcontrib-jsmath, MarkupSafe, Jinja2, sphinxcontrib-htmlhelp, Pygments, pytz, babel, snowballstemmer, sphinxcontrib-devhelp, sphinxcontrib-serializinghtml, sphinxcontrib-applehelp, imagesize, sphinxcontrib-qthelp, Sphinx, breathe, soupsieve, beautifulsoup4, bs4, lxml 
Feb 07 23:16:59 Successfully installed Jinja2-2.11.1 MarkupSafe-1.1.1 Pygments-2.5.2 Sphinx-2.3.1 alabaster-0.7.12 babel-2.8.0 beautifulsoup4-4.8.2 breathe-4.11.1 bs4-0.0.1 docutils-0.16 imagesize-1.2.0 lxml-4.5.0 pytz-2019.3 snowballstemmer-2.0.0 soupsieve-1.9.5 sphinxcontrib-applehelp-1.0.1 sphinxcontrib-devhelp-1.0.1 sphinxcontrib-htmlhelp-1.0.2 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.2 sphinxcontrib-serializinghtml-1.1.3 
Feb 07 23:16:59 ++ pip install --no-cache-dir -e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme 
Feb 07 23:17:00 Obtaining pytorch_sphinx_theme from git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme 
Feb 07 23:17:00   Cloning https://github.com/pytorch/pytorch_sphinx_theme.git to ./src/pytorch-sphinx-theme 
Feb 07 23:17:00   Running command git clone -q https://github.com/pytorch/pytorch_sphinx_theme.git /var/lib/jenkins/workspace/docs/cpp/src/pytorch-sphinx-theme 
Feb 07 23:17:00   error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function. 
Feb 07 23:17:00   fatal: The remote end hung up unexpectedly 
Feb 07 23:17:00   fatal: early EOF 
Feb 07 23:17:00   fatal: index-pack failed 
Feb 07 23:17:00 ERROR: Command errored out with exit status 128: git clone -q https://github.com/pytorch/pytorch_sphinx_theme.git /var/lib/jenkins/workspace/docs/cpp/src/pytorch-sphinx-theme Check the logs for full command output. 

🚧 1 upstream failure recognized by patterns:

These builds matched patterns, but were probably caused by upstream breakages:


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 on the GitHub issue tracker.

This comment has been revised 6 times.

Summary:
Add a simple main() to build code analyzer as a binary. This enables
easier integration with FB internal build environment.

Test Plan:
- CI

[ghstack-poisoned]
Summary:
Add a simple main() to build code analyzer as a binary. This enables
easier integration with FB internal build environment.

Test Plan:
- CI

[ghstack-poisoned]
Summary:
Add a simple main() to build code analyzer as a binary. This enables
easier integration with FB internal build environment.

Test Plan:
- CI

[ghstack-poisoned]
ljk53 added a commit that referenced this pull request Feb 7, 2020
Summary:
Add a simple main() to build code analyzer as a binary. This enables
easier integration with FB internal build environment.

Test Plan:
- CI

ghstack-source-id: 566a7c4
Pull Request resolved: #33102
Summary:
Add a simple main() to build code analyzer as a binary. This enables
easier integration with FB internal build environment.

Test Plan:
- CI

Differential Revision: [D19798560](https://our.internmc.facebook.com/intern/diff/D19798560)

[ghstack-poisoned]
ljk53 added a commit that referenced this pull request Feb 7, 2020
Pull Request resolved: #33102



Add a simple main() to build code analyzer as a binary. This enables
easier integration with FB internal build environment.

Differential Revision: [D19798560](https://our.internmc.facebook.com/intern/diff/D19798560/)
ghstack-source-id: 97958658
@ljk53 ljk53 requested review from dreiss, ezyang and iseeyuan February 7, 2020 23:01
@facebook-github-bot
Copy link
Contributor

@ljk53 merged this pull request in 495c1df.

@facebook-github-bot facebook-github-bot deleted the gh/ljk53/103/head branch February 14, 2020 15:20
ttumiel pushed a commit to ttumiel/pytorch that referenced this pull request Mar 4, 2020
Summary:
Pull Request resolved: pytorch#33102

Add a simple main() to build code analyzer as a binary. This enables
easier integration with FB internal build environment.
ghstack-source-id: 97958658

Test Plan: - CI

Differential Revision: D19798560

Pulled By: ljk53

fbshipit-source-id: 126230e3bf7568046a309e8a6785230f820e0222
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants