Skip to content

our setup requires actions/checkout@v1 to work correctly#31371

Merged
mingbowan merged 4 commits intopytorch:v1.4.0from
mingbowan:fix_lint
Dec 17, 2019
Merged

our setup requires actions/checkout@v1 to work correctly#31371
mingbowan merged 4 commits intopytorch:v1.4.0from
mingbowan:fix_lint

Conversation

@mingbowan
Copy link
Copy Markdown

No description provided.

@kostmo
Copy link
Copy Markdown
Member

kostmo commented Dec 17, 2019

CircleCI build failures summary

As of commit 2415ca9:

  • 4/4 failures introduced in this PR

Detailed failure analysis

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

4 new failures recognized by patterns

The following build failures don't appear to be due to upstream breakage:

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_build (1/4)

Step: "Build" (full log | pattern match details)

Automatic merge failed; fix conflicts and then commit the result.
CONFLICT (add/add): Merge conflict in .circleci/docker/common/install_cache.sh 
Auto-merging .circleci/docker/common/install_cache.sh 
CONFLICT (add/add): Merge conflict in .circleci/docker/common/install_android.sh 
Auto-merging .circleci/docker/common/install_android.sh 
CONFLICT (add/add): Merge conflict in .circleci/docker/build.sh 
Auto-merging .circleci/docker/build.sh 
CONFLICT (add/add): Merge conflict in .circleci/config.yml 
Auto-merging .circleci/config.yml 
CONFLICT (add/add): Merge conflict in .circleci/cimodel/data/binary_build_definitions.py 
Auto-merging .circleci/cimodel/data/binary_build_definitions.py 
Automatic merge failed; fix conflicts and then commit the result. 

See CircleCI build pytorch_xla_linux_xenial_py3_6_clang7_build (2/4)

Step: "Build" (full log | pattern match details)

Dec 17 19:01:13 Failed to run '['/var/lib/jenkins/workspace/xla/scripts/generate_code.sh']'
Dec 17 19:01:12 AtenXlaType function missed override: Tensor upsample_bilinear2d(const Tensor& self, IntArrayRef output_size, bool align_corners, double scales_1, double scales_2); // upsample_bilinear2d(Tensor,IntArrayRef,bool,double,double)->Tensor 
Dec 17 19:01:12 AtenXlaType function missed override: Tensor upsample_bilinear2d_backward(const Tensor& grad_output, IntArrayRef output_size, IntArrayRef input_size, bool align_corners, double scales_1, double scales_2); // upsample_bilinear2d_backward(Tensor,IntArrayRef,IntArrayRef,bool,double,double)->Tensor 
Dec 17 19:01:12 AtenXlaType function missed override: Tensor upsample_nearest2d(const Tensor& self, IntArrayRef output_size, double scales_1, double scales_2); // upsample_nearest2d(Tensor,IntArrayRef,double,double)->Tensor 
Dec 17 19:01:12 AtenXlaType function missed override: Tensor upsample_nearest2d_backward(const Tensor& grad_output, IntArrayRef output_size, IntArrayRef input_size, double scales_1, double scales_2); // upsample_nearest2d_backward(Tensor,IntArrayRef,IntArrayRef,double,double)->Tensor 
Dec 17 19:01:12 Traceback (most recent call last): 
Dec 17 19:01:12   File "/var/lib/jenkins/workspace/xla/scripts/gen.py", line 1052, in <module> 
Dec 17 19:01:12     generate(args) 
Dec 17 19:01:12   File "/var/lib/jenkins/workspace/xla/scripts/gen.py", line 1022, in generate 
Dec 17 19:01:12     assert check_overrides(overrides, overridden) 
Dec 17 19:01:12 AssertionError 
Dec 17 19:01:13 Failed to run '['/var/lib/jenkins/workspace/xla/scripts/generate_code.sh']' 
Dec 17 19:01:13 Building torch_xla version: 0.8 
Dec 17 19:01:13 =================== sccache compilation log =================== 
Dec 17 19:01:13 + cleanup 
Dec 17 19:01:13 + retcode=1 
Dec 17 19:01:13 + set +x 
Dec 17 19:01:13 =========== If your build fails, please take a look at the log above for possible reasons =========== 
Dec 17 19:01:13 Compile requests               2493 
Dec 17 19:01:13 Compile requests executed      2238 
Dec 17 19:01:13 Cache hits                     2100 
Dec 17 19:01:13 Cache misses                    125 

See CircleCI build caffe2_onnx_py2_gcc5_ubuntu16_04_test (3/4)

Step: "Test" (full log | pattern match details)

Dec 17 19:03:55 ../.local/lib/python2.7/site-packages/caffe2/python/allcompare_test.py::TestAllCompare::test_allcompare FAILED [ 0%]
Dec 17 19:03:47 ============================= test session starts ============================== 
Dec 17 19:03:47 platform linux2 -- Python 2.7.12, pytest-4.6.6, py-1.8.0, pluggy-0.13.0 -- /usr/bin/python2 
Dec 17 19:03:47 cachedir: .pytest_cache 
Dec 17 19:03:47 rootdir: /var/lib/jenkins 
Dec 17 19:03:47 plugins: hypothesis-3.59.0, sugar-0.9.2 
Dec 17 19:03:47 collecting ... WARNING:root:This caffe2 python run does not have GPU support. Will run in CPU only mode. 
Dec 17 19:03:48 INFO:caffe2.python.net_drawer:Cannot import pydot, which is required for drawing a network. This can usually be installed in python with "pip install pydot". Also, pydot requires graphviz to convert dot files to pdf: in ubuntu, this can usually be installed with "sudo apt-get install graphviz". 
Dec 17 19:03:55 net_drawer will not run correctly. Please install the correct dependencies. 
Dec 17 19:03:55 collected 2900 items / 1 skipped / 2899 selected 
Dec 17 19:03:55  
Dec 17 19:03:55 ../.local/lib/python2.7/site-packages/caffe2/python/allcompare_test.py::TestAllCompare::test_allcompare FAILED [  0%] 
Dec 17 19:03:55  
Dec 17 19:03:55 =================================== FAILURES =================================== 
Dec 17 19:03:55 ________________________ TestAllCompare.test_allcompare ________________________ 
Dec 17 19:03:55  
Dec 17 19:03:55 self = <caffe2.python.allcompare_test.TestAllCompare testMethod=test_allcompare> 
Dec 17 19:03:55  
Dec 17 19:03:55     @given( 
Dec 17 19:03:55 >       d=st.integers(1, 5), n=st.integers(2, 11), num_procs=st.integers(1, 8) 
Dec 17 19:03:55     ) 
Dec 17 19:03:55     def test_allcompare(self, d, n, num_procs): 

See CircleCI build caffe2_onnx_py3_6_clang7_ubuntu16_04_test (4/4)

Step: "Test" (full log | pattern match details)

Dec 17 19:08:57 ../.local/lib/python3.6/site-packages/caffe2/python/allcompare_test.py::TestAllCompare::test_allcompare FAILED [ 0%]
Dec 17 19:08:50 ============================= test session starts ============================== 
Dec 17 19:08:50 platform linux -- Python 3.6.9, pytest-5.2.2, py-1.8.0, pluggy-0.13.0 -- /usr/bin/python3.6 
Dec 17 19:08:50 cachedir: .pytest_cache 
Dec 17 19:08:50 rootdir: /var/lib/jenkins 
Dec 17 19:08:50 plugins: hypothesis-3.59.0, sugar-0.9.2 
Dec 17 19:08:50 collecting ... WARNING:root:This caffe2 python run does not have GPU support. Will run in CPU only mode. 
Dec 17 19:08:51 INFO:caffe2.python.net_drawer:Cannot import pydot, which is required for drawing a network. This can usually be installed in python with "pip install pydot". Also, pydot requires graphviz to convert dot files to pdf: in ubuntu, this can usually be installed with "sudo apt-get install graphviz". 
Dec 17 19:08:57 net_drawer will not run correctly. Please install the correct dependencies. 
Dec 17 19:08:57 collected 2900 items / 1 skipped / 2899 selected 
Dec 17 19:08:57  
Dec 17 19:08:57 ../.local/lib/python3.6/site-packages/caffe2/python/allcompare_test.py::TestAllCompare::test_allcompare FAILED [  0%] 
Dec 17 19:08:57  
Dec 17 19:08:57 =================================== FAILURES =================================== 
Dec 17 19:08:57 ________________________ TestAllCompare.test_allcompare ________________________ 
Dec 17 19:08:57  
Dec 17 19:08:57 self = <caffe2.python.allcompare_test.TestAllCompare testMethod=test_allcompare> 
Dec 17 19:08:57  
Dec 17 19:08:57     @given( 
Dec 17 19:08:57 >       d=st.integers(1, 5), n=st.integers(2, 11), num_procs=st.integers(1, 8) 
Dec 17 19:08:57     ) 
Dec 17 19:08:57     def test_allcompare(self, d, n, num_procs): 

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 5 times.

@mingbowan mingbowan changed the title checkout correct branch for linting our setup requires actions/checkout@v1 to work correctly Dec 17, 2019
@mingbowan mingbowan requested a review from suo December 17, 2019 18:45
@mingbowan mingbowan merged commit 336e0d2 into pytorch:v1.4.0 Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants