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

[v1.5.0] Skip ROCm test in test/test_cpp_extensions_aot.py (#35838) #35899

Merged
merged 1 commit into from
Apr 2, 2020

Conversation

gchanan
Copy link
Contributor

@gchanan gchanan commented Apr 2, 2020

Summary:
Pull Request resolved: #35838

It may be flaky.

Test Plan: Imported from OSS

Differential Revision: D20807409

Pulled By: gchanan

fbshipit-source-id: f085d05bcb6a04d304f3cd048c38d2e8453125d6

Summary:
Pull Request resolved: pytorch#35838

It may be flaky.

Test Plan: Imported from OSS

Differential Revision: D20807409

Pulled By: gchanan

fbshipit-source-id: f085d05bcb6a04d304f3cd048c38d2e8453125d6
@gchanan gchanan merged commit 8ad59f0 into pytorch:release/1.5 Apr 2, 2020
@dr-ci
Copy link

dr-ci bot commented Apr 2, 2020

💊 CircleCI build failures summary and remediations

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


  • 2/2 failures introduced in this PR

🕵️ 2 new failures recognized by patterns

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

See CircleCI build binary_linux_libtorch_2_7m_cpu_gcc5_4_cxx11-abi_shared-with-deps_build (1/2)

Step: "Build" (full log | pattern match details) <confirmed not flaky by 2 failures>

Apr 02 21:22:59 numpy/random/mtrand/mtrand.c:39645:11: error: �PyThreadState {aka struct _ts}� has no member named �exc_traceback�
Apr 02 21:22:59                            ^ 
Apr 02 21:22:59     numpy/random/mtrand/mtrand.c:39642:20: error: �PyThreadState {aka struct _ts}� has no member named �exc_traceback� 
Apr 02 21:22:59          tmp_tb = tstate->exc_traceback; 
Apr 02 21:22:59                         ^ 
Apr 02 21:22:59     numpy/random/mtrand/mtrand.c:39643:11: error: �PyThreadState {aka struct _ts}� has no member named �exc_type� 
Apr 02 21:22:59          tstate->exc_type = local_type; 
Apr 02 21:22:59                ^ 
Apr 02 21:22:59     numpy/random/mtrand/mtrand.c:39644:11: error: �PyThreadState {aka struct _ts}� has no member named �exc_value� 
Apr 02 21:22:59          tstate->exc_value = local_value; 
Apr 02 21:22:59                ^ 
Apr 02 21:22:59     numpy/random/mtrand/mtrand.c:39645:11: error: �PyThreadState {aka struct _ts}� has no member named �exc_traceback� 
Apr 02 21:22:59          tstate->exc_traceback = local_tb; 
Apr 02 21:22:59                ^ 
-x86_64-3.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/opt/conda/include/python3.7m -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -Ibuild/src.linux-x86_64-3.7/numpy/core/src/private -c numpy/random/mtrand/mtrand.c -o build/temp.linux-x86_64-3.7/numpy/random/mtrand/mtrand.o" failed with exit status 1 
Apr 02 21:22:59     ---------------------------------------- 
, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-iryuzcg6/numpy/setup.py'"'"'; __file__='"'"'/tmp/pip-install-iryuzcg6/numpy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-sevbs0f4/install-record.txt --single-version-externally-managed --compile --install-headers /opt/conda/include/python3.7m/numpy Check the logs for full command output. 

See CircleCI build pytorch_linux_backward_compatibility_check_test (2/2)

Step: "Test" (full log | pattern match details) <confirmed not flaky by 2 failures>

Apr 02 21:36:56 The PR is introducing backward incompatible changes to the operator library. Please contact PyTorch team to confirm whether this change is wanted or not.
Apr 02 21:36:56 processing existing schema:  aten::sparse_coo_tensor.size(int[] size, *, int dtype, int layout, Device device, bool pin_memory=False) -> (Tensor) 
Apr 02 21:36:56 processing existing schema:  aten::sparse_coo_tensor.indices(Tensor indices, Tensor values, *, int? dtype=None, int? layout=None, Device? device=None, bool? pin_memory=None) -> (Tensor) 
Apr 02 21:36:56 processing existing schema:  aten::sparse_coo_tensor.indices_size(Tensor indices, Tensor values, int[] size, *, int? dtype=None, int? layout=None, Device? device=None, bool? pin_memory=None) -> (Tensor) 
Apr 02 21:36:56 processing existing schema:  aten::split_with_sizes(Tensor self, int[] split_sizes, int dim=0) -> (Tensor[]) 
Apr 02 21:36:56 processing existing schema:  aten::squeeze(Tensor(a) self) -> (Tensor(a)) 
Apr 02 21:36:56 processing existing schema:  aten::squeeze.dim(Tensor(a) self, int dim) -> (Tensor(a)) 
Apr 02 21:36:56 processing existing schema:  aten::stft(Tensor self, int n_fft, int? hop_length=None, int? win_length=None, Tensor? window=None, bool normalized=False, bool onesided=True) -> (Tensor) 
Apr 02 21:36:56 processing existing schema:  aten::sub_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> (Tensor(a!)) 
Apr 02 21:36:56 processing existing schema:  aten::sub_.Scalar(Tensor(a!) self, Scalar other, Scalar alpha=1) -> (Tensor(a!)) 
Apr 02 21:36:56 processing existing schema:  aten::t(Tensor(a) self) -> (Tensor(a)) 
Apr 02 21:36:56 The PR is introducing backward incompatible changes to the operator library. Please contact PyTorch team to confirm whether this change is wanted or not.  
Apr 02 21:36:56  
Apr 02 21:36:56 Broken ops: [ 
Apr 02 21:36:56 	aten::owner(RRef(t) self) -> (__torch__.torch.classes.dist_rpc.WorkerInfo) 
Apr 02 21:36:56 	_aten::to.device(Tensor self, Device device, int dtype, bool non_blocking=False, bool copy=False, int? memory_format=None) -> (Tensor) 
Apr 02 21:36:56 	_aten::select.int(Tensor self, int dim, int index) -> (Tensor) 
Apr 02 21:36:56 	_aten::dequantize(Tensor self) -> (Tensor) 
Apr 02 21:36:56 	_aten::detach(Tensor self) -> (Tensor) 
Apr 02 21:36:56 	_aten::slice.Tensor(Tensor self, int dim, int start, int end, int step) -> (Tensor) 
Apr 02 21:36:56 	_aten::quantize_per_tensor(Tensor self, float scale, int zero_point, int dtype) -> (Tensor) 
Apr 02 21:36:56 	_prim::NumToTensor.Scalar(Scalar _0) -> (Tensor _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 on the GitHub issue tracker.

See how this bot performed.

This comment has been revised 2 times.

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.

None yet

1 participant