Skip to content

[ci] try installing libgnutls to fix cert error (#65934)#65979

Merged
malfet merged 1 commit intopytorch:release/1.10from
malfet:malfet/cp-65934
Oct 1, 2021
Merged

[ci] try installing libgnutls to fix cert error (#65934)#65979
malfet merged 1 commit intopytorch:release/1.10from
malfet:malfet/cp-65934

Conversation

@malfet
Copy link
Copy Markdown
Contributor

@malfet malfet commented Oct 1, 2021

Summary:
Pull Request resolved: #65934

see: #65931, this was a
suggested remediation on the linked issue

Test Plan: Imported from OSS

Reviewed By: malfet, zhouzhuojie

Differential Revision: D31313040

Pulled By: suo

fbshipit-source-id: a9e2b82a1e879962af768ed3049c73ab77394738

Summary:
Pull Request resolved: pytorch#65934

see: pytorch#65931, this was a
suggested remediation on the linked issue

Test Plan: Imported from OSS

Reviewed By: malfet, zhouzhuojie

Differential Revision: D31313040

Pulled By: suo

fbshipit-source-id: a9e2b82a1e879962af768ed3049c73ab77394738
@pytorch-probot
Copy link
Copy Markdown

pytorch-probot bot commented Oct 1, 2021

CI Flow Status

⚛️ CI Flow

Ruleset - Version: v1
Ruleset - File: https://github.com/malfet/pytorch/blob/3a256a55fc783191c5b1601f2de447bfe2d2b25e/.github/generated-ciflow-ruleset.json
PR ciflow labels: ciflow/default

Workflows Labels (bold enabled) Status
Triggered Workflows
linux-bionic-py3.6-clang9 ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux, ciflow/noarch, ciflow/xla ✅ triggered
linux-bionic-py3.8-gcc9-coverage ciflow/all, ciflow/coverage, ciflow/cpu, ciflow/default, ciflow/linux ✅ triggered
linux-xenial-cuda11.3-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/default, ciflow/linux ✅ triggered
linux-xenial-py3.6-gcc5.4 ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux ✅ triggered
linux-xenial-py3.6-gcc7-bazel-test ciflow/all, ciflow/bazel, ciflow/cpu, ciflow/default, ciflow/linux ✅ triggered
win-vs2019-cpu-py3 ciflow/all, ciflow/cpu, ciflow/default, ciflow/win ✅ triggered
win-vs2019-cuda11.3-py3 ciflow/all, ciflow/cuda, ciflow/default, ciflow/win ✅ triggered
Skipped Workflows
libtorch-linux-xenial-cuda10.2-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/libtorch, ciflow/linux 🚫 skipped
libtorch-linux-xenial-cuda11.3-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/libtorch, ciflow/linux 🚫 skipped
linux-bionic-cuda10.2-py3.9-gcc7 ciflow/all, ciflow/cuda, ciflow/linux, ciflow/slow 🚫 skipped
linux-xenial-cuda10.2-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/linux, ciflow/slow 🚫 skipped
parallelnative-linux-xenial-py3.6-gcc5.4 ciflow/all, ciflow/cpu, ciflow/linux 🚫 skipped
periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/libtorch, ciflow/linux, ciflow/scheduled 🚫 skipped
periodic-linux-xenial-cuda11.1-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/linux, ciflow/scheduled 🚫 skipped
periodic-win-vs2019-cuda11.1-py3 ciflow/all, ciflow/cuda, ciflow/scheduled, ciflow/win 🚫 skipped
puretorch-linux-xenial-py3.6-gcc5.4 ciflow/all, ciflow/cpu, ciflow/linux 🚫 skipped
win-vs2019-cuda10.2-py3 ciflow/all, ciflow/cuda, ciflow/win 🚫 skipped

You can add a comment to the PR and tag @pytorchbot with the following commands:
# ciflow rerun, "ciflow/default" will always be added automatically
@pytorchbot ciflow rerun

# ciflow rerun with additional labels "-l <ciflow/label_name>", which is equivalent to adding these labels manually and trigger the rerun
@pytorchbot ciflow rerun -l ciflow/scheduled -l ciflow/slow

For more information, please take a look at the CI Flow Wiki.

@facebook-github-bot
Copy link
Copy Markdown
Contributor

facebook-github-bot commented Oct 1, 2021

🔗 Helpful links

💊 CI failures summary and remediations

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



🕵️ 8 new failures recognized by patterns

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

See GitHub Actions build linux-xenial-py3.6-gcc7-bazel-test / build-and-test (1/8)

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

2021-10-01T02:07:37.7336186Z ModuleNotFoundError: No module named 'boto3'
2021-10-01T02:07:37.7328989Z   File "/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/upload_binary_size_to_scuba.py", line 80, in send_message
2021-10-01T02:07:37.7329596Z     res = send_to_scribe(logs)
2021-10-01T02:07:37.7330299Z   File "/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/scribe.py", line 43, in send_to_scribe
2021-10-01T02:07:37.7331035Z     return _send_to_scribe_via_boto3(logs)
2021-10-01T02:07:37.7331798Z   File "/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/scribe.py", line 51, in _send_to_scribe_via_boto3
2021-10-01T02:07:37.7332614Z     return str(invoke_lambda("gh-ci-scribe-proxy", event))
2021-10-01T02:07:37.7333420Z   File "/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/scribe.py", line 30, in invoke_lambda
2021-10-01T02:07:37.7334169Z     res = aws_lambda().invoke(FunctionName=name, Payload=json.dumps(payload).encode())
2021-10-01T02:07:37.7335031Z   File "/home/ec2-user/actions-runner/_work/pytorch/pytorch/tools/stats/scribe.py", line 21, in aws_lambda
2021-10-01T02:07:37.7335618Z     import boto3  # type: ignore[import]
2021-10-01T02:07:37.7336186Z ModuleNotFoundError: No module named 'boto3'
2021-10-01T02:07:37.7336694Z checking dir: /home/circleci/project/final_pkgs
2021-10-01T02:07:37.7337240Z [scribe] Scribe access token not provided, sending report via boto3...
2021-10-01T02:07:37.7423305Z ##[group]Run # detached container should get cleaned up by teardown_ec2_linux
2021-10-01T02:07:37.7424067Z �[36;1m# detached container should get cleaned up by teardown_ec2_linux�[0m
2021-10-01T02:07:37.7424540Z �[36;1mexport SHARD_NUMBER=0�[0m
2021-10-01T02:07:37.7424998Z �[36;1m# TODO: Stop building test binaries as part of the build phase�[0m
2021-10-01T02:07:37.7425573Z �[36;1m# Make sure we copy test results from bazel-testlogs symlink to�[0m
2021-10-01T02:07:37.7426104Z �[36;1m# a regular directory ./test/test-reports�[0m
2021-10-01T02:07:37.7426551Z �[36;1mcontainer_name=$(docker run \�[0m
2021-10-01T02:07:37.7426928Z �[36;1m  -e BUILD_ENVIRONMENT \�[0m

See GitHub Actions build linux-xenial-py3.6-gcc5.4 / test (default, 2, 2, linux.2xlarge) (2/8)

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

2021-10-01T02:14:48.5581008Z CONTINUE_THROUGH_ERROR: false
2021-10-01T02:14:48.5574446Z   CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts
2021-10-01T02:14:48.5575104Z   ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine
2021-10-01T02:14:48.5575645Z   PR_LABELS: []
2021-10-01T02:14:48.5576817Z   GITHUB_TOKEN: ***
2021-10-01T02:14:48.5577812Z   DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3.6-gcc5.4:74e757e8b0cf750d2f91db6aa4c29640abce32ea
2021-10-01T02:14:48.5578957Z   JOB_BASE_NAME: linux-xenial-py3.6-gcc5.4-test
2021-10-01T02:14:48.5579445Z   TEST_CONFIG: default
2021-10-01T02:14:48.5579770Z   SHARD_NUMBER: 2
2021-10-01T02:14:48.5580066Z   NUM_TEST_SHARDS: 2
2021-10-01T02:14:48.5580453Z   PYTORCH_IGNORE_DISABLED_ISSUES: 
2021-10-01T02:14:48.5581008Z   CONTINUE_THROUGH_ERROR: false
2021-10-01T02:14:48.5581413Z   SHM_SIZE: 1g
2021-10-01T02:14:48.5581704Z   PR_NUMBER: 65979
2021-10-01T02:14:48.5581977Z   IS_GHA: 1
2021-10-01T02:14:48.5582291Z   CIRCLE_BRANCH: pull/65979
2021-10-01T02:14:48.5582707Z   CIRCLE_PR_NUMBER: 65979
2021-10-01T02:14:48.5583185Z   CIRCLE_SHA1: 3a256a55fc783191c5b1601f2de447bfe2d2b25e
2021-10-01T02:14:48.5583692Z   AWS_DEFAULT_REGION: us-east-1
2021-10-01T02:14:48.5584038Z ##[endgroup]
2021-10-01T02:15:01.3307869Z Processing ./dist/torch-1.10.0a0+gitdff6b2b-cp36-cp36m-linux_x86_64.whl
2021-10-01T02:15:01.3594358Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.6/site-packages (from torch==1.10.0a0+gitdff6b2b) (3.10.0.0)

See GitHub Actions build linux-xenial-py3.6-gcc5.4 / test (distributed, 1, 1, linux.2xlarge) (3/8)

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

2021-10-01T02:22:47.4867785Z test_udf_remote_...yUniqueId(created_on=0, local_id=0) to be created.
2021-10-01T02:22:08.8911022Z frame #12: c10::ThreadPool::main_loop(unsigned long) + 0x2a3 (0x7f0a509334a3 in /opt/conda/lib/python3.6/site-packages/torch/lib/libc10.so)
2021-10-01T02:22:08.8912337Z frame #13: <unknown function> + 0xc92bd (0x7f0a508642bd in /opt/conda/lib/libstdc++.so.6)
2021-10-01T02:22:08.8913730Z frame #14: <unknown function> + 0x76ba (0x7f0a65c4f6ba in /lib/x86_64-linux-gnu/libpthread.so.0)
2021-10-01T02:22:08.8915107Z frame #15: clone + 0x6d (0x7f0a6598551d in /lib/x86_64-linux-gnu/libc.so.6)
2021-10-01T02:22:08.8915654Z 
2021-10-01T02:22:09.1540183Z ok (3.316s)
2021-10-01T02:22:23.9885070Z   test_rpc_builtin_timeout (__main__.FaultyFaultyAgentRpcTest) ... ok (14.834s)
2021-10-01T02:22:32.8134789Z   test_rpc_script_timeout (__main__.FaultyFaultyAgentRpcTest) ... ok (8.825s)
2021-10-01T02:22:36.1297310Z   test_rref_to_here_timeout (__main__.FaultyFaultyAgentRpcTest) ... ok (3.316s)
2021-10-01T02:22:43.4517568Z   test_udf_remote_message_delay_timeout (__main__.FaultyFaultyAgentRpcTest) ... ok (7.322s)
2021-10-01T02:22:47.4867785Z   test_udf_remote_message_delay_timeout_to_self (__main__.FaultyFaultyAgentRpcTest) ... [E request_callback_no_python.cpp:559] Received error while processing request type 261: falseINTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_context.cpp":387, please report a bug to PyTorch. Expected OwnerRRef with id GloballyUniqueId(created_on=0, local_id=0) to be created.
2021-10-01T02:22:47.4870452Z Exception raised from getOwnerRRef at /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_context.cpp:387 (most recent call first):
2021-10-01T02:22:47.4873134Z frame #0: c10::Error::Error(c10::SourceLocation, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >) + 0x69 (0x7f01d2ec0669 in /opt/conda/lib/python3.6/site-packages/torch/lib/libc10.so)
2021-10-01T02:22:47.4875197Z frame #1: c10::detail::torchCheckFail(char const*, char const*, unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) + 0xd2 (0x7f01d2ebcc12 in /opt/conda/lib/python3.6/site-packages/torch/lib/libc10.so)
2021-10-01T02:22:47.4877203Z frame #2: c10::detail::torchInternalAssertFail(char const*, char const*, unsigned int, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) + 0x4e (0x7f01d2ebe5ae in /opt/conda/lib/python3.6/site-packages/torch/lib/libc10.so)
2021-10-01T02:22:47.4879167Z frame #3: torch::distributed::rpc::RRefContext::getOwnerRRef(torch::distributed::rpc::GloballyUniqueId const&, bool) + 0x4a4 (0x7f01d713f0d4 in /opt/conda/lib/python3.6/site-packages/torch/lib/libtorch_cpu.so)
2021-10-01T02:22:47.4881735Z frame #4: torch::distributed::rpc::RequestCallbackNoPython::assignOwnerRRef(torch::distributed::rpc::GloballyUniqueId const&, torch::distributed::rpc::GloballyUniqueId const&, c10::intrusive_ptr<c10::ivalue::Future, c10::detail::intrusive_target_default_null_type<c10::ivalue::Future> >) const + 0x71 (0x7f01d712f591 in /opt/conda/lib/python3.6/site-packages/torch/lib/libtorch_cpu.so)
2021-10-01T02:22:47.4884558Z frame #5: torch::distributed::rpc::RequestCallbackImpl::processPythonRemoteCall(torch::distributed::rpc::RpcCommandBase&, std::vector<c10::Stream, std::allocator<c10::Stream> >) const + 0xc8 (0x7f01df593808 in /opt/conda/lib/python3.6/site-packages/torch/lib/libtorch_python.so)
2021-10-01T02:22:47.4887024Z frame #6: torch::distributed::rpc::RequestCallbackNoPython::processRpc(torch::distributed::rpc::RpcCommandBase&, torch::distributed::rpc::MessageType const&, std::vector<c10::Stream, std::allocator<c10::Stream> >) const + 0x194 (0x7f01d7133de4 in /opt/conda/lib/python3.6/site-packages/torch/lib/libtorch_cpu.so)
2021-10-01T02:22:47.4889596Z frame #7: torch::distributed::rpc::RequestCallbackImpl::processRpcWithErrors(torch::distributed::rpc::RpcCommandBase&, torch::distributed::rpc::MessageType const&, std::vector<c10::Stream, std::allocator<c10::Stream> >) const + 0x65 (0x7f01df592e05 in /opt/conda/lib/python3.6/site-packages/torch/lib/libtorch_python.so)
2021-10-01T02:22:47.4891342Z frame #8: <unknown function> + 0x403593a (0x7f01d713093a in /opt/conda/lib/python3.6/site-packages/torch/lib/libtorch_cpu.so)

See GitHub Actions build linux-bionic-py3.6-clang9 / test (default, 1, 2, linux.2xlarge) (4/8)

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

2021-10-01T02:15:02.2385018Z CONTINUE_THROUGH_ERROR: false
2021-10-01T02:15:02.2378197Z   CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts
2021-10-01T02:15:02.2378922Z   ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine
2021-10-01T02:15:02.2379510Z   PR_LABELS: []
2021-10-01T02:15:02.2380722Z   GITHUB_TOKEN: ***
2021-10-01T02:15:02.2381758Z   DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.6-clang9:74e757e8b0cf750d2f91db6aa4c29640abce32ea
2021-10-01T02:15:02.2382976Z   JOB_BASE_NAME: linux-bionic-py3.6-clang9-test
2021-10-01T02:15:02.2383502Z   TEST_CONFIG: default
2021-10-01T02:15:02.2383857Z   SHARD_NUMBER: 1
2021-10-01T02:15:02.2384179Z   NUM_TEST_SHARDS: 2
2021-10-01T02:15:02.2384588Z   PYTORCH_IGNORE_DISABLED_ISSUES: 
2021-10-01T02:15:02.2385018Z   CONTINUE_THROUGH_ERROR: false
2021-10-01T02:15:02.2385385Z   SHM_SIZE: 1g
2021-10-01T02:15:02.2385695Z   PR_NUMBER: 65979
2021-10-01T02:15:02.2385988Z   IS_GHA: 1
2021-10-01T02:15:02.2386322Z   CIRCLE_BRANCH: pull/65979
2021-10-01T02:15:02.2386676Z   CIRCLE_PR_NUMBER: 65979
2021-10-01T02:15:02.2387187Z   CIRCLE_SHA1: 3a256a55fc783191c5b1601f2de447bfe2d2b25e
2021-10-01T02:15:02.2387718Z   AWS_DEFAULT_REGION: us-east-1
2021-10-01T02:15:02.2388102Z ##[endgroup]
2021-10-01T02:15:15.2455757Z Processing ./dist/torch-1.10.0a0+gitdff6b2b-cp36-cp36m-linux_x86_64.whl
2021-10-01T02:15:15.2751458Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.6/site-packages (from torch==1.10.0a0+gitdff6b2b) (3.10.0.0)

See GitHub Actions build linux-bionic-py3.6-clang9 / test (default, 2, 2, linux.2xlarge) (5/8)

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

2021-10-01T02:15:01.8897825Z CONTINUE_THROUGH_ERROR: false
2021-10-01T02:15:01.8891495Z   CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts
2021-10-01T02:15:01.8892155Z   ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine
2021-10-01T02:15:01.8892690Z   PR_LABELS: []
2021-10-01T02:15:01.8893859Z   GITHUB_TOKEN: ***
2021-10-01T02:15:01.8894825Z   DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.6-clang9:74e757e8b0cf750d2f91db6aa4c29640abce32ea
2021-10-01T02:15:01.8895961Z   JOB_BASE_NAME: linux-bionic-py3.6-clang9-test
2021-10-01T02:15:01.8896451Z   TEST_CONFIG: default
2021-10-01T02:15:01.8896775Z   SHARD_NUMBER: 2
2021-10-01T02:15:01.8897068Z   NUM_TEST_SHARDS: 2
2021-10-01T02:15:01.8897435Z   PYTORCH_IGNORE_DISABLED_ISSUES: 
2021-10-01T02:15:01.8897825Z   CONTINUE_THROUGH_ERROR: false
2021-10-01T02:15:01.8898159Z   SHM_SIZE: 1g
2021-10-01T02:15:01.8898447Z   PR_NUMBER: 65979
2021-10-01T02:15:01.8898713Z   IS_GHA: 1
2021-10-01T02:15:01.8899013Z   CIRCLE_BRANCH: pull/65979
2021-10-01T02:15:01.8899337Z   CIRCLE_PR_NUMBER: 65979
2021-10-01T02:15:01.8899813Z   CIRCLE_SHA1: 3a256a55fc783191c5b1601f2de447bfe2d2b25e
2021-10-01T02:15:01.8900305Z   AWS_DEFAULT_REGION: us-east-1
2021-10-01T02:15:01.8900656Z ##[endgroup]
2021-10-01T02:15:13.7837113Z Processing ./dist/torch-1.10.0a0+gitdff6b2b-cp36-cp36m-linux_x86_64.whl
2021-10-01T02:15:13.8140360Z Requirement already satisfied: dataclasses in /opt/conda/lib/python3.6/site-packages (from torch==1.10.0a0+gitdff6b2b) (0.8)

See GitHub Actions build linux-xenial-py3.6-gcc5.4 / test (default, 1, 2, linux.2xlarge) (6/8)

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

2021-10-01T02:14:48.1585273Z CONTINUE_THROUGH_ERROR: false
2021-10-01T02:14:48.1579080Z   CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts
2021-10-01T02:14:48.1579719Z   ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine
2021-10-01T02:14:48.1580227Z   PR_LABELS: []
2021-10-01T02:14:48.1581346Z   GITHUB_TOKEN: ***
2021-10-01T02:14:48.1582286Z   DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3.6-gcc5.4:74e757e8b0cf750d2f91db6aa4c29640abce32ea
2021-10-01T02:14:48.1583361Z   JOB_BASE_NAME: linux-xenial-py3.6-gcc5.4-test
2021-10-01T02:14:48.1583842Z   TEST_CONFIG: default
2021-10-01T02:14:48.1584149Z   SHARD_NUMBER: 1
2021-10-01T02:14:48.1584454Z   NUM_TEST_SHARDS: 2
2021-10-01T02:14:48.1584887Z   PYTORCH_IGNORE_DISABLED_ISSUES: 
2021-10-01T02:14:48.1585273Z   CONTINUE_THROUGH_ERROR: false
2021-10-01T02:14:48.1585608Z   SHM_SIZE: 1g
2021-10-01T02:14:48.1585882Z   PR_NUMBER: 65979
2021-10-01T02:14:48.1586162Z   IS_GHA: 1
2021-10-01T02:14:48.1586451Z   CIRCLE_BRANCH: pull/65979
2021-10-01T02:14:48.1586784Z   CIRCLE_PR_NUMBER: 65979
2021-10-01T02:14:48.1587251Z   CIRCLE_SHA1: 3a256a55fc783191c5b1601f2de447bfe2d2b25e
2021-10-01T02:14:48.1587818Z   AWS_DEFAULT_REGION: us-east-1
2021-10-01T02:14:48.1588169Z ##[endgroup]
2021-10-01T02:15:00.8587987Z Processing ./dist/torch-1.10.0a0+gitdff6b2b-cp36-cp36m-linux_x86_64.whl
2021-10-01T02:15:00.8898411Z Requirement already satisfied: dataclasses in /opt/conda/lib/python3.6/site-packages (from torch==1.10.0a0+gitdff6b2b) (0.8)

See GitHub Actions build linux-bionic-py3.6-clang9 / test (noarch, 1, 1, linux.2xlarge) (7/8)

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

2021-10-01T02:15:24.1462230Z CONTINUE_THROUGH_ERROR: false
2021-10-01T02:15:24.1456168Z   CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts
2021-10-01T02:15:24.1456813Z   ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine
2021-10-01T02:15:24.1457327Z   PR_LABELS: []
2021-10-01T02:15:24.1458327Z   GITHUB_TOKEN: ***
2021-10-01T02:15:24.1459271Z   DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.6-clang9:74e757e8b0cf750d2f91db6aa4c29640abce32ea
2021-10-01T02:15:24.1460390Z   JOB_BASE_NAME: linux-bionic-py3.6-clang9-test
2021-10-01T02:15:24.1460876Z   TEST_CONFIG: noarch
2021-10-01T02:15:24.1461179Z   SHARD_NUMBER: 1
2021-10-01T02:15:24.1461480Z   NUM_TEST_SHARDS: 1
2021-10-01T02:15:24.1461836Z   PYTORCH_IGNORE_DISABLED_ISSUES: 
2021-10-01T02:15:24.1462230Z   CONTINUE_THROUGH_ERROR: false
2021-10-01T02:15:24.1462549Z   SHM_SIZE: 1g
2021-10-01T02:15:24.1462831Z   PR_NUMBER: 65979
2021-10-01T02:15:24.1463104Z   IS_GHA: 1
2021-10-01T02:15:24.1463391Z   CIRCLE_BRANCH: pull/65979
2021-10-01T02:15:24.1463720Z   CIRCLE_PR_NUMBER: 65979
2021-10-01T02:15:24.1464175Z   CIRCLE_SHA1: 3a256a55fc783191c5b1601f2de447bfe2d2b25e
2021-10-01T02:15:24.1464834Z   AWS_DEFAULT_REGION: us-east-1
2021-10-01T02:15:24.1465170Z ##[endgroup]
2021-10-01T02:15:37.3266853Z Processing ./dist/torch-1.10.0a0+gitdff6b2b-cp36-cp36m-linux_x86_64.whl
2021-10-01T02:15:37.3557968Z Requirement already satisfied: dataclasses in /opt/conda/lib/python3.6/site-packages (from torch==1.10.0a0+gitdff6b2b) (0.8)

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

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

2021-10-01T02:15:25.4910337Z The PR is introduc...m to confirm whether this change is wanted or not.
2021-10-01T02:15:25.4897627Z processing existing schema:  alltoall_base(__torch__.torch.classes.dist_c10d.ProcessGroup _0, Tensor _1, Tensor _2, int[] _3, int[] _4) -> (__torch__.torch.classes.dist_c10d.Work _0)
2021-10-01T02:15:25.4898923Z processing existing schema:  alltoall(__torch__.torch.classes.dist_c10d.ProcessGroup _0, Tensor[] _1, Tensor[] _2) -> (__torch__.torch.classes.dist_c10d.Work _0)
2021-10-01T02:15:25.4900177Z processing existing schema:  send(__torch__.torch.classes.dist_c10d.ProcessGroup _0, Tensor[] _1, int _2, int _3) -> (__torch__.torch.classes.dist_c10d.Work _0)
2021-10-01T02:15:25.4901406Z processing existing schema:  recv(__torch__.torch.classes.dist_c10d.ProcessGroup _0, Tensor[] _1, int _2, int _3) -> (__torch__.torch.classes.dist_c10d.Work _0)
2021-10-01T02:15:25.4902673Z processing existing schema:  recv_anysource(__torch__.torch.classes.dist_c10d.ProcessGroup _0, Tensor[] _1, int _2) -> (__torch__.torch.classes.dist_c10d.Work _0)
2021-10-01T02:15:25.4903881Z processing existing schema:  barrier(__torch__.torch.classes.dist_c10d.ProcessGroup _0) -> (__torch__.torch.classes.dist_c10d.Work _0)
2021-10-01T02:15:25.4904896Z processing existing schema:  __init__(__torch__.torch.classes.dist_c10d.frontend _0) -> (NoneType _0)
2021-10-01T02:15:25.4906416Z processing existing schema:  new_process_group_helper(__torch__.torch.classes.dist_c10d.frontend _0, int _1, int _2, int[] _3, str _4, __torch__.torch.classes.dist_c10d.Store _5, str? _6, int _7) -> (__torch__.torch.classes.dist_c10d.ProcessGroup _0)
2021-10-01T02:15:25.4907926Z processing existing schema:  get_process_group_by_name(__torch__.torch.classes.dist_c10d.frontend _0, str _1) -> (__torch__.torch.classes.dist_c10d.ProcessGroup _0)
2021-10-01T02:15:25.4909243Z processing existing schema:  get_name_of_process_group(__torch__.torch.classes.dist_c10d.frontend _0, __torch__.torch.classes.dist_c10d.ProcessGroup _1) -> (str _0)
2021-10-01T02:15:25.4910337Z The PR is introducing backward incompatible changes to the operator library. Please contact PyTorch team to confirm whether this change is wanted or not. 
2021-10-01T02:15:25.4910909Z 
2021-10-01T02:15:25.4911167Z Broken ops: [
2021-10-01T02:15:25.4912418Z 	aten::_slow_conv2d_backward.grad_input(Tensor grad_output, Tensor self, Tensor weight, int[2] kernel_size, int[2] stride, int[2] padding, Tensor finput, *, Tensor(a!) grad_input, Tensor(b!) grad_weight, Tensor(c!) grad_bias) -> (Tensor(a!), Tensor(b!), Tensor(c!))
2021-10-01T02:15:25.4914074Z 	aten::_slow_conv2d_backward.output_mask(Tensor grad_output, Tensor self, Tensor weight, int[2] kernel_size, int[2] stride, int[2] padding, Tensor finput, bool[3] output_mask) -> (Tensor grad_input, Tensor grad_weight, Tensor grad_bias)
2021-10-01T02:15:25.4915445Z 	aten::_slow_conv2d_forward(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias, int[2] stride, int[2] padding) -> (Tensor output, Tensor finput)
2021-10-01T02:15:25.4916717Z 	aten::_slow_conv2d_forward.output(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias, int[2] stride, int[2] padding, *, Tensor(a!) output, Tensor(b!) finput) -> (Tensor(a!), Tensor(b!))
2021-10-01T02:15:25.4917828Z 	aten::_log_softmax_backward_data(Tensor grad_output, Tensor output, int dim, int input_dtype) -> (Tensor)
2021-10-01T02:15:25.4918806Z 	aten::_log_softmax_backward_data.out(Tensor grad_output, Tensor output, int dim, int input_dtype, *, Tensor(a!) out) -> (Tensor(a!))
2021-10-01T02:15:25.4919596Z 	prim::CudaFusionSizeEq(...) -> (bool)
2021-10-01T02:15:25.4920245Z 	prim::add_optional(Tensor(a) input, Tensor? bias) -> (Tensor(a))

2 failures not recognized by patterns:

Job Step Action
GitHub Actions linux-xenial-cuda11.3-py3.6-gcc7 / build Unknown 🔁 rerun
GitHub Actions linux-bionic-py3.8-gcc9-coverage / build Unknown 🔁 rerun

❄️ 1 failure tentatively classified as flaky

but reruns have not yet been triggered to confirm:

See GitHub Actions build linux-xenial-py3.6-gcc5.4 / build-docs (cpp) (1/1)

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

2021-10-01T02:15:09.6759365Z E: Failed to fetch...: /etc/ssl/certs/ca-certificates.crt CRLfile: none
2021-10-01T02:15:09.6330596Z 
2021-10-01T02:15:09.6330896Z Reading package lists... 99%
2021-10-01T02:15:09.6331135Z 
2021-10-01T02:15:09.6522542Z Reading package lists... 99%
2021-10-01T02:15:09.6522826Z 
2021-10-01T02:15:09.6523167Z Reading package lists... Done
2021-10-01T02:15:09.6523421Z 
2021-10-01T02:15:09.6756070Z W: The repository 'https://deb.nodesource.com/node_12.x xenial Release' does not have a Release file.
2021-10-01T02:15:09.6757129Z N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
2021-10-01T02:15:09.6758042Z N: See apt-secure(8) manpage for repository creation and user configuration details.
2021-10-01T02:15:09.6759365Z E: Failed to fetch https://deb.nodesource.com/node_12.x/dists/xenial/main/source/Sources  server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
2021-10-01T02:15:09.6760477Z E: Some index files failed to download. They have been ignored, or old ones used instead.
2021-10-01T02:15:09.6837662Z 
2021-10-01T02:15:09.7276973Z Reading package lists... 0%
2021-10-01T02:15:09.7277267Z 
2021-10-01T02:15:09.7381190Z Reading package lists... 0%
2021-10-01T02:15:09.7381444Z 
2021-10-01T02:15:09.7827834Z Reading package lists... 1%
2021-10-01T02:15:09.7828131Z 
2021-10-01T02:15:09.7828444Z Reading package lists... 8%
2021-10-01T02:15:09.7828687Z 

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.

@malfet malfet merged commit 6aadfda into pytorch:release/1.10 Oct 1, 2021
@malfet malfet deleted the malfet/cp-65934 branch October 1, 2021 01:55
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