Skip to content

Conversation

kshitij12345
Copy link
Collaborator

Fixes #57006

@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Apr 28, 2021

💊 CI failures summary and remediations

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



1 failure not recognized by patterns:

Job Step Action
CircleCI binary_windows_libtorch_3_7_cpu_release_build Build 🔁 rerun

❄️ 2 failures tentatively classified as flaky

but reruns have not yet been triggered to confirm:

See CircleCI build pytorch_windows_vs2019_py36_cpu_build (1/2)

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

("Connection broken: ConnectionResetError(10054...ly closed by the remote host', None, 10054, None))
C:\Users\circleci\project>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 

(base) C:\Users\circleci\project>if "" == "" (
call conda install -y -q python=3.6 numpy cffi pyyaml boto3  
 call conda install -y -q -c conda-forge cmake  
 call conda install -y -q -c conda-forge libuv=1.39 
) 
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... done

("Connection broken: ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None)", ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))


## Package Plan ##

  environment location: C:\Jenkins\Miniconda3

  added / updated specs:
    - boto3
    - cffi
    - numpy

See CircleCI build pytorch_windows_vs2019_py36_cuda11.1_build (2/2)

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

requests.exceptions.ChunkedEncodingError: ("Con...ly closed by the remote host', None, 10054, None))
      File "C:\Jenkins\Miniconda3\lib\site-packages\requests\sessions.py", line 543, in get
        return self.request('GET', url, **kwargs)
      File "C:\Jenkins\Miniconda3\lib\site-packages\requests\sessions.py", line 530, in request
        resp = self.send(prep, **send_kwargs)
      File "C:\Jenkins\Miniconda3\lib\site-packages\requests\sessions.py", line 685, in send
        r.content
      File "C:\Jenkins\Miniconda3\lib\site-packages\requests\models.py", line 829, in content
        self._content = b''.join(self.iter_content(CONTENT_CHUNK_SIZE)) or b''
      File "C:\Jenkins\Miniconda3\lib\site-packages\requests\models.py", line 754, in generate
        raise ChunkedEncodingError(e)
    requests.exceptions.ChunkedEncodingError: ("Connection broken: ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None)", ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))

`$ C:\Jenkins\Miniconda3\Scripts\conda-script.py install -y -q -c conda-forge libuv=1.39`

  environment variables:
                 CIO_TEST=<not set>
       CMAKE_INCLUDE_PATH=C:\Users\circleci\project\build\win_tmp\mkl\include
        CONDA_DEFAULT_ENV=base
                CONDA_EXE=C:\Jenkins\Miniconda3\condabin\..\Scripts\conda.exe
               CONDA_EXES="C:\Jenkins\Miniconda3\condabin\..\Scripts\conda.exe"
         CONDA_PARENT_DIR=C:\Jenkins

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.

@kshitij12345 kshitij12345 requested review from ngimel and removed request for albanD and soulitzer April 28, 2021 06:12
@zou3519 zou3519 added the triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module label Apr 28, 2021
Copy link
Collaborator

@albanD albanD left a comment

Choose a reason for hiding this comment

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

LGTM

@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

@albanD merged this pull request in ac86e0a.

krshrimali pushed a commit to krshrimali/pytorch that referenced this pull request May 19, 2021
Summary:
Fixes pytorch#57006

Pull Request resolved: pytorch#57101

Reviewed By: gchanan

Differential Revision: D28076988

Pulled By: albanD

fbshipit-source-id: 1c1bd396282ca030b2445e4f3e1912f3c5a42b6c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla signed Merged open source triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[grad] index_fill : Incorrect gradient when index has duplicates
6 participants