Skip to content

[release/1.12] ci: Pin builder to release/1.12#77986

Merged
atalman merged 1 commit intorelease/1.12from
seemethere/pin_builder_for_112
May 20, 2022
Merged

[release/1.12] ci: Pin builder to release/1.12#77986
atalman merged 1 commit intorelease/1.12from
seemethere/pin_builder_for_112

Conversation

@seemethere
Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
@facebook-github-bot
Copy link
Copy Markdown
Contributor

facebook-github-bot commented May 20, 2022

🔗 Helpful links

❌ 2 New Failures, 1 Base Failures

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

Expand to see more
  • 2/3 failures introduced in this PR
  • 1/3 broken upstream at merge base 8ff2bc0 on May 20 from 10:43am to 2:18pm

🕵️ 2 new failures recognized by patterns

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

See GitHub Actions build pull / linux-bionic-rocm5.1-py3.7 / test (default, 1, 2, linux.rocm.gpu) (1/2)

Step: "Save test results" (full log | diagnosis details | 🔁 rerun)

2022-05-21T00:50:11.7063667Z ##[error]No files ...ath: test/**/*.xml. No artifacts will be uploaded.
2022-05-21T00:50:11.4950168Z   retention-days: 14
2022-05-21T00:50:11.4950819Z   if-no-files-found: error
2022-05-21T00:50:11.4951423Z   path: test/**/*.xml
2022-05-21T00:50:11.4951975Z env:
2022-05-21T00:50:11.4952488Z   IN_CI: 1
2022-05-21T00:50:11.4953219Z   IS_GHA: 1
2022-05-21T00:50:11.4953811Z   GIT_DEFAULT_BRANCH: master
2022-05-21T00:50:11.4954651Z   DOCKER_HOST: unix:///run/user/1121/docker.sock
2022-05-21T00:50:11.4955763Z   GPU_FLAG: --device=/dev/mem --device=/dev/kfd --device=/dev/dri/renderD128 --device=/dev/dri/renderD129 --group-add video --group-add daemon
2022-05-21T00:50:11.4956755Z ##[endgroup]
2022-05-21T00:50:11.7063667Z ##[error]No files were found with the provided path: test/**/*.xml. No artifacts will be uploaded.
2022-05-21T00:50:11.7144257Z ##[group]Run set -x
2022-05-21T00:50:11.7144786Z �[36;1mset -x�[0m
2022-05-21T00:50:11.7145367Z �[36;1mpython3 -m pip install -r requirements.txt�[0m
2022-05-21T00:50:11.7146033Z �[36;1mpython3 -m pip install boto3==1.19.12�[0m
2022-05-21T00:50:11.7146816Z �[36;1mpython3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test�[0m
2022-05-21T00:50:11.7185976Z shell: /bin/bash --noprofile --norc -e -o pipefail {0}
2022-05-21T00:50:11.7186544Z env:
2022-05-21T00:50:11.7186957Z   IN_CI: 1
2022-05-21T00:50:11.7187390Z   IS_GHA: 1
2022-05-21T00:50:11.7187870Z   GIT_DEFAULT_BRANCH: master

See GitHub Actions build pull / linux-xenial-py3.7-gcc5.4 / test (backwards_compat, 1, 1, linux.2xlarge) (2/2)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-05-20T18:15:29.3896053Z The PR is introduc...m to confirm whether this change is wanted or not.
2022-05-20T18:15:29.3882719Z processing existing schema:  text(__torch__.torch.classes.profiling.SourceRef _0) -> (str _0)
2022-05-20T18:15:29.3883603Z processing existing schema:  count(__torch__.torch.classes.profiling.InstructionStats _0) -> (int _0)
2022-05-20T18:15:29.3885615Z processing existing schema:  duration_ns(__torch__.torch.classes.profiling.InstructionStats _0) -> (int _0)
2022-05-20T18:15:29.3887123Z processing existing schema:  source(__torch__.torch.classes.profiling.SourceStats _0) -> (__torch__.torch.classes.profiling.SourceRef _0)
2022-05-20T18:15:29.3889313Z processing existing schema:  line_map(__torch__.torch.classes.profiling.SourceStats _0) -> (Dict(int, __torch__.torch.classes.profiling.InstructionStats) _0)
2022-05-20T18:15:29.3889993Z processing existing schema:  __init__(__torch__.torch.classes.profiling._ScriptProfile _0) -> (NoneType _0)
2022-05-20T18:15:29.3890778Z processing existing schema:  enable(__torch__.torch.classes.profiling._ScriptProfile _0) -> (NoneType _0)
2022-05-20T18:15:29.3891830Z processing existing schema:  disable(__torch__.torch.classes.profiling._ScriptProfile _0) -> (NoneType _0)
2022-05-20T18:15:29.3893508Z processing existing schema:  _dump_stats(__torch__.torch.classes.profiling._ScriptProfile _0) -> (__torch__.torch.classes.profiling.SourceStats[] _0)
2022-05-20T18:15:29.3894697Z processing existing schema:  __init__(__torch__.torch.classes.dist_rpc.WorkerInfo _0, str _1, int _2) -> (NoneType _0)
2022-05-20T18:15:29.3896053Z The PR is introducing backward incompatible changes to the operator library. Please contact PyTorch team to confirm whether this change is wanted or not. 
2022-05-20T18:15:29.3896323Z 
2022-05-20T18:15:29.3896395Z Broken ops: [
2022-05-20T18:15:29.3896826Z 	aten::max_unpool3d_backward(Tensor grad_output, Tensor self, Tensor indices, int[3] output_size, int[3] stride, int[3] padding) -> (Tensor)
2022-05-20T18:15:29.3897418Z 	aten::max_unpool3d_backward.grad_input(Tensor grad_output, Tensor self, Tensor indices, int[3] output_size, int[3] stride, int[3] padding, *, Tensor(a!) grad_input) -> (Tensor(a!))
2022-05-20T18:15:29.3897929Z 	aten::max_unpool2d_backward(Tensor grad_output, Tensor self, Tensor indices, int[2] output_size) -> (Tensor)
2022-05-20T18:15:29.3898486Z 	aten::max_unpool2d_backward.grad_input(Tensor grad_output, Tensor self, Tensor indices, int[2] output_size, *, Tensor(a!) grad_input) -> (Tensor(a!))
2022-05-20T18:15:29.3898877Z 	aten::_cat(Tensor[] tensors, int dim=0) -> (Tensor)
2022-05-20T18:15:29.3899211Z 	aten::_cat.out(Tensor[] tensors, int dim=0, *, Tensor(a!) out) -> (Tensor(a!))
2022-05-20T18:15:29.3899707Z 	aten::scatter_reduce.two(Tensor self, int dim, Tensor index, str reduce, *, int? output_size=None) -> (Tensor)
2022-05-20T18:15:29.3900254Z 	quantized::conv2d_cudnn(Tensor act, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups, float output_scale, int output_zero_point) -> (Tensor)

🚧 1 fixed upstream failure:

These were probably caused by upstream breakages that were already fixed.

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

If your commit is older than viable/strict, run these commands:

git fetch https://github.com/pytorch/pytorch viable/strict
git rebase FETCH_HEAD

This comment was automatically generated by Dr. CI (expand for details).

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Click here to manually regenerate this comment.

Copy link
Copy Markdown
Contributor

@atalman atalman left a comment

Choose a reason for hiding this comment

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

GREAT!

@atalman atalman merged commit 8abf37d into release/1.12 May 20, 2022
@seemethere seemethere deleted the seemethere/pin_builder_for_112 branch May 20, 2022 18:24
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