Closed pytorch-bot[bot] closed 1 month ago
Another case of trunk flakiness has been found here. The list of platforms [mac, macos] appears to contain all the recently affected platforms [mac, macos]. Either the change didn't propogate fast enough or disable bot might be broken.
Another case of trunk flakiness has been found here. The list of platforms [mac, macos] appears to contain all the recently affected platforms [mac, macos]. Either the change didn't propogate fast enough or disable bot might be broken.
Resolving the issue because the test is not flaky anymore after 250 reruns without any failures and the issue hasn't been updated in 14 days. Please reopen the issue to re-disable the test if you think this is a false positive
Platforms: mac, macos
This test was disabled because it is failing in CI. See recent examples and the most recent trunk workflow logs.
Over the past 3 hours, it has been determined flaky in 6 workflow(s) with 18 failures and 6 successes.
Debugging instructions (after clicking on the recent samples link): DO NOT ASSUME THINGS ARE OKAY IF THE CI IS GREEN. We now shield flaky tests from developers so CI will thus be green but it will be harder to parse the logs. To find relevant log snippets:
test_comprehensive_sub_cpu_float64
Sample error message
``` Traceback (most recent call last): File "/Users/ec2-user/runner/_work/_temp/conda_environment_10777630614/lib/python3.9/site-packages/torch/_inductor/cpp_builder.py", line 331, in _run_compile_cmd status = subprocess.check_output(args=cmd, cwd=cwd, stderr=subprocess.STDOUT) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10777630614/lib/python3.9/subprocess.py", line 424, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Users/ec2-user/runner/_work/_temp/conda_environment_10777630614/lib/python3.9/subprocess.py", line 528, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['clang++', '/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmpk3okydak/4q/c4qjctadfan43chtnd6n3ehwmhksopm2v5twhh2vk4aucpflbj6d.cpp', '-D', 'TORCH_INDUCTOR_CPP_WRAPPER', '-D', 'C10_USING_CUSTOM_GENERATED_MACROS', '-D', 'CPU_CAPABILITY_NEON', '-D', 'AT_BUILD_ARM_VEC256_WITH_SLEEF', '-shared', '-fPIC', '-undefined', 'dynamic_lookup', '-O3', '-DNDEBUG', '-ffast-math', '-fno-finite-math-only', '-fno-unsafe-math-optimizations', '-ffp-contract=off', '-Wall', '-std=c++17', '-Wno-unused-variable', '-Wno-unknown-pragmas', '-Werror=ignored-optimization-argument', '-Xclang', '-fopenmp', '-I/Users/ec2-user/runner/_work/_temp/conda_environment_10777630614/include/python3.9', '-I/Users/ec2-user/runner/_work/_temp/conda_environment_10777630614/include/python3.9', '-I/Users/ec2-user/runner/_work/_temp/conda_environment_10777630614/lib/python3.9/site-packages/torch/include', '-I/Users/ec2-user/runner/_work/_temp/conda_environment_10777630614/lib/python3.9/site-packages/torch/include/torch/csrc/api/include', '-I/Users/ec2-user/runner/_work/_temp/conda_environment_10777630614/lib/python3.9/site-packages/torch/include/TH', '-I/Users/ec2-user/runner/_work/_temp/conda_environment_10777630614/lib/python3.9/site-packages/torch/include/THC', '-I/Users/ec2-user/runner/_work/_temp/conda_environment_10777630614/include', '-I/Users/ec2-user/runner/_work/_temp/conda_environment_10777630614/lib/python3.9/site-packages/torch/include', '-I/Users/ec2-user/runner/_work/_temp/conda_environment_10777630614/lib/python3.9/site-packages/torch/include/torch/csrc/api/include', '-I/Users/ec2-user/runner/_work/_temp/conda_environment_10777630614/lib/python3.9/site-packages/torch/include/TH', '-I/Users/ec2-user/runner/_work/_temp/conda_environment_10777630614/lib/python3.9/site-packages/torch/include/THC', '-D_GLIBCXX_USE_CXX11_ABI=0', '-lc10', '-lomp', '-L/Users/ec2-user/runner/_work/_temp/conda_environment_10777630614/lib', '-L/Users/ec2-user/runner/_work/_temp/conda_environment_10777630614/lib/python3.9/site-packages/torch/lib', '-L/Users/ec2-user/runner/_work/_temp/conda_environment_10777630614/lib/python3.9/site-packages/torch/lib', '-L/Users/ec2-user/runner/_work/_temp/conda_environment_10777630614/lib', '-L/Users/ec2-user/runner/_work/_temp/conda_environment_10777630614/lib/python3.9/site-packages/torch/lib', '-o', '/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmpk3okydak/4q/c4qjctadfan43chtnd6n3ehwmhksopm2v5twhh2vk4aucpflbj6d.so']' died withTest file path:
inductor/test_torchinductor_opinfo.py
cc @clee2000 @malfet @albanD @ezyang @chauhang @penguinwu @voznesenskym @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @ColinPeppler @amjames @desertfire