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 150 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_nn_functional_interpolate_nearest-exact_cpu_float64
Sample error message
``` Traceback (most recent call last): File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/testing/_internal/common_device_type.py", line 1140, in test_wrapper return test(*args, **kwargs) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/testing/_internal/common_device_type.py", line 1409, in only_fn return fn(self, *args, **kwargs) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py", line 2133, in wrapper fn(*args, **kwargs) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/testing/_internal/common_device_type.py", line 1210, in dep_fn return fn(slf, *args, **kwargs) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/testing/_internal/common_device_type.py", line 1210, in dep_fn return fn(slf, *args, **kwargs) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py", line 1526, in wrapper fn(*args, **kwargs) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py", line 1466, in wrapper fn(*args, **kwargs) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/unittest/mock.py", line 1336, in patched return func(*newargs, **newkeywargs) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/contextlib.py", line 79, in inner return func(*args, **kwds) File "/Users/ec2-user/runner/_work/pytorch/pytorch/test/inductor/test_torchinductor_opinfo.py", line 557, in inner raise e File "/Users/ec2-user/runner/_work/pytorch/pytorch/test/inductor/test_torchinductor_opinfo.py", line 549, in inner fn(self, device, dtype, op) File "/Users/ec2-user/runner/_work/pytorch/pytorch/test/inductor/test_torchinductor_opinfo.py", line 793, in test_comprehensive raise e File "/Users/ec2-user/runner/_work/pytorch/pytorch/test/inductor/test_torchinductor_opinfo.py", line 775, in test_comprehensive self.check_model( File "/Users/ec2-user/runner/_work/pytorch/pytorch/test/inductor/test_torchinductor.py", line 430, in check_model actual = run(*example_inputs, **kwargs) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/eval_frame.py", line 465, in _fn return fn(*args, **kwargs) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/convert_frame.py", line 1278, in __call__ return self._torchdynamo_orig_callable( File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/convert_frame.py", line 526, in __call__ return _compile( File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/convert_frame.py", line 924, in _compile guarded_code = compile_inner(code, one_graph, hooks, transform) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/convert_frame.py", line 666, in compile_inner return _compile_inner(code, one_graph, hooks, transform) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_utils_internal.py", line 87, in wrapper_function return function(*args, **kwargs) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/convert_frame.py", line 699, in _compile_inner out_code = transform_code_object(code, transform) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/bytecode_transformation.py", line 1322, in transform_code_object transformations(instructions, code_options) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/convert_frame.py", line 219, in _fn return fn(*args, **kwargs) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/convert_frame.py", line 634, in transform tracer.run() File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/symbolic_convert.py", line 2796, in run super().run() File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/symbolic_convert.py", line 983, in run while self.step(): File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/symbolic_convert.py", line 895, in step self.dispatch_table[inst.opcode](self, inst) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/symbolic_convert.py", line 2987, in RETURN_VALUE self._return(inst) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/symbolic_convert.py", line 2972, in _return self.output.compile_subgraph( File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/output_graph.py", line 1117, in compile_subgraph self.compile_and_call_fx_graph(tx, list(reversed(stack_values)), root) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/output_graph.py", line 1369, in compile_and_call_fx_graph compiled_fn = self.call_user_compiler(gm) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/output_graph.py", line 1416, in call_user_compiler return self._call_user_compiler(gm) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/output_graph.py", line 1465, in _call_user_compiler raise BackendCompilerFailed(self.compiler_fn, e).with_traceback( File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/output_graph.py", line 1446, in _call_user_compiler compiled_fn = compiler_fn(gm, self.example_inputs()) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/repro/after_dynamo.py", line 129, in __call__ compiled_gm = compiler_fn(gm, example_inputs) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/repro/after_dynamo.py", line 129, in __call__ compiled_gm = compiler_fn(gm, example_inputs) File "/Users/ec2-user/runner/_work/pytorch/pytorch/test/inductor/test_torchinductor.py", line 422, in compile_fx_wrapper return compile_fx(model_, example_inputs_) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_inductor/compile_fx.py", line 1525, in compile_fx return aot_autograd( File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/backends/common.py", line 72, in __call__ cg = aot_module_simplified(gm, example_inputs, **self.kwargs) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_functorch/aot_autograd.py", line 1071, in aot_module_simplified compiled_fn = dispatch_and_compile() File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_functorch/aot_autograd.py", line 1056, in dispatch_and_compile compiled_fn, _ = create_aot_dispatcher_function( File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_functorch/aot_autograd.py", line 522, in create_aot_dispatcher_function return _create_aot_dispatcher_function( File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_functorch/aot_autograd.py", line 759, in _create_aot_dispatcher_function compiled_fn, fw_metadata = compiler_fn( File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py", line 586, in aot_dispatch_autograd compiled_fw_func = aot_config.fw_compiler(fw_module, adjusted_flat_args) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_inductor/compile_fx.py", line 1354, in fw_compiler_base return _fw_compiler_base(model, example_inputs, is_inference) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_inductor/compile_fx.py", line 1425, in _fw_compiler_base return inner_compile( File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_inductor/compile_fx.py", line 476, in compile_fx_inner return wrap_compiler_debug(_compile_fx_inner, compiler_name="inductor")( File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_dynamo/repro/after_aot.py", line 85, in debug_wrapper inner_compiled_fn = compiler_fn(gm, example_inputs) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_inductor/compile_fx.py", line 662, in _compile_fx_inner compiled_graph = FxGraphCache.load( File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_inductor/codecache.py", line 1334, in load compiled_graph = compile_fx_fn( File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_inductor/compile_fx.py", line 571, in codegen_and_compile compiled_graph = fx_codegen_and_compile(gm, example_inputs, **fx_kwargs) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_inductor/compile_fx.py", line 879, in fx_codegen_and_compile compiled_fn = graph.compile_to_fn() File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_inductor/graph.py", line 1953, in compile_to_fn return self.compile_to_module().call File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_inductor/graph.py", line 1879, in compile_to_module return self._compile_to_module() File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_inductor/graph.py", line 1907, in _compile_to_module mod = PyCodeCache.load_by_key_path( File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_inductor/codecache.py", line 2856, in load_by_key_path mod = _reload_python_module(key, path) File "/Users/ec2-user/runner/_work/_temp/conda_environment_10842529251/lib/python3.9/site-packages/torch/_inductor/runtime/compile_tasks.py", line 45, in _reload_python_module exec(code, mod.__dict__, mod.__dict__) File "/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmpik0_7fvn/bh/cbhyrf3znoonjp5x5nvpskwmazivmtetwkitjo7plczt6ungiir4.py", line 75, inTest 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