==================== Test output for //tensorflow/python/eager:forwardprop_test_cpu (shard 3 of 5): Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/forwardprop_test_cpu.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] BatchTests.testBatchCorrectness INFO:tensorflow:time(__main__.BatchTests.testBatchCorrectness): 0.4s I0227 00:31:40.084058 281473477407792 test_util.py:2620] time(__main__.BatchTests.testBatchCorrectness): 0.4s [ OK ] BatchTests.testBatchCorrectness [ RUN ] ControlFlowTests.testInFunctionWhile INFO:tensorflow:time(__main__.ControlFlowTests.testInFunctionWhile): 1.76s I0227 00:31:41.849530 281473477407792 test_util.py:2620] time(__main__.ControlFlowTests.testInFunctionWhile): 1.76s [ OK ] ControlFlowTests.testInFunctionWhile [ RUN ] ForwardpropTest.testBackwardOverForwardForwardPropFirst INFO:tensorflow:time(__main__.ForwardpropTest.testBackwardOverForwardForwardPropFirst): 0.08s I0227 00:31:41.931740 281473477407792 test_util.py:2620] time(__main__.ForwardpropTest.testBackwardOverForwardForwardPropFirst): 0.08s [ OK ] ForwardpropTest.testBackwardOverForwardForwardPropFirst [ RUN ] ForwardpropTest.testElementwiseNNOpsEluP5 INFO:tensorflow:time(__main__.ForwardpropTest.testElementwiseNNOpsEluP5): 0.39s I0227 00:31:42.326766 281473477407792 test_util.py:2620] time(__main__.ForwardpropTest.testElementwiseNNOpsEluP5): 0.39s [ OK ] ForwardpropTest.testElementwiseNNOpsEluP5 [ RUN ] ForwardpropTest.testForwardOverBackwardMemoryEfficiencyForwardPropFirst INFO:tensorflow:time(__main__.ForwardpropTest.testForwardOverBackwardMemoryEfficiencyForwardPropFirst): 0.02s I0227 00:31:42.346753 281473477407792 test_util.py:2620] time(__main__.ForwardpropTest.testForwardOverBackwardMemoryEfficiencyForwardPropFirst): 0.02s [ OK ] ForwardpropTest.testForwardOverBackwardMemoryEfficiencyForwardPropFirst [ RUN ] ForwardpropTest.testFunctionReturnsResource WARNING:tensorflow:5 out of the last 5 calls to .f at 0xfffef7e5b380> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:31:43.245644 281473477407792 polymorphic_function.py:157] 5 out of the last 5 calls to .f at 0xfffef7e5b380> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. [ FAILED ] ForwardpropTest.testFunctionReturnsResource INFO:tensorflow:time(__main__.ForwardpropTest.testFunctionReturnsResource): 1.13s I0227 00:31:43.478167 281473477407792 test_util.py:2620] time(__main__.ForwardpropTest.testFunctionReturnsResource): 1.13s [ RUN ] ForwardpropTest.testHVPMemory INFO:tensorflow:time(__main__.ForwardpropTest.testHVPMemory): 2.22s I0227 00:31:45.696926 281473477407792 test_util.py:2620] time(__main__.ForwardpropTest.testHVPMemory): 2.22s [ OK ] ForwardpropTest.testHVPMemory [ RUN ] ForwardpropTest.testIndexSlicesGrad INFO:tensorflow:time(__main__.ForwardpropTest.testIndexSlicesGrad): 0.23s I0227 00:31:45.925564 281473477407792 test_util.py:2620] time(__main__.ForwardpropTest.testIndexSlicesGrad): 0.23s [ OK ] ForwardpropTest.testIndexSlicesGrad [ RUN ] ForwardpropTest.testJVPFunctionWithBatchOfTangents INFO:tensorflow:time(__main__.ForwardpropTest.testJVPFunctionWithBatchOfTangents): 0.13s I0227 00:31:46.055043 281473477407792 test_util.py:2620] time(__main__.ForwardpropTest.testJVPFunctionWithBatchOfTangents): 0.13s [ OK ] ForwardpropTest.testJVPFunctionWithBatchOfTangents [ RUN ] ForwardpropTest.testNonDifferentiableOpWithInputTangent INFO:tensorflow:time(__main__.ForwardpropTest.testNonDifferentiableOpWithInputTangent): 0.06s I0227 00:31:46.116351 281473477407792 test_util.py:2620] time(__main__.ForwardpropTest.testNonDifferentiableOpWithInputTangent): 0.06s [ OK ] ForwardpropTest.testNonDifferentiableOpWithInputTangent [ RUN ] ForwardpropTest.testRecordingSelectively WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:31:46.119924 281473477407792 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:31:46.120660 281473477407792 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:31:46.125042 281473477407792 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:31:46.125705 281473477407792 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. INFO:tensorflow:time(__main__.ForwardpropTest.testRecordingSelectively): 0.73s I0227 00:31:46.846483 281473477407792 test_util.py:2620] time(__main__.ForwardpropTest.testRecordingSelectively): 0.73s [ OK ] ForwardpropTest.testRecordingSelectively [ RUN ] ForwardpropTest.testShouldRecordAndStopRecord INFO:tensorflow:time(__main__.ForwardpropTest.testShouldRecordAndStopRecord): 0.48s I0227 00:31:47.329346 281473477407792 test_util.py:2620] time(__main__.ForwardpropTest.testShouldRecordAndStopRecord): 0.48s [ OK ] ForwardpropTest.testShouldRecordAndStopRecord [ RUN ] ForwardpropTest.testVariableWatched INFO:tensorflow:time(__main__.ForwardpropTest.testVariableWatched): 0.75s I0227 00:31:48.082882 281473477407792 test_util.py:2620] time(__main__.ForwardpropTest.testVariableWatched): 0.75s [ OK ] ForwardpropTest.testVariableWatched ====================================================================== FAIL: testFunctionReturnsResource (__main__.ForwardpropTest) ForwardpropTest.testFunctionReturnsResource ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/forwardprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 93, 'TensorShape': 84, 'Operation': 78}) ---------------------------------------------------------------------- Ran 13 tests in 8.397s FAILED (failures=1) ================================================================================ ==================== Test output for //tensorflow/python/eager:forwardprop_test_cpu (shard 3 of 5): Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/forwardprop_test_cpu.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] BatchTests.testBatchCorrectness INFO:tensorflow:time(__main__.BatchTests.testBatchCorrectness): 0.15s I0227 00:31:52.981395 281473234334768 test_util.py:2620] time(__main__.BatchTests.testBatchCorrectness): 0.15s [ OK ] BatchTests.testBatchCorrectness [ RUN ] ControlFlowTests.testInFunctionWhile INFO:tensorflow:time(__main__.ControlFlowTests.testInFunctionWhile): 1.11s I0227 00:31:54.094628 281473234334768 test_util.py:2620] time(__main__.ControlFlowTests.testInFunctionWhile): 1.11s [ OK ] ControlFlowTests.testInFunctionWhile [ RUN ] ForwardpropTest.testBackwardOverForwardForwardPropFirst INFO:tensorflow:time(__main__.ForwardpropTest.testBackwardOverForwardForwardPropFirst): 0.09s I0227 00:31:54.181977 281473234334768 test_util.py:2620] time(__main__.ForwardpropTest.testBackwardOverForwardForwardPropFirst): 0.09s [ OK ] ForwardpropTest.testBackwardOverForwardForwardPropFirst [ RUN ] ForwardpropTest.testElementwiseNNOpsEluP5 INFO:tensorflow:time(__main__.ForwardpropTest.testElementwiseNNOpsEluP5): 0.41s I0227 00:31:54.588212 281473234334768 test_util.py:2620] time(__main__.ForwardpropTest.testElementwiseNNOpsEluP5): 0.41s [ OK ] ForwardpropTest.testElementwiseNNOpsEluP5 [ RUN ] ForwardpropTest.testForwardOverBackwardMemoryEfficiencyForwardPropFirst INFO:tensorflow:time(__main__.ForwardpropTest.testForwardOverBackwardMemoryEfficiencyForwardPropFirst): 0.02s I0227 00:31:54.608286 281473234334768 test_util.py:2620] time(__main__.ForwardpropTest.testForwardOverBackwardMemoryEfficiencyForwardPropFirst): 0.02s [ OK ] ForwardpropTest.testForwardOverBackwardMemoryEfficiencyForwardPropFirst [ RUN ] ForwardpropTest.testFunctionReturnsResource WARNING:tensorflow:5 out of the last 5 calls to .f at 0xfffee968f380> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:31:55.677885 281473234334768 polymorphic_function.py:157] 5 out of the last 5 calls to .f at 0xfffee968f380> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. [ FAILED ] ForwardpropTest.testFunctionReturnsResource INFO:tensorflow:time(__main__.ForwardpropTest.testFunctionReturnsResource): 1.26s I0227 00:31:55.872934 281473234334768 test_util.py:2620] time(__main__.ForwardpropTest.testFunctionReturnsResource): 1.26s [ RUN ] ForwardpropTest.testHVPMemory INFO:tensorflow:time(__main__.ForwardpropTest.testHVPMemory): 2.84s I0227 00:31:58.713361 281473234334768 test_util.py:2620] time(__main__.ForwardpropTest.testHVPMemory): 2.84s [ OK ] ForwardpropTest.testHVPMemory [ RUN ] ForwardpropTest.testIndexSlicesGrad INFO:tensorflow:time(__main__.ForwardpropTest.testIndexSlicesGrad): 0.23s I0227 00:31:58.942696 281473234334768 test_util.py:2620] time(__main__.ForwardpropTest.testIndexSlicesGrad): 0.23s [ OK ] ForwardpropTest.testIndexSlicesGrad [ RUN ] ForwardpropTest.testJVPFunctionWithBatchOfTangents INFO:tensorflow:time(__main__.ForwardpropTest.testJVPFunctionWithBatchOfTangents): 0.4s I0227 00:31:59.348078 281473234334768 test_util.py:2620] time(__main__.ForwardpropTest.testJVPFunctionWithBatchOfTangents): 0.4s [ OK ] ForwardpropTest.testJVPFunctionWithBatchOfTangents [ RUN ] ForwardpropTest.testNonDifferentiableOpWithInputTangent INFO:tensorflow:time(__main__.ForwardpropTest.testNonDifferentiableOpWithInputTangent): 0.06s I0227 00:31:59.412795 281473234334768 test_util.py:2620] time(__main__.ForwardpropTest.testNonDifferentiableOpWithInputTangent): 0.06s [ OK ] ForwardpropTest.testNonDifferentiableOpWithInputTangent [ RUN ] ForwardpropTest.testRecordingSelectively WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:31:59.416937 281473234334768 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:31:59.417723 281473234334768 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:31:59.422539 281473234334768 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:31:59.423185 281473234334768 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. INFO:tensorflow:time(__main__.ForwardpropTest.testRecordingSelectively): 1.55s I0227 00:32:00.967957 281473234334768 test_util.py:2620] time(__main__.ForwardpropTest.testRecordingSelectively): 1.55s [ OK ] ForwardpropTest.testRecordingSelectively [ RUN ] ForwardpropTest.testShouldRecordAndStopRecord INFO:tensorflow:time(__main__.ForwardpropTest.testShouldRecordAndStopRecord): 1.54s I0227 00:32:02.509678 281473234334768 test_util.py:2620] time(__main__.ForwardpropTest.testShouldRecordAndStopRecord): 1.54s [ OK ] ForwardpropTest.testShouldRecordAndStopRecord [ RUN ] ForwardpropTest.testVariableWatched INFO:tensorflow:time(__main__.ForwardpropTest.testVariableWatched): 0.98s I0227 00:32:03.495178 281473234334768 test_util.py:2620] time(__main__.ForwardpropTest.testVariableWatched): 0.98s [ OK ] ForwardpropTest.testVariableWatched ====================================================================== FAIL: testFunctionReturnsResource (__main__.ForwardpropTest) ForwardpropTest.testFunctionReturnsResource ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/forwardprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 93, 'TensorShape': 84, 'Operation': 78}) ---------------------------------------------------------------------- Ran 13 tests in 10.668s FAILED (failures=1) ================================================================================ ==================== Test output for //tensorflow/python/eager:forwardprop_test_cpu (shard 3 of 5): Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/forwardprop_test_cpu.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] BatchTests.testBatchCorrectness INFO:tensorflow:time(__main__.BatchTests.testBatchCorrectness): 0.32s I0227 00:32:08.840504 281473151300656 test_util.py:2620] time(__main__.BatchTests.testBatchCorrectness): 0.32s [ OK ] BatchTests.testBatchCorrectness [ RUN ] ControlFlowTests.testInFunctionWhile INFO:tensorflow:time(__main__.ControlFlowTests.testInFunctionWhile): 1.4s I0227 00:32:10.238208 281473151300656 test_util.py:2620] time(__main__.ControlFlowTests.testInFunctionWhile): 1.4s [ OK ] ControlFlowTests.testInFunctionWhile [ RUN ] ForwardpropTest.testBackwardOverForwardForwardPropFirst INFO:tensorflow:time(__main__.ForwardpropTest.testBackwardOverForwardForwardPropFirst): 0.1s I0227 00:32:10.336273 281473151300656 test_util.py:2620] time(__main__.ForwardpropTest.testBackwardOverForwardForwardPropFirst): 0.1s [ OK ] ForwardpropTest.testBackwardOverForwardForwardPropFirst [ RUN ] ForwardpropTest.testElementwiseNNOpsEluP5 INFO:tensorflow:time(__main__.ForwardpropTest.testElementwiseNNOpsEluP5): 0.42s I0227 00:32:10.756079 281473151300656 test_util.py:2620] time(__main__.ForwardpropTest.testElementwiseNNOpsEluP5): 0.42s [ OK ] ForwardpropTest.testElementwiseNNOpsEluP5 [ RUN ] ForwardpropTest.testForwardOverBackwardMemoryEfficiencyForwardPropFirst INFO:tensorflow:time(__main__.ForwardpropTest.testForwardOverBackwardMemoryEfficiencyForwardPropFirst): 0.02s I0227 00:32:10.775560 281473151300656 test_util.py:2620] time(__main__.ForwardpropTest.testForwardOverBackwardMemoryEfficiencyForwardPropFirst): 0.02s [ OK ] ForwardpropTest.testForwardOverBackwardMemoryEfficiencyForwardPropFirst [ RUN ] ForwardpropTest.testFunctionReturnsResource WARNING:tensorflow:5 out of the last 5 calls to .f at 0xfffee475f380> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:32:11.554837 281473151300656 polymorphic_function.py:157] 5 out of the last 5 calls to .f at 0xfffee475f380> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. [ FAILED ] ForwardpropTest.testFunctionReturnsResource INFO:tensorflow:time(__main__.ForwardpropTest.testFunctionReturnsResource): 0.96s I0227 00:32:11.741016 281473151300656 test_util.py:2620] time(__main__.ForwardpropTest.testFunctionReturnsResource): 0.96s [ RUN ] ForwardpropTest.testHVPMemory INFO:tensorflow:time(__main__.ForwardpropTest.testHVPMemory): 4.47s I0227 00:32:16.208097 281473151300656 test_util.py:2620] time(__main__.ForwardpropTest.testHVPMemory): 4.47s [ OK ] ForwardpropTest.testHVPMemory [ RUN ] ForwardpropTest.testIndexSlicesGrad INFO:tensorflow:time(__main__.ForwardpropTest.testIndexSlicesGrad): 0.22s I0227 00:32:16.431386 281473151300656 test_util.py:2620] time(__main__.ForwardpropTest.testIndexSlicesGrad): 0.22s [ OK ] ForwardpropTest.testIndexSlicesGrad [ RUN ] ForwardpropTest.testJVPFunctionWithBatchOfTangents INFO:tensorflow:time(__main__.ForwardpropTest.testJVPFunctionWithBatchOfTangents): 0.23s I0227 00:32:16.663809 281473151300656 test_util.py:2620] time(__main__.ForwardpropTest.testJVPFunctionWithBatchOfTangents): 0.23s [ OK ] ForwardpropTest.testJVPFunctionWithBatchOfTangents [ RUN ] ForwardpropTest.testNonDifferentiableOpWithInputTangent INFO:tensorflow:time(__main__.ForwardpropTest.testNonDifferentiableOpWithInputTangent): 0.1s I0227 00:32:16.765465 281473151300656 test_util.py:2620] time(__main__.ForwardpropTest.testNonDifferentiableOpWithInputTangent): 0.1s [ OK ] ForwardpropTest.testNonDifferentiableOpWithInputTangent [ RUN ] ForwardpropTest.testRecordingSelectively WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:32:16.769605 281473151300656 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:32:16.770340 281473151300656 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:32:16.775840 281473151300656 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:32:16.776524 281473151300656 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. INFO:tensorflow:time(__main__.ForwardpropTest.testRecordingSelectively): 0.81s I0227 00:32:17.578516 281473151300656 test_util.py:2620] time(__main__.ForwardpropTest.testRecordingSelectively): 0.81s [ OK ] ForwardpropTest.testRecordingSelectively [ RUN ] ForwardpropTest.testShouldRecordAndStopRecord INFO:tensorflow:time(__main__.ForwardpropTest.testShouldRecordAndStopRecord): 1.27s I0227 00:32:18.845790 281473151300656 test_util.py:2620] time(__main__.ForwardpropTest.testShouldRecordAndStopRecord): 1.27s [ OK ] ForwardpropTest.testShouldRecordAndStopRecord [ RUN ] ForwardpropTest.testVariableWatched INFO:tensorflow:time(__main__.ForwardpropTest.testVariableWatched): 1.38s I0227 00:32:20.224025 281473151300656 test_util.py:2620] time(__main__.ForwardpropTest.testVariableWatched): 1.38s [ OK ] ForwardpropTest.testVariableWatched ====================================================================== FAIL: testFunctionReturnsResource (__main__.ForwardpropTest) ForwardpropTest.testFunctionReturnsResource ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/forwardprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 93, 'TensorShape': 84, 'Operation': 78}) ---------------------------------------------------------------------- Ran 13 tests in 11.708s FAILED (failures=1) ================================================================================ ==================== Test output for //tensorflow/python/eager/polymorphic_function:tracing_compilation_test: Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/polymorphic_function/tracing_compilation_test.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] CompilationArgumentNamingTest.testBasic INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testBasic): 0.28s I0227 00:32:29.561780 281472866939952 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testBasic): 0.28s [ OK ] CompilationArgumentNamingTest.testBasic [ RUN ] CompilationArgumentNamingTest.testDictReturned INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testDictReturned): 0.14s I0227 00:32:29.699984 281472866939952 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testDictReturned): 0.14s [ OK ] CompilationArgumentNamingTest.testDictReturned [ RUN ] CompilationArgumentNamingTest.testMethod [ SKIPPED ] CompilationArgumentNamingTest.testMethod INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testMethod): 0.02s I0227 00:32:29.717202 281472866939952 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testMethod): 0.02s [ RUN ] CompilationArgumentNamingTest.testMethodSignature INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testMethodSignature): 0.01s I0227 00:32:29.729955 281472866939952 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testMethodSignature): 0.01s [ OK ] CompilationArgumentNamingTest.testMethodSignature [ RUN ] CompilationArgumentNamingTest.testVariable INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testVariable): 0.05s I0227 00:32:29.781021 281472866939952 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testVariable): 0.05s [ OK ] CompilationArgumentNamingTest.testVariable [ RUN ] CompilationArgumentNamingTest.testVariadic INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testVariadic): 0.09s I0227 00:32:29.870464 281472866939952 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testVariadic): 0.09s [ OK ] CompilationArgumentNamingTest.testVariadic [ RUN ] CompilationArgumentNamingTest.testVariadicInputSignature INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testVariadicInputSignature): 0.04s I0227 00:32:29.915286 281472866939952 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testVariadicInputSignature): 0.04s [ OK ] CompilationArgumentNamingTest.testVariadicInputSignature [ RUN ] CompilationArgumentNamingTest.test_session [ SKIPPED ] CompilationArgumentNamingTest.test_session [ RUN ] CompilationCollectionTest.testCollectionValueAccess 2024-02-27 00:32:29.965189: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:388] MLIR V1 optimization pass is not enabled INFO:tensorflow:time(__main__.CompilationCollectionTest.testCollectionValueAccess): 0.08s I0227 00:32:29.996004 281472866939952 test_util.py:2620] time(__main__.CompilationCollectionTest.testCollectionValueAccess): 0.08s [ OK ] CompilationCollectionTest.testCollectionValueAccess [ RUN ] CompilationCollectionTest.testCollectionVariableValueAccess INFO:tensorflow:time(__main__.CompilationCollectionTest.testCollectionVariableValueAccess): 0.1s I0227 00:32:30.096148 281472866939952 test_util.py:2620] time(__main__.CompilationCollectionTest.testCollectionVariableValueAccess): 0.1s [ OK ] CompilationCollectionTest.testCollectionVariableValueAccess [ RUN ] CompilationCollectionTest.test_session [ SKIPPED ] CompilationCollectionTest.test_session [ RUN ] DevicePlacementTest.testDeviceAnnotationsRespected INFO:tensorflow:Running testDeviceAnnotationsRespected in GRAPH mode. I0227 00:32:30.097538 281472866939952 test_util.py:1612] Running testDeviceAnnotationsRespected in GRAPH mode. WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/contextlib.py:105: TensorFlowTestCase.test_session (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `self.session()` or `self.cached_session()` instead. W0227 00:32:30.098040 281472866939952 deprecation.py:50] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/contextlib.py:105: TensorFlowTestCase.test_session (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `self.session()` or `self.cached_session()` instead. INFO:tensorflow:time(__main__.DevicePlacementTest.testDeviceAnnotationsRespected): 0.13s I0227 00:32:30.222746 281472866939952 test_util.py:2620] time(__main__.DevicePlacementTest.testDeviceAnnotationsRespected): 0.13s INFO:tensorflow:Running testDeviceAnnotationsRespected in EAGER mode. I0227 00:32:30.224905 281472866939952 test_util.py:1631] Running testDeviceAnnotationsRespected in EAGER mode. INFO:tensorflow:time(__main__.DevicePlacementTest.testDeviceAnnotationsRespected): 0.1s I0227 00:32:30.324619 281472866939952 test_util.py:2620] time(__main__.DevicePlacementTest.testDeviceAnnotationsRespected): 0.1s [ OK ] DevicePlacementTest.testDeviceAnnotationsRespected [ RUN ] DevicePlacementTest.testMultipleDeviceCheck INFO:tensorflow:Running testMultipleDeviceCheck in GRAPH mode. I0227 00:32:30.325536 281472866939952 test_util.py:1612] Running testMultipleDeviceCheck in GRAPH mode. INFO:tensorflow:time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.02s I0227 00:32:30.345716 281472866939952 test_util.py:2620] time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.02s INFO:tensorflow:Running testMultipleDeviceCheck in EAGER mode. I0227 00:32:30.346955 281472866939952 test_util.py:1631] Running testMultipleDeviceCheck in EAGER mode. INFO:tensorflow:time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.01s I0227 00:32:30.361721 281472866939952 test_util.py:2620] time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.01s [ OK ] DevicePlacementTest.testMultipleDeviceCheck [ RUN ] DevicePlacementTest.test_session [ SKIPPED ] DevicePlacementTest.test_session [ RUN ] MultiDeviceCompilationTest.testArgumentPruning WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/polymorphic_function/tracing_compilation_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py:1957: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.config.list_physical_devices('GPU')` instead. W0227 00:32:30.363116 281472866939952 deprecation.py:50] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/polymorphic_function/tracing_compilation_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py:1957: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.config.list_physical_devices('GPU')` instead. [ SKIPPED ] MultiDeviceCompilationTest.testArgumentPruning INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testArgumentPruning): 0.0s I0227 00:32:30.363632 281472866939952 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testArgumentPruning): 0.0s [ RUN ] MultiDeviceCompilationTest.testComplexInputOutputDevicePattern [ SKIPPED ] MultiDeviceCompilationTest.testComplexInputOutputDevicePattern INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testComplexInputOutputDevicePattern): 0.0s I0227 00:32:30.364340 281472866939952 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testComplexInputOutputDevicePattern): 0.0s [ RUN ] MultiDeviceCompilationTest.testEmptyBody [ SKIPPED ] MultiDeviceCompilationTest.testEmptyBody INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testEmptyBody): 0.0s I0227 00:32:30.365034 281472866939952 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testEmptyBody): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceColocateWith [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceColocateWith INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceColocateWith): 0.0s I0227 00:32:30.365706 281472866939952 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceColocateWith): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceInt32 [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceInt32 INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceInt32): 0.0s I0227 00:32:30.366360 281472866939952 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceInt32): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceOutput [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceOutput INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceOutput): 0.0s I0227 00:32:30.367013 281472866939952 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceOutput): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceResources [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceResources INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceResources): 0.0s I0227 00:32:30.367667 281472866939952 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceResources): 0.0s [ RUN ] MultiDeviceCompilationTest.testOutputResources [ SKIPPED ] MultiDeviceCompilationTest.testOutputResources INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testOutputResources): 0.0s I0227 00:32:30.368330 281472866939952 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testOutputResources): 0.0s [ RUN ] MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall [ SKIPPED ] MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall): 0.0s I0227 00:32:30.368991 281472866939952 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall): 0.0s [ RUN ] MultiDeviceCompilationTest.testReturnResourceFromNestedFunctionCall [ SKIPPED ] MultiDeviceCompilationTest.testReturnResourceFromNestedFunctionCall INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testReturnResourceFromNestedFunctionCall): 0.0s I0227 00:32:30.369642 281472866939952 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testReturnResourceFromNestedFunctionCall): 0.0s [ RUN ] MultiDeviceCompilationTest.test_session [ SKIPPED ] MultiDeviceCompilationTest.test_session [ RUN ] TracingCompilationTest.testBackwardNoneGradient INFO:tensorflow:Running testBackwardNoneGradient in GRAPH mode. I0227 00:32:30.370556 281472866939952 test_util.py:1612] Running testBackwardNoneGradient in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.41s I0227 00:32:30.775623 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.41s INFO:tensorflow:Running testBackwardNoneGradient in EAGER mode. I0227 00:32:30.777632 281472866939952 test_util.py:1631] Running testBackwardNoneGradient in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.15s I0227 00:32:30.932502 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.15s [ OK ] TracingCompilationTest.testBackwardNoneGradient [ RUN ] TracingCompilationTest.testCacheKeyAttrsClass [ SKIPPED ] TracingCompilationTest.testCacheKeyAttrsClass INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheKeyAttrsClass): 0.0s I0227 00:32:30.933985 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheKeyAttrsClass): 0.0s [ RUN ] TracingCompilationTest.testCacheKeyNestedLists INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheKeyNestedLists): 0.05s I0227 00:32:30.983179 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheKeyNestedLists): 0.05s [ OK ] TracingCompilationTest.testCacheKeyNestedLists [ RUN ] TracingCompilationTest.testCacheKeyOverlappingShapes INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheKeyOverlappingShapes): 0.05s I0227 00:32:31.032169 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheKeyOverlappingShapes): 0.05s [ OK ] TracingCompilationTest.testCacheKeyOverlappingShapes [ RUN ] TracingCompilationTest.testCacheObjectHashCollisions INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheObjectHashCollisions): 0.02s I0227 00:32:31.055585 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheObjectHashCollisions): 0.02s [ OK ] TracingCompilationTest.testCacheObjectHashCollisions [ RUN ] TracingCompilationTest.testCacheTensorDtypeCollision INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorDtypeCollision): 0.04s I0227 00:32:31.100817 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorDtypeCollision): 0.04s [ OK ] TracingCompilationTest.testCacheTensorDtypeCollision [ RUN ] TracingCompilationTest.testCacheTensorShapeCollision INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorShapeCollision): 0.04s I0227 00:32:31.144904 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorShapeCollision): 0.04s [ OK ] TracingCompilationTest.testCacheTensorShapeCollision [ RUN ] TracingCompilationTest.testCacheTensorShapeDtypeCollision INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorShapeDtypeCollision): 0.05s I0227 00:32:31.192369 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorShapeDtypeCollision): 0.05s [ OK ] TracingCompilationTest.testCacheTensorShapeDtypeCollision [ RUN ] TracingCompilationTest.testCacheTensorSpecIdenticalToTensor INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorSpecIdenticalToTensor): 0.01s I0227 00:32:31.204658 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorSpecIdenticalToTensor): 0.01s [ OK ] TracingCompilationTest.testCacheTensorSpecIdenticalToTensor [ RUN ] TracingCompilationTest.testCacheTensorUnknownShapesCollisionRelaxedShapes INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorUnknownShapesCollisionRelaxedShapes): 0.03s I0227 00:32:31.249783 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorUnknownShapesCollisionRelaxedShapes): 0.03s [ OK ] TracingCompilationTest.testCacheTensorUnknownShapesCollisionRelaxedShapes [ RUN ] TracingCompilationTest.testCallOptionsMemory [ FAILED ] TracingCompilationTest.testCallOptionsMemory INFO:tensorflow:time(__main__.TracingCompilationTest.testCallOptionsMemory): 0.79s I0227 00:32:32.043452 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testCallOptionsMemory): 0.79s [ RUN ] TracingCompilationTest.testCallingFunctionWithDifferentVariables INFO:tensorflow:time(__main__.TracingCompilationTest.testCallingFunctionWithDifferentVariables): 0.05s I0227 00:32:32.094398 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testCallingFunctionWithDifferentVariables): 0.05s [ OK ] TracingCompilationTest.testCallingFunctionWithDifferentVariables [ RUN ] TracingCompilationTest.testCallingFunctionWithNonTensorsFails INFO:tensorflow:time(__main__.TracingCompilationTest.testCallingFunctionWithNonTensorsFails): 0.01s I0227 00:32:32.102907 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testCallingFunctionWithNonTensorsFails): 0.01s [ OK ] TracingCompilationTest.testCallingFunctionWithNonTensorsFails [ RUN ] TracingCompilationTest.testCompilationForcesResourceVariables INFO:tensorflow:Running testCompilationForcesResourceVariables in GRAPH mode. I0227 00:32:32.103788 281472866939952 test_util.py:1612] Running testCompilationForcesResourceVariables in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.02s I0227 00:32:32.125082 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.02s INFO:tensorflow:Running testCompilationForcesResourceVariables in EAGER mode. I0227 00:32:32.126070 281472866939952 test_util.py:1631] Running testCompilationForcesResourceVariables in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.02s I0227 00:32:32.150230 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.02s [ OK ] TracingCompilationTest.testCompilationForcesResourceVariables [ RUN ] TracingCompilationTest.testCompilationFunctionSeparateGraphs INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationFunctionSeparateGraphs): 0.05s I0227 00:32:32.206249 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationFunctionSeparateGraphs): 0.05s [ OK ] TracingCompilationTest.testCompilationFunctionSeparateGraphs [ RUN ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors): 0.04s I0227 00:32:32.251346 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors): 0.04s [ OK ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors [ RUN ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs): 0.05s I0227 00:32:32.302203 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs): 0.05s [ OK ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs [ RUN ] TracingCompilationTest.testDeepcopyVariableNoRetracing INFO:tensorflow:time(__main__.TracingCompilationTest.testDeepcopyVariableNoRetracing): 0.05s I0227 00:32:32.349576 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testDeepcopyVariableNoRetracing): 0.05s [ OK ] TracingCompilationTest.testDeepcopyVariableNoRetracing [ RUN ] TracingCompilationTest.testDistinctVariablesNoRetracing INFO:tensorflow:time(__main__.TracingCompilationTest.testDistinctVariablesNoRetracing): 0.04s I0227 00:32:32.388509 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testDistinctVariablesNoRetracing): 0.04s [ OK ] TracingCompilationTest.testDistinctVariablesNoRetracing [ RUN ] TracingCompilationTest.testEagerCaptures INFO:tensorflow:time(__main__.TracingCompilationTest.testEagerCaptures): 0.04s I0227 00:32:32.426413 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testEagerCaptures): 0.04s [ OK ] TracingCompilationTest.testEagerCaptures [ RUN ] TracingCompilationTest.testExecutorType INFO:tensorflow:time(__main__.TracingCompilationTest.testExecutorType): 0.11s I0227 00:32:32.532651 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testExecutorType): 0.11s [ OK ] TracingCompilationTest.testExecutorType [ RUN ] TracingCompilationTest.testExternalControlDependency INFO:tensorflow:time(__main__.TracingCompilationTest.testExternalControlDependency): 0.07s I0227 00:32:32.605749 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testExternalControlDependency): 0.07s [ OK ] TracingCompilationTest.testExternalControlDependency [ RUN ] TracingCompilationTest.testFuncListAttr INFO:tensorflow:time(__main__.TracingCompilationTest.testFuncListAttr): 1.46s I0227 00:32:34.068036 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testFuncListAttr): 1.46s [ OK ] TracingCompilationTest.testFuncListAttr [ RUN ] TracingCompilationTest.testFunctionWithInvalidAttribute INFO:tensorflow:time(__main__.TracingCompilationTest.testFunctionWithInvalidAttribute): 0.0s I0227 00:32:34.069793 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testFunctionWithInvalidAttribute): 0.0s [ OK ] TracingCompilationTest.testFunctionWithInvalidAttribute [ RUN ] TracingCompilationTest.testFunctionWithResourcesOnDifferentDevices [ SKIPPED ] TracingCompilationTest.testFunctionWithResourcesOnDifferentDevices INFO:tensorflow:time(__main__.TracingCompilationTest.testFunctionWithResourcesOnDifferentDevices): 0.0s I0227 00:32:34.070701 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testFunctionWithResourcesOnDifferentDevices): 0.0s [ RUN ] TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly INFO:tensorflow:time(__main__.TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly): 0.02s I0227 00:32:34.094096 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly): 0.02s [ OK ] TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly [ RUN ] TracingCompilationTest.testGraphEagerIsolation INFO:tensorflow:time(__main__.TracingCompilationTest.testGraphEagerIsolation): 0.05s I0227 00:32:34.140580 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testGraphEagerIsolation): 0.05s [ OK ] TracingCompilationTest.testGraphEagerIsolation [ RUN ] TracingCompilationTest.testInputShapeFunctionRelaxation INFO:tensorflow:time(__main__.TracingCompilationTest.testInputShapeFunctionRelaxation): 0.04s I0227 00:32:34.181746 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testInputShapeFunctionRelaxation): 0.04s [ OK ] TracingCompilationTest.testInputShapeFunctionRelaxation [ RUN ] TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs): 0.0s I0227 00:32:34.183190 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs): 0.0s [ OK ] TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs [ RUN ] TracingCompilationTest.testInputSignatureWithCompatibleInputs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithCompatibleInputs): 0.03s I0227 00:32:34.216638 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithCompatibleInputs): 0.03s [ OK ] TracingCompilationTest.testInputSignatureWithCompatibleInputs [ RUN ] TracingCompilationTest.testInputSignatureWithCompositeTensors INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithCompositeTensors): 0.04s I0227 00:32:34.260295 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithCompositeTensors): 0.04s [ OK ] TracingCompilationTest.testInputSignatureWithCompositeTensors [ RUN ] TracingCompilationTest.testInputSignatureWithDictInPositionalArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithDictInPositionalArgs): 0.01s I0227 00:32:34.274367 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithDictInPositionalArgs): 0.01s [ OK ] TracingCompilationTest.testInputSignatureWithDictInPositionalArgs [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordArgs): 0.02s I0227 00:32:34.298078 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordArgs): 0.02s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordArgs [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs I0227 00:32:34.651183 281472866939952 functional_saver.py:440] Sharding callback duration: 15 I0227 00:32:34.711447 281472866939952 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /tmp/kwonlyf/assets I0227 00:32:34.724929 281472866939952 builder_impl.py:829] Assets written to: /tmp/kwonlyf/assets I0227 00:32:34.727264 281472866939952 fingerprinting_utils.py:49] Writing fingerprint to /tmp/kwonlyf/fingerprint.pb INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs): 0.53s I0227 00:32:34.830566 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs): 0.53s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults): 0.0s I0227 00:32:34.833294 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults): 0.0s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs): 0.02s I0227 00:32:34.856011 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs): 0.02s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs [ RUN ] TracingCompilationTest.testInputSignatureWithMatchingInputs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithMatchingInputs): 0.04s I0227 00:32:34.893707 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithMatchingInputs): 0.04s [ OK ] TracingCompilationTest.testInputSignatureWithMatchingInputs [ RUN ] TracingCompilationTest.testInputSignatureWithPartialFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithPartialFunction): 0.04s I0227 00:32:34.935818 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithPartialFunction): 0.04s [ OK ] TracingCompilationTest.testInputSignatureWithPartialFunction [ RUN ] TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError INFO:tensorflow:time(__main__.TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError): 0.03s I0227 00:32:34.970707 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError): 0.03s [ OK ] TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError [ RUN ] TracingCompilationTest.testLimitedRetracing INFO:tensorflow:time(__main__.TracingCompilationTest.testLimitedRetracing): 0.38s I0227 00:32:35.349637 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testLimitedRetracing): 0.38s [ OK ] TracingCompilationTest.testLimitedRetracing [ RUN ] TracingCompilationTest.testNestedInputShapeFunctionRelaxation INFO:tensorflow:time(__main__.TracingCompilationTest.testNestedInputShapeFunctionRelaxation): 0.11s I0227 00:32:35.459046 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testNestedInputShapeFunctionRelaxation): 0.11s [ OK ] TracingCompilationTest.testNestedInputShapeFunctionRelaxation [ RUN ] TracingCompilationTest.testNestedInputSignatures INFO:tensorflow:time(__main__.TracingCompilationTest.testNestedInputSignatures): 0.04s I0227 00:32:35.501085 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testNestedInputSignatures): 0.04s [ OK ] TracingCompilationTest.testNestedInputSignatures [ RUN ] TracingCompilationTest.testNestedInputSignaturesWithDict INFO:tensorflow:time(__main__.TracingCompilationTest.testNestedInputSignaturesWithDict): 0.06s I0227 00:32:35.560582 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testNestedInputSignaturesWithDict): 0.06s [ OK ] TracingCompilationTest.testNestedInputSignaturesWithDict [ RUN ] TracingCompilationTest.testNumpyDtypeInputSupported INFO:tensorflow:time(__main__.TracingCompilationTest.testNumpyDtypeInputSupported): 0.07s I0227 00:32:35.635460 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testNumpyDtypeInputSupported): 0.07s [ OK ] TracingCompilationTest.testNumpyDtypeInputSupported [ RUN ] TracingCompilationTest.testPythonFunctionWithDefaultArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testPythonFunctionWithDefaultArgs): 0.04s I0227 00:32:35.676428 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testPythonFunctionWithDefaultArgs): 0.04s [ OK ] TracingCompilationTest.testPythonFunctionWithDefaultArgs [ RUN ] TracingCompilationTest.testReferenceCycles INFO:tensorflow:time(__main__.TracingCompilationTest.testReferenceCycles): 0.34s I0227 00:32:36.020037 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testReferenceCycles): 0.34s [ OK ] TracingCompilationTest.testReferenceCycles [ RUN ] TracingCompilationTest.testRegisterConcreteFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterConcreteFunction): 0.2s I0227 00:32:36.221966 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterConcreteFunction): 0.2s [ OK ] TracingCompilationTest.testRegisterConcreteFunction [ RUN ] TracingCompilationTest.testRegisterFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterFunction): 0.1s I0227 00:32:36.324261 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterFunction): 0.1s [ OK ] TracingCompilationTest.testRegisterFunction [ RUN ] TracingCompilationTest.testRegisterFunctionWithCache INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterFunctionWithCache): 0.03s I0227 00:32:36.355824 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterFunctionWithCache): 0.03s [ OK ] TracingCompilationTest.testRegisterFunctionWithCache [ RUN ] TracingCompilationTest.testRegisterFunctionWithInputSignature INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterFunctionWithInputSignature): 0.03s I0227 00:32:36.387136 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterFunctionWithInputSignature): 0.03s [ OK ] TracingCompilationTest.testRegisterFunctionWithInputSignature [ RUN ] TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns INFO:tensorflow:time(__main__.TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns): 0.1s I0227 00:32:36.487415 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns): 0.1s [ OK ] TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns [ RUN ] TracingCompilationTest.testShapeCaching INFO:tensorflow:Running testShapeCaching in GRAPH mode. I0227 00:32:36.488612 281472866939952 test_util.py:1612] Running testShapeCaching in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testShapeCaching): 0.08s I0227 00:32:36.566355 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testShapeCaching): 0.08s INFO:tensorflow:Running testShapeCaching in EAGER mode. I0227 00:32:36.567928 281472866939952 test_util.py:1631] Running testShapeCaching in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testShapeCaching): 0.06s I0227 00:32:36.631190 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testShapeCaching): 0.06s [ OK ] TracingCompilationTest.testShapeCaching [ RUN ] TracingCompilationTest.testSwapImplementationInEager INFO:tensorflow:time(__main__.TracingCompilationTest.testSwapImplementationInEager): 0.27s I0227 00:32:36.900046 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testSwapImplementationInEager): 0.27s [ OK ] TracingCompilationTest.testSwapImplementationInEager [ RUN ] TracingCompilationTest.testSwapImplementationWithGrapplerPlugin0 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'})) INFO:tensorflow:time(__main__.TracingCompilationTest.testSwapImplementationWithGrapplerPlugin0 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'}))): 0.12s I0227 00:32:37.025890 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testSwapImplementationWithGrapplerPlugin0 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'}))): 0.12s [ OK ] TracingCompilationTest.testSwapImplementationWithGrapplerPlugin0 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'})) [ RUN ] TracingCompilationTest.testSwapImplementationWithGrapplerPlugin1 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'})) INFO:tensorflow:time(__main__.TracingCompilationTest.testSwapImplementationWithGrapplerPlugin1 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'}))): 0.18s I0227 00:32:37.206050 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testSwapImplementationWithGrapplerPlugin1 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'}))): 0.18s [ OK ] TracingCompilationTest.testSwapImplementationWithGrapplerPlugin1 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'})) [ RUN ] TracingCompilationTest.testTensorKeywordArguments INFO:tensorflow:time(__main__.TracingCompilationTest.testTensorKeywordArguments): 0.08s I0227 00:32:37.287225 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testTensorKeywordArguments): 0.08s [ OK ] TracingCompilationTest.testTensorKeywordArguments [ RUN ] TracingCompilationTest.testUnderspecifiedInputSignature INFO:tensorflow:time(__main__.TracingCompilationTest.testUnderspecifiedInputSignature): 0.02s I0227 00:32:37.304965 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testUnderspecifiedInputSignature): 0.02s [ OK ] TracingCompilationTest.testUnderspecifiedInputSignature [ RUN ] TracingCompilationTest.testVariableInLoopInFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testVariableInLoopInFunction): 0.09s I0227 00:32:37.391133 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testVariableInLoopInFunction): 0.09s [ OK ] TracingCompilationTest.testVariableInLoopInFunction [ RUN ] TracingCompilationTest.testVariablesPlacedOnOutsideDevice INFO:tensorflow:Running testVariablesPlacedOnOutsideDevice in GRAPH mode. I0227 00:32:37.392430 281472866939952 test_util.py:1612] Running testVariablesPlacedOnOutsideDevice in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testVariablesPlacedOnOutsideDevice): 0.03s I0227 00:32:37.426541 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testVariablesPlacedOnOutsideDevice): 0.03s INFO:tensorflow:Running testVariablesPlacedOnOutsideDevice in EAGER mode. I0227 00:32:37.427434 281472866939952 test_util.py:1631] Running testVariablesPlacedOnOutsideDevice in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testVariablesPlacedOnOutsideDevice): 0.03s I0227 00:32:37.456650 281472866939952 test_util.py:2620] time(__main__.TracingCompilationTest.testVariablesPlacedOnOutsideDevice): 0.03s [ OK ] TracingCompilationTest.testVariablesPlacedOnOutsideDevice [ RUN ] TracingCompilationTest.test_session [ SKIPPED ] TracingCompilationTest.test_session ====================================================================== FAIL: testCallOptionsMemory (__main__.TracingCompilationTest) TracingCompilationTest.testCallOptionsMemory ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/polymorphic_function/tracing_compilation_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 15, 'Operation': 12, 'TensorShape': 6}) ---------------------------------------------------------------------- Ran 85 tests in 8.177s FAILED (failures=1, skipped=18) ================================================================================ ==================== Test output for //tensorflow/python/eager/polymorphic_function:tracing_compilation_test: Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/polymorphic_function/tracing_compilation_test.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] CompilationArgumentNamingTest.testBasic INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testBasic): 0.3s I0227 00:32:44.283266 281473824748592 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testBasic): 0.3s [ OK ] CompilationArgumentNamingTest.testBasic [ RUN ] CompilationArgumentNamingTest.testDictReturned INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testDictReturned): 0.1s I0227 00:32:44.382068 281473824748592 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testDictReturned): 0.1s [ OK ] CompilationArgumentNamingTest.testDictReturned [ RUN ] CompilationArgumentNamingTest.testMethod [ SKIPPED ] CompilationArgumentNamingTest.testMethod INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testMethod): 0.01s I0227 00:32:44.394537 281473824748592 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testMethod): 0.01s [ RUN ] CompilationArgumentNamingTest.testMethodSignature INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testMethodSignature): 0.01s I0227 00:32:44.407172 281473824748592 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testMethodSignature): 0.01s [ OK ] CompilationArgumentNamingTest.testMethodSignature [ RUN ] CompilationArgumentNamingTest.testVariable INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testVariable): 0.05s I0227 00:32:44.458152 281473824748592 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testVariable): 0.05s [ OK ] CompilationArgumentNamingTest.testVariable [ RUN ] CompilationArgumentNamingTest.testVariadic INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testVariadic): 0.05s I0227 00:32:44.514336 281473824748592 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testVariadic): 0.05s [ OK ] CompilationArgumentNamingTest.testVariadic [ RUN ] CompilationArgumentNamingTest.testVariadicInputSignature INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testVariadicInputSignature): 0.04s I0227 00:32:44.556664 281473824748592 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testVariadicInputSignature): 0.04s [ OK ] CompilationArgumentNamingTest.testVariadicInputSignature [ RUN ] CompilationArgumentNamingTest.test_session [ SKIPPED ] CompilationArgumentNamingTest.test_session [ RUN ] CompilationCollectionTest.testCollectionValueAccess 2024-02-27 00:32:44.575435: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:388] MLIR V1 optimization pass is not enabled INFO:tensorflow:time(__main__.CompilationCollectionTest.testCollectionValueAccess): 0.05s I0227 00:32:44.609741 281473824748592 test_util.py:2620] time(__main__.CompilationCollectionTest.testCollectionValueAccess): 0.05s [ OK ] CompilationCollectionTest.testCollectionValueAccess [ RUN ] CompilationCollectionTest.testCollectionVariableValueAccess INFO:tensorflow:time(__main__.CompilationCollectionTest.testCollectionVariableValueAccess): 0.09s I0227 00:32:44.696011 281473824748592 test_util.py:2620] time(__main__.CompilationCollectionTest.testCollectionVariableValueAccess): 0.09s [ OK ] CompilationCollectionTest.testCollectionVariableValueAccess [ RUN ] CompilationCollectionTest.test_session [ SKIPPED ] CompilationCollectionTest.test_session [ RUN ] DevicePlacementTest.testDeviceAnnotationsRespected INFO:tensorflow:Running testDeviceAnnotationsRespected in GRAPH mode. I0227 00:32:44.697480 281473824748592 test_util.py:1612] Running testDeviceAnnotationsRespected in GRAPH mode. WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/contextlib.py:105: TensorFlowTestCase.test_session (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `self.session()` or `self.cached_session()` instead. W0227 00:32:44.698022 281473824748592 deprecation.py:50] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/contextlib.py:105: TensorFlowTestCase.test_session (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `self.session()` or `self.cached_session()` instead. INFO:tensorflow:time(__main__.DevicePlacementTest.testDeviceAnnotationsRespected): 0.14s I0227 00:32:44.833539 281473824748592 test_util.py:2620] time(__main__.DevicePlacementTest.testDeviceAnnotationsRespected): 0.14s INFO:tensorflow:Running testDeviceAnnotationsRespected in EAGER mode. I0227 00:32:44.835621 281473824748592 test_util.py:1631] Running testDeviceAnnotationsRespected in EAGER mode. INFO:tensorflow:time(__main__.DevicePlacementTest.testDeviceAnnotationsRespected): 0.09s I0227 00:32:44.927965 281473824748592 test_util.py:2620] time(__main__.DevicePlacementTest.testDeviceAnnotationsRespected): 0.09s [ OK ] DevicePlacementTest.testDeviceAnnotationsRespected [ RUN ] DevicePlacementTest.testMultipleDeviceCheck INFO:tensorflow:Running testMultipleDeviceCheck in GRAPH mode. I0227 00:32:44.928859 281473824748592 test_util.py:1612] Running testMultipleDeviceCheck in GRAPH mode. INFO:tensorflow:time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.05s I0227 00:32:44.979122 281473824748592 test_util.py:2620] time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.05s INFO:tensorflow:Running testMultipleDeviceCheck in EAGER mode. I0227 00:32:44.980305 281473824748592 test_util.py:1631] Running testMultipleDeviceCheck in EAGER mode. INFO:tensorflow:time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.01s I0227 00:32:44.994421 281473824748592 test_util.py:2620] time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.01s [ OK ] DevicePlacementTest.testMultipleDeviceCheck [ RUN ] DevicePlacementTest.test_session [ SKIPPED ] DevicePlacementTest.test_session [ RUN ] MultiDeviceCompilationTest.testArgumentPruning WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/polymorphic_function/tracing_compilation_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py:1957: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.config.list_physical_devices('GPU')` instead. W0227 00:32:44.995830 281473824748592 deprecation.py:50] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/polymorphic_function/tracing_compilation_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py:1957: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.config.list_physical_devices('GPU')` instead. [ SKIPPED ] MultiDeviceCompilationTest.testArgumentPruning INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testArgumentPruning): 0.0s I0227 00:32:44.996322 281473824748592 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testArgumentPruning): 0.0s [ RUN ] MultiDeviceCompilationTest.testComplexInputOutputDevicePattern [ SKIPPED ] MultiDeviceCompilationTest.testComplexInputOutputDevicePattern INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testComplexInputOutputDevicePattern): 0.0s I0227 00:32:44.997008 281473824748592 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testComplexInputOutputDevicePattern): 0.0s [ RUN ] MultiDeviceCompilationTest.testEmptyBody [ SKIPPED ] MultiDeviceCompilationTest.testEmptyBody INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testEmptyBody): 0.0s I0227 00:32:44.997673 281473824748592 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testEmptyBody): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceColocateWith [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceColocateWith INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceColocateWith): 0.0s I0227 00:32:44.998320 281473824748592 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceColocateWith): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceInt32 [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceInt32 INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceInt32): 0.0s I0227 00:32:44.998969 281473824748592 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceInt32): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceOutput [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceOutput INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceOutput): 0.0s I0227 00:32:44.999614 281473824748592 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceOutput): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceResources [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceResources INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceResources): 0.0s I0227 00:32:45.000252 281473824748592 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceResources): 0.0s [ RUN ] MultiDeviceCompilationTest.testOutputResources [ SKIPPED ] MultiDeviceCompilationTest.testOutputResources INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testOutputResources): 0.0s I0227 00:32:45.000921 281473824748592 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testOutputResources): 0.0s [ RUN ] MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall [ SKIPPED ] MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall): 0.0s I0227 00:32:45.001568 281473824748592 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall): 0.0s [ RUN ] MultiDeviceCompilationTest.testReturnResourceFromNestedFunctionCall [ SKIPPED ] MultiDeviceCompilationTest.testReturnResourceFromNestedFunctionCall INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testReturnResourceFromNestedFunctionCall): 0.0s I0227 00:32:45.002210 281473824748592 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testReturnResourceFromNestedFunctionCall): 0.0s [ RUN ] MultiDeviceCompilationTest.test_session [ SKIPPED ] MultiDeviceCompilationTest.test_session [ RUN ] TracingCompilationTest.testBackwardNoneGradient INFO:tensorflow:Running testBackwardNoneGradient in GRAPH mode. I0227 00:32:45.003110 281473824748592 test_util.py:1612] Running testBackwardNoneGradient in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.47s I0227 00:32:45.470339 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.47s INFO:tensorflow:Running testBackwardNoneGradient in EAGER mode. I0227 00:32:45.472034 281473824748592 test_util.py:1631] Running testBackwardNoneGradient in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.53s I0227 00:32:45.999437 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.53s [ OK ] TracingCompilationTest.testBackwardNoneGradient [ RUN ] TracingCompilationTest.testCacheKeyAttrsClass [ SKIPPED ] TracingCompilationTest.testCacheKeyAttrsClass INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheKeyAttrsClass): 0.0s I0227 00:32:46.000793 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheKeyAttrsClass): 0.0s [ RUN ] TracingCompilationTest.testCacheKeyNestedLists INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheKeyNestedLists): 0.09s I0227 00:32:46.095625 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheKeyNestedLists): 0.09s [ OK ] TracingCompilationTest.testCacheKeyNestedLists [ RUN ] TracingCompilationTest.testCacheKeyOverlappingShapes INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheKeyOverlappingShapes): 0.13s I0227 00:32:46.225255 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheKeyOverlappingShapes): 0.13s [ OK ] TracingCompilationTest.testCacheKeyOverlappingShapes [ RUN ] TracingCompilationTest.testCacheObjectHashCollisions INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheObjectHashCollisions): 0.16s I0227 00:32:46.389752 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheObjectHashCollisions): 0.16s [ OK ] TracingCompilationTest.testCacheObjectHashCollisions [ RUN ] TracingCompilationTest.testCacheTensorDtypeCollision INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorDtypeCollision): 0.12s I0227 00:32:46.515313 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorDtypeCollision): 0.12s [ OK ] TracingCompilationTest.testCacheTensorDtypeCollision [ RUN ] TracingCompilationTest.testCacheTensorShapeCollision INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorShapeCollision): 0.31s I0227 00:32:46.822482 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorShapeCollision): 0.31s [ OK ] TracingCompilationTest.testCacheTensorShapeCollision [ RUN ] TracingCompilationTest.testCacheTensorShapeDtypeCollision INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorShapeDtypeCollision): 0.04s I0227 00:32:46.864888 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorShapeDtypeCollision): 0.04s [ OK ] TracingCompilationTest.testCacheTensorShapeDtypeCollision [ RUN ] TracingCompilationTest.testCacheTensorSpecIdenticalToTensor INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorSpecIdenticalToTensor): 0.01s I0227 00:32:46.876237 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorSpecIdenticalToTensor): 0.01s [ OK ] TracingCompilationTest.testCacheTensorSpecIdenticalToTensor [ RUN ] TracingCompilationTest.testCacheTensorUnknownShapesCollisionRelaxedShapes INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorUnknownShapesCollisionRelaxedShapes): 0.03s I0227 00:32:46.906858 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorUnknownShapesCollisionRelaxedShapes): 0.03s [ OK ] TracingCompilationTest.testCacheTensorUnknownShapesCollisionRelaxedShapes [ RUN ] TracingCompilationTest.testCallOptionsMemory [ FAILED ] TracingCompilationTest.testCallOptionsMemory INFO:tensorflow:time(__main__.TracingCompilationTest.testCallOptionsMemory): 0.99s I0227 00:32:47.896630 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testCallOptionsMemory): 0.99s [ RUN ] TracingCompilationTest.testCallingFunctionWithDifferentVariables INFO:tensorflow:time(__main__.TracingCompilationTest.testCallingFunctionWithDifferentVariables): 0.04s I0227 00:32:47.942201 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testCallingFunctionWithDifferentVariables): 0.04s [ OK ] TracingCompilationTest.testCallingFunctionWithDifferentVariables [ RUN ] TracingCompilationTest.testCallingFunctionWithNonTensorsFails INFO:tensorflow:time(__main__.TracingCompilationTest.testCallingFunctionWithNonTensorsFails): 0.01s I0227 00:32:47.949927 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testCallingFunctionWithNonTensorsFails): 0.01s [ OK ] TracingCompilationTest.testCallingFunctionWithNonTensorsFails [ RUN ] TracingCompilationTest.testCompilationForcesResourceVariables INFO:tensorflow:Running testCompilationForcesResourceVariables in GRAPH mode. I0227 00:32:47.950736 281473824748592 test_util.py:1612] Running testCompilationForcesResourceVariables in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.02s I0227 00:32:47.970477 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.02s INFO:tensorflow:Running testCompilationForcesResourceVariables in EAGER mode. I0227 00:32:47.971410 281473824748592 test_util.py:1631] Running testCompilationForcesResourceVariables in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.02s I0227 00:32:47.993350 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.02s [ OK ] TracingCompilationTest.testCompilationForcesResourceVariables [ RUN ] TracingCompilationTest.testCompilationFunctionSeparateGraphs INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationFunctionSeparateGraphs): 0.05s I0227 00:32:48.043913 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationFunctionSeparateGraphs): 0.05s [ OK ] TracingCompilationTest.testCompilationFunctionSeparateGraphs [ RUN ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors): 0.04s I0227 00:32:48.084897 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors): 0.04s [ OK ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors [ RUN ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs): 0.04s I0227 00:32:48.129106 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs): 0.04s [ OK ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs [ RUN ] TracingCompilationTest.testDeepcopyVariableNoRetracing INFO:tensorflow:time(__main__.TracingCompilationTest.testDeepcopyVariableNoRetracing): 0.05s I0227 00:32:48.176203 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testDeepcopyVariableNoRetracing): 0.05s [ OK ] TracingCompilationTest.testDeepcopyVariableNoRetracing [ RUN ] TracingCompilationTest.testDistinctVariablesNoRetracing INFO:tensorflow:time(__main__.TracingCompilationTest.testDistinctVariablesNoRetracing): 0.04s I0227 00:32:48.212651 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testDistinctVariablesNoRetracing): 0.04s [ OK ] TracingCompilationTest.testDistinctVariablesNoRetracing [ RUN ] TracingCompilationTest.testEagerCaptures INFO:tensorflow:time(__main__.TracingCompilationTest.testEagerCaptures): 0.04s I0227 00:32:48.257853 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testEagerCaptures): 0.04s [ OK ] TracingCompilationTest.testEagerCaptures [ RUN ] TracingCompilationTest.testExecutorType INFO:tensorflow:time(__main__.TracingCompilationTest.testExecutorType): 0.22s I0227 00:32:48.478021 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testExecutorType): 0.22s [ OK ] TracingCompilationTest.testExecutorType [ RUN ] TracingCompilationTest.testExternalControlDependency INFO:tensorflow:time(__main__.TracingCompilationTest.testExternalControlDependency): 0.06s I0227 00:32:48.541540 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testExternalControlDependency): 0.06s [ OK ] TracingCompilationTest.testExternalControlDependency [ RUN ] TracingCompilationTest.testFuncListAttr INFO:tensorflow:time(__main__.TracingCompilationTest.testFuncListAttr): 0.54s I0227 00:32:49.081619 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testFuncListAttr): 0.54s [ OK ] TracingCompilationTest.testFuncListAttr [ RUN ] TracingCompilationTest.testFunctionWithInvalidAttribute INFO:tensorflow:time(__main__.TracingCompilationTest.testFunctionWithInvalidAttribute): 0.0s I0227 00:32:49.083301 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testFunctionWithInvalidAttribute): 0.0s [ OK ] TracingCompilationTest.testFunctionWithInvalidAttribute [ RUN ] TracingCompilationTest.testFunctionWithResourcesOnDifferentDevices [ SKIPPED ] TracingCompilationTest.testFunctionWithResourcesOnDifferentDevices INFO:tensorflow:time(__main__.TracingCompilationTest.testFunctionWithResourcesOnDifferentDevices): 0.0s I0227 00:32:49.084167 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testFunctionWithResourcesOnDifferentDevices): 0.0s [ RUN ] TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly INFO:tensorflow:time(__main__.TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly): 0.02s I0227 00:32:49.107666 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly): 0.02s [ OK ] TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly [ RUN ] TracingCompilationTest.testGraphEagerIsolation INFO:tensorflow:time(__main__.TracingCompilationTest.testGraphEagerIsolation): 0.04s I0227 00:32:49.151854 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testGraphEagerIsolation): 0.04s [ OK ] TracingCompilationTest.testGraphEagerIsolation [ RUN ] TracingCompilationTest.testInputShapeFunctionRelaxation INFO:tensorflow:time(__main__.TracingCompilationTest.testInputShapeFunctionRelaxation): 0.11s I0227 00:32:49.259091 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testInputShapeFunctionRelaxation): 0.11s [ OK ] TracingCompilationTest.testInputShapeFunctionRelaxation [ RUN ] TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs): 0.0s I0227 00:32:49.260673 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs): 0.0s [ OK ] TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs [ RUN ] TracingCompilationTest.testInputSignatureWithCompatibleInputs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithCompatibleInputs): 0.03s I0227 00:32:49.293928 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithCompatibleInputs): 0.03s [ OK ] TracingCompilationTest.testInputSignatureWithCompatibleInputs [ RUN ] TracingCompilationTest.testInputSignatureWithCompositeTensors INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithCompositeTensors): 0.04s I0227 00:32:49.339391 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithCompositeTensors): 0.04s [ OK ] TracingCompilationTest.testInputSignatureWithCompositeTensors [ RUN ] TracingCompilationTest.testInputSignatureWithDictInPositionalArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithDictInPositionalArgs): 0.02s I0227 00:32:49.355656 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithDictInPositionalArgs): 0.02s [ OK ] TracingCompilationTest.testInputSignatureWithDictInPositionalArgs [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordArgs): 0.02s I0227 00:32:49.377862 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordArgs): 0.02s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordArgs [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs I0227 00:32:49.614537 281473824748592 functional_saver.py:440] Sharding callback duration: 13 I0227 00:32:49.672096 281473824748592 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /tmp/kwonlyf/assets I0227 00:32:49.720079 281473824748592 builder_impl.py:829] Assets written to: /tmp/kwonlyf/assets I0227 00:32:49.722436 281473824748592 fingerprinting_utils.py:49] Writing fingerprint to /tmp/kwonlyf/fingerprint.pb INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs): 0.4s I0227 00:32:49.783131 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs): 0.4s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults): 0.0s I0227 00:32:49.786070 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults): 0.0s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs): 0.02s I0227 00:32:49.811204 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs): 0.02s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs [ RUN ] TracingCompilationTest.testInputSignatureWithMatchingInputs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithMatchingInputs): 0.04s I0227 00:32:49.852892 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithMatchingInputs): 0.04s [ OK ] TracingCompilationTest.testInputSignatureWithMatchingInputs [ RUN ] TracingCompilationTest.testInputSignatureWithPartialFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithPartialFunction): 0.04s I0227 00:32:49.895987 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithPartialFunction): 0.04s [ OK ] TracingCompilationTest.testInputSignatureWithPartialFunction [ RUN ] TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError INFO:tensorflow:time(__main__.TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError): 0.06s I0227 00:32:49.953456 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError): 0.06s [ OK ] TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError [ RUN ] TracingCompilationTest.testLimitedRetracing INFO:tensorflow:time(__main__.TracingCompilationTest.testLimitedRetracing): 0.36s I0227 00:32:50.314069 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testLimitedRetracing): 0.36s [ OK ] TracingCompilationTest.testLimitedRetracing [ RUN ] TracingCompilationTest.testNestedInputShapeFunctionRelaxation INFO:tensorflow:time(__main__.TracingCompilationTest.testNestedInputShapeFunctionRelaxation): 0.16s I0227 00:32:50.477489 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testNestedInputShapeFunctionRelaxation): 0.16s [ OK ] TracingCompilationTest.testNestedInputShapeFunctionRelaxation [ RUN ] TracingCompilationTest.testNestedInputSignatures INFO:tensorflow:time(__main__.TracingCompilationTest.testNestedInputSignatures): 0.06s I0227 00:32:50.539399 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testNestedInputSignatures): 0.06s [ OK ] TracingCompilationTest.testNestedInputSignatures [ RUN ] TracingCompilationTest.testNestedInputSignaturesWithDict INFO:tensorflow:time(__main__.TracingCompilationTest.testNestedInputSignaturesWithDict): 0.13s I0227 00:32:50.667648 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testNestedInputSignaturesWithDict): 0.13s [ OK ] TracingCompilationTest.testNestedInputSignaturesWithDict [ RUN ] TracingCompilationTest.testNumpyDtypeInputSupported INFO:tensorflow:time(__main__.TracingCompilationTest.testNumpyDtypeInputSupported): 0.04s I0227 00:32:50.711389 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testNumpyDtypeInputSupported): 0.04s [ OK ] TracingCompilationTest.testNumpyDtypeInputSupported [ RUN ] TracingCompilationTest.testPythonFunctionWithDefaultArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testPythonFunctionWithDefaultArgs): 0.02s I0227 00:32:50.733969 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testPythonFunctionWithDefaultArgs): 0.02s [ OK ] TracingCompilationTest.testPythonFunctionWithDefaultArgs [ RUN ] TracingCompilationTest.testReferenceCycles INFO:tensorflow:time(__main__.TracingCompilationTest.testReferenceCycles): 0.45s I0227 00:32:51.183187 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testReferenceCycles): 0.45s [ OK ] TracingCompilationTest.testReferenceCycles [ RUN ] TracingCompilationTest.testRegisterConcreteFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterConcreteFunction): 0.31s I0227 00:32:51.497682 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterConcreteFunction): 0.31s [ OK ] TracingCompilationTest.testRegisterConcreteFunction [ RUN ] TracingCompilationTest.testRegisterFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterFunction): 0.22s I0227 00:32:51.716923 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterFunction): 0.22s [ OK ] TracingCompilationTest.testRegisterFunction [ RUN ] TracingCompilationTest.testRegisterFunctionWithCache INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterFunctionWithCache): 0.13s I0227 00:32:51.847932 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterFunctionWithCache): 0.13s [ OK ] TracingCompilationTest.testRegisterFunctionWithCache [ RUN ] TracingCompilationTest.testRegisterFunctionWithInputSignature INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterFunctionWithInputSignature): 0.2s I0227 00:32:52.049434 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterFunctionWithInputSignature): 0.2s [ OK ] TracingCompilationTest.testRegisterFunctionWithInputSignature [ RUN ] TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns INFO:tensorflow:time(__main__.TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns): 0.3s I0227 00:32:52.347470 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns): 0.3s [ OK ] TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns [ RUN ] TracingCompilationTest.testShapeCaching INFO:tensorflow:Running testShapeCaching in GRAPH mode. I0227 00:32:52.348628 281473824748592 test_util.py:1612] Running testShapeCaching in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testShapeCaching): 0.61s I0227 00:32:52.958030 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testShapeCaching): 0.61s INFO:tensorflow:Running testShapeCaching in EAGER mode. I0227 00:32:52.959427 281473824748592 test_util.py:1631] Running testShapeCaching in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testShapeCaching): 0.25s I0227 00:32:53.212933 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testShapeCaching): 0.25s [ OK ] TracingCompilationTest.testShapeCaching [ RUN ] TracingCompilationTest.testSwapImplementationInEager INFO:tensorflow:time(__main__.TracingCompilationTest.testSwapImplementationInEager): 0.28s I0227 00:32:53.497420 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testSwapImplementationInEager): 0.28s [ OK ] TracingCompilationTest.testSwapImplementationInEager [ RUN ] TracingCompilationTest.testSwapImplementationWithGrapplerPlugin0 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'})) INFO:tensorflow:time(__main__.TracingCompilationTest.testSwapImplementationWithGrapplerPlugin0 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'}))): 0.33s I0227 00:32:53.825527 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testSwapImplementationWithGrapplerPlugin0 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'}))): 0.33s [ OK ] TracingCompilationTest.testSwapImplementationWithGrapplerPlugin0 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'})) [ RUN ] TracingCompilationTest.testSwapImplementationWithGrapplerPlugin1 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'})) INFO:tensorflow:time(__main__.TracingCompilationTest.testSwapImplementationWithGrapplerPlugin1 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'}))): 0.36s I0227 00:32:54.188913 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testSwapImplementationWithGrapplerPlugin1 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'}))): 0.36s [ OK ] TracingCompilationTest.testSwapImplementationWithGrapplerPlugin1 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'})) [ RUN ] TracingCompilationTest.testTensorKeywordArguments INFO:tensorflow:time(__main__.TracingCompilationTest.testTensorKeywordArguments): 0.08s I0227 00:32:54.271263 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testTensorKeywordArguments): 0.08s [ OK ] TracingCompilationTest.testTensorKeywordArguments [ RUN ] TracingCompilationTest.testUnderspecifiedInputSignature INFO:tensorflow:time(__main__.TracingCompilationTest.testUnderspecifiedInputSignature): 0.04s I0227 00:32:54.309295 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testUnderspecifiedInputSignature): 0.04s [ OK ] TracingCompilationTest.testUnderspecifiedInputSignature [ RUN ] TracingCompilationTest.testVariableInLoopInFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testVariableInLoopInFunction): 0.22s I0227 00:32:54.530170 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testVariableInLoopInFunction): 0.22s [ OK ] TracingCompilationTest.testVariableInLoopInFunction [ RUN ] TracingCompilationTest.testVariablesPlacedOnOutsideDevice INFO:tensorflow:Running testVariablesPlacedOnOutsideDevice in GRAPH mode. I0227 00:32:54.531471 281473824748592 test_util.py:1612] Running testVariablesPlacedOnOutsideDevice in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testVariablesPlacedOnOutsideDevice): 0.08s I0227 00:32:54.614711 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testVariablesPlacedOnOutsideDevice): 0.08s INFO:tensorflow:Running testVariablesPlacedOnOutsideDevice in EAGER mode. I0227 00:32:54.647504 281473824748592 test_util.py:1631] Running testVariablesPlacedOnOutsideDevice in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testVariablesPlacedOnOutsideDevice): 0.06s I0227 00:32:54.707234 281473824748592 test_util.py:2620] time(__main__.TracingCompilationTest.testVariablesPlacedOnOutsideDevice): 0.06s [ OK ] TracingCompilationTest.testVariablesPlacedOnOutsideDevice [ RUN ] TracingCompilationTest.test_session [ SKIPPED ] TracingCompilationTest.test_session ====================================================================== FAIL: testCallOptionsMemory (__main__.TracingCompilationTest) TracingCompilationTest.testCallOptionsMemory ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/polymorphic_function/tracing_compilation_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 15, 'Operation': 12, 'TensorShape': 6}) ---------------------------------------------------------------------- Ran 85 tests in 10.723s FAILED (failures=1, skipped=18) ================================================================================ ==================== Test output for //tensorflow/python/eager/polymorphic_function:tracing_compilation_test: Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/polymorphic_function/tracing_compilation_test.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] CompilationArgumentNamingTest.testBasic INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testBasic): 0.16s I0227 00:33:01.396114 281473457878064 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testBasic): 0.16s [ OK ] CompilationArgumentNamingTest.testBasic [ RUN ] CompilationArgumentNamingTest.testDictReturned INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testDictReturned): 0.09s I0227 00:33:01.490723 281473457878064 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testDictReturned): 0.09s [ OK ] CompilationArgumentNamingTest.testDictReturned [ RUN ] CompilationArgumentNamingTest.testMethod [ SKIPPED ] CompilationArgumentNamingTest.testMethod INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testMethod): 0.01s I0227 00:33:01.502381 281473457878064 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testMethod): 0.01s [ RUN ] CompilationArgumentNamingTest.testMethodSignature INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testMethodSignature): 0.01s I0227 00:33:01.514257 281473457878064 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testMethodSignature): 0.01s [ OK ] CompilationArgumentNamingTest.testMethodSignature [ RUN ] CompilationArgumentNamingTest.testVariable INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testVariable): 0.05s I0227 00:33:01.561652 281473457878064 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testVariable): 0.05s [ OK ] CompilationArgumentNamingTest.testVariable [ RUN ] CompilationArgumentNamingTest.testVariadic INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testVariadic): 0.06s I0227 00:33:01.618951 281473457878064 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testVariadic): 0.06s [ OK ] CompilationArgumentNamingTest.testVariadic [ RUN ] CompilationArgumentNamingTest.testVariadicInputSignature INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testVariadicInputSignature): 0.1s I0227 00:33:01.718271 281473457878064 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testVariadicInputSignature): 0.1s [ OK ] CompilationArgumentNamingTest.testVariadicInputSignature [ RUN ] CompilationArgumentNamingTest.test_session [ SKIPPED ] CompilationArgumentNamingTest.test_session [ RUN ] CompilationCollectionTest.testCollectionValueAccess 2024-02-27 00:33:01.771805: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:388] MLIR V1 optimization pass is not enabled INFO:tensorflow:time(__main__.CompilationCollectionTest.testCollectionValueAccess): 0.07s I0227 00:33:01.791546 281473457878064 test_util.py:2620] time(__main__.CompilationCollectionTest.testCollectionValueAccess): 0.07s [ OK ] CompilationCollectionTest.testCollectionValueAccess [ RUN ] CompilationCollectionTest.testCollectionVariableValueAccess INFO:tensorflow:time(__main__.CompilationCollectionTest.testCollectionVariableValueAccess): 0.12s I0227 00:33:01.909011 281473457878064 test_util.py:2620] time(__main__.CompilationCollectionTest.testCollectionVariableValueAccess): 0.12s [ OK ] CompilationCollectionTest.testCollectionVariableValueAccess [ RUN ] CompilationCollectionTest.test_session [ SKIPPED ] CompilationCollectionTest.test_session [ RUN ] DevicePlacementTest.testDeviceAnnotationsRespected INFO:tensorflow:Running testDeviceAnnotationsRespected in GRAPH mode. I0227 00:33:01.910304 281473457878064 test_util.py:1612] Running testDeviceAnnotationsRespected in GRAPH mode. WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/contextlib.py:105: TensorFlowTestCase.test_session (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `self.session()` or `self.cached_session()` instead. W0227 00:33:01.910767 281473457878064 deprecation.py:50] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/contextlib.py:105: TensorFlowTestCase.test_session (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `self.session()` or `self.cached_session()` instead. INFO:tensorflow:time(__main__.DevicePlacementTest.testDeviceAnnotationsRespected): 0.18s I0227 00:33:02.085717 281473457878064 test_util.py:2620] time(__main__.DevicePlacementTest.testDeviceAnnotationsRespected): 0.18s INFO:tensorflow:Running testDeviceAnnotationsRespected in EAGER mode. I0227 00:33:02.087943 281473457878064 test_util.py:1631] Running testDeviceAnnotationsRespected in EAGER mode. INFO:tensorflow:time(__main__.DevicePlacementTest.testDeviceAnnotationsRespected): 0.11s I0227 00:33:02.196996 281473457878064 test_util.py:2620] time(__main__.DevicePlacementTest.testDeviceAnnotationsRespected): 0.11s [ OK ] DevicePlacementTest.testDeviceAnnotationsRespected [ RUN ] DevicePlacementTest.testMultipleDeviceCheck INFO:tensorflow:Running testMultipleDeviceCheck in GRAPH mode. I0227 00:33:02.197781 281473457878064 test_util.py:1612] Running testMultipleDeviceCheck in GRAPH mode. INFO:tensorflow:time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.02s I0227 00:33:02.216360 281473457878064 test_util.py:2620] time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.02s INFO:tensorflow:Running testMultipleDeviceCheck in EAGER mode. I0227 00:33:02.217371 281473457878064 test_util.py:1631] Running testMultipleDeviceCheck in EAGER mode. INFO:tensorflow:time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.01s I0227 00:33:02.231297 281473457878064 test_util.py:2620] time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.01s [ OK ] DevicePlacementTest.testMultipleDeviceCheck [ RUN ] DevicePlacementTest.test_session [ SKIPPED ] DevicePlacementTest.test_session [ RUN ] MultiDeviceCompilationTest.testArgumentPruning WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/polymorphic_function/tracing_compilation_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py:1957: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.config.list_physical_devices('GPU')` instead. W0227 00:33:02.232557 281473457878064 deprecation.py:50] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/polymorphic_function/tracing_compilation_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py:1957: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.config.list_physical_devices('GPU')` instead. [ SKIPPED ] MultiDeviceCompilationTest.testArgumentPruning INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testArgumentPruning): 0.0s I0227 00:33:02.233060 281473457878064 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testArgumentPruning): 0.0s [ RUN ] MultiDeviceCompilationTest.testComplexInputOutputDevicePattern [ SKIPPED ] MultiDeviceCompilationTest.testComplexInputOutputDevicePattern INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testComplexInputOutputDevicePattern): 0.0s I0227 00:33:02.233770 281473457878064 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testComplexInputOutputDevicePattern): 0.0s [ RUN ] MultiDeviceCompilationTest.testEmptyBody [ SKIPPED ] MultiDeviceCompilationTest.testEmptyBody INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testEmptyBody): 0.0s I0227 00:33:02.234438 281473457878064 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testEmptyBody): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceColocateWith [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceColocateWith INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceColocateWith): 0.0s I0227 00:33:02.235171 281473457878064 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceColocateWith): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceInt32 [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceInt32 INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceInt32): 0.0s I0227 00:33:02.235918 281473457878064 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceInt32): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceOutput [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceOutput INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceOutput): 0.0s I0227 00:33:02.236565 281473457878064 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceOutput): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceResources [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceResources INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceResources): 0.0s I0227 00:33:02.237205 281473457878064 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceResources): 0.0s [ RUN ] MultiDeviceCompilationTest.testOutputResources [ SKIPPED ] MultiDeviceCompilationTest.testOutputResources INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testOutputResources): 0.0s I0227 00:33:02.237850 281473457878064 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testOutputResources): 0.0s [ RUN ] MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall [ SKIPPED ] MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall): 0.0s I0227 00:33:02.238531 281473457878064 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall): 0.0s [ RUN ] MultiDeviceCompilationTest.testReturnResourceFromNestedFunctionCall [ SKIPPED ] MultiDeviceCompilationTest.testReturnResourceFromNestedFunctionCall INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testReturnResourceFromNestedFunctionCall): 0.0s I0227 00:33:02.239238 281473457878064 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testReturnResourceFromNestedFunctionCall): 0.0s [ RUN ] MultiDeviceCompilationTest.test_session [ SKIPPED ] MultiDeviceCompilationTest.test_session [ RUN ] TracingCompilationTest.testBackwardNoneGradient INFO:tensorflow:Running testBackwardNoneGradient in GRAPH mode. I0227 00:33:02.240128 281473457878064 test_util.py:1612] Running testBackwardNoneGradient in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.34s I0227 00:33:02.577527 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.34s INFO:tensorflow:Running testBackwardNoneGradient in EAGER mode. I0227 00:33:02.579282 281473457878064 test_util.py:1631] Running testBackwardNoneGradient in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.15s I0227 00:33:02.734175 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.15s [ OK ] TracingCompilationTest.testBackwardNoneGradient [ RUN ] TracingCompilationTest.testCacheKeyAttrsClass [ SKIPPED ] TracingCompilationTest.testCacheKeyAttrsClass INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheKeyAttrsClass): 0.0s I0227 00:33:02.735486 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheKeyAttrsClass): 0.0s [ RUN ] TracingCompilationTest.testCacheKeyNestedLists INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheKeyNestedLists): 0.04s I0227 00:33:02.779517 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheKeyNestedLists): 0.04s [ OK ] TracingCompilationTest.testCacheKeyNestedLists [ RUN ] TracingCompilationTest.testCacheKeyOverlappingShapes INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheKeyOverlappingShapes): 0.04s I0227 00:33:02.821381 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheKeyOverlappingShapes): 0.04s [ OK ] TracingCompilationTest.testCacheKeyOverlappingShapes [ RUN ] TracingCompilationTest.testCacheObjectHashCollisions INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheObjectHashCollisions): 0.02s I0227 00:33:02.842739 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheObjectHashCollisions): 0.02s [ OK ] TracingCompilationTest.testCacheObjectHashCollisions [ RUN ] TracingCompilationTest.testCacheTensorDtypeCollision INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorDtypeCollision): 0.04s I0227 00:33:02.884001 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorDtypeCollision): 0.04s [ OK ] TracingCompilationTest.testCacheTensorDtypeCollision [ RUN ] TracingCompilationTest.testCacheTensorShapeCollision INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorShapeCollision): 0.04s I0227 00:33:02.923374 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorShapeCollision): 0.04s [ OK ] TracingCompilationTest.testCacheTensorShapeCollision [ RUN ] TracingCompilationTest.testCacheTensorShapeDtypeCollision INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorShapeDtypeCollision): 0.04s I0227 00:33:02.965827 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorShapeDtypeCollision): 0.04s [ OK ] TracingCompilationTest.testCacheTensorShapeDtypeCollision [ RUN ] TracingCompilationTest.testCacheTensorSpecIdenticalToTensor INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorSpecIdenticalToTensor): 0.01s I0227 00:33:02.976706 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorSpecIdenticalToTensor): 0.01s [ OK ] TracingCompilationTest.testCacheTensorSpecIdenticalToTensor [ RUN ] TracingCompilationTest.testCacheTensorUnknownShapesCollisionRelaxedShapes INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorUnknownShapesCollisionRelaxedShapes): 0.03s I0227 00:33:03.007578 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorUnknownShapesCollisionRelaxedShapes): 0.03s [ OK ] TracingCompilationTest.testCacheTensorUnknownShapesCollisionRelaxedShapes [ RUN ] TracingCompilationTest.testCallOptionsMemory [ FAILED ] TracingCompilationTest.testCallOptionsMemory INFO:tensorflow:time(__main__.TracingCompilationTest.testCallOptionsMemory): 0.65s I0227 00:33:03.655117 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testCallOptionsMemory): 0.65s [ RUN ] TracingCompilationTest.testCallingFunctionWithDifferentVariables INFO:tensorflow:time(__main__.TracingCompilationTest.testCallingFunctionWithDifferentVariables): 0.05s I0227 00:33:03.701144 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testCallingFunctionWithDifferentVariables): 0.05s [ OK ] TracingCompilationTest.testCallingFunctionWithDifferentVariables [ RUN ] TracingCompilationTest.testCallingFunctionWithNonTensorsFails INFO:tensorflow:time(__main__.TracingCompilationTest.testCallingFunctionWithNonTensorsFails): 0.01s I0227 00:33:03.708734 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testCallingFunctionWithNonTensorsFails): 0.01s [ OK ] TracingCompilationTest.testCallingFunctionWithNonTensorsFails [ RUN ] TracingCompilationTest.testCompilationForcesResourceVariables INFO:tensorflow:Running testCompilationForcesResourceVariables in GRAPH mode. I0227 00:33:03.709523 281473457878064 test_util.py:1612] Running testCompilationForcesResourceVariables in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.02s I0227 00:33:03.729145 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.02s INFO:tensorflow:Running testCompilationForcesResourceVariables in EAGER mode. I0227 00:33:03.729973 281473457878064 test_util.py:1631] Running testCompilationForcesResourceVariables in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.06s I0227 00:33:03.793080 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.06s [ OK ] TracingCompilationTest.testCompilationForcesResourceVariables [ RUN ] TracingCompilationTest.testCompilationFunctionSeparateGraphs INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationFunctionSeparateGraphs): 0.1s I0227 00:33:03.894182 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationFunctionSeparateGraphs): 0.1s [ OK ] TracingCompilationTest.testCompilationFunctionSeparateGraphs [ RUN ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors): 0.07s I0227 00:33:03.969645 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors): 0.07s [ OK ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors [ RUN ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs): 0.08s I0227 00:33:04.047152 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs): 0.08s [ OK ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs [ RUN ] TracingCompilationTest.testDeepcopyVariableNoRetracing INFO:tensorflow:time(__main__.TracingCompilationTest.testDeepcopyVariableNoRetracing): 0.09s I0227 00:33:04.136185 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testDeepcopyVariableNoRetracing): 0.09s [ OK ] TracingCompilationTest.testDeepcopyVariableNoRetracing [ RUN ] TracingCompilationTest.testDistinctVariablesNoRetracing INFO:tensorflow:time(__main__.TracingCompilationTest.testDistinctVariablesNoRetracing): 0.04s I0227 00:33:04.174153 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testDistinctVariablesNoRetracing): 0.04s [ OK ] TracingCompilationTest.testDistinctVariablesNoRetracing [ RUN ] TracingCompilationTest.testEagerCaptures INFO:tensorflow:time(__main__.TracingCompilationTest.testEagerCaptures): 0.03s I0227 00:33:04.209317 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testEagerCaptures): 0.03s [ OK ] TracingCompilationTest.testEagerCaptures [ RUN ] TracingCompilationTest.testExecutorType INFO:tensorflow:time(__main__.TracingCompilationTest.testExecutorType): 0.1s I0227 00:33:04.305596 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testExecutorType): 0.1s [ OK ] TracingCompilationTest.testExecutorType [ RUN ] TracingCompilationTest.testExternalControlDependency INFO:tensorflow:time(__main__.TracingCompilationTest.testExternalControlDependency): 0.04s I0227 00:33:04.347016 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testExternalControlDependency): 0.04s [ OK ] TracingCompilationTest.testExternalControlDependency [ RUN ] TracingCompilationTest.testFuncListAttr INFO:tensorflow:time(__main__.TracingCompilationTest.testFuncListAttr): 0.57s I0227 00:33:04.918243 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testFuncListAttr): 0.57s [ OK ] TracingCompilationTest.testFuncListAttr [ RUN ] TracingCompilationTest.testFunctionWithInvalidAttribute INFO:tensorflow:time(__main__.TracingCompilationTest.testFunctionWithInvalidAttribute): 0.0s I0227 00:33:04.919814 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testFunctionWithInvalidAttribute): 0.0s [ OK ] TracingCompilationTest.testFunctionWithInvalidAttribute [ RUN ] TracingCompilationTest.testFunctionWithResourcesOnDifferentDevices [ SKIPPED ] TracingCompilationTest.testFunctionWithResourcesOnDifferentDevices INFO:tensorflow:time(__main__.TracingCompilationTest.testFunctionWithResourcesOnDifferentDevices): 0.0s I0227 00:33:04.920723 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testFunctionWithResourcesOnDifferentDevices): 0.0s [ RUN ] TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly INFO:tensorflow:time(__main__.TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly): 0.02s I0227 00:33:04.943813 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly): 0.02s [ OK ] TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly [ RUN ] TracingCompilationTest.testGraphEagerIsolation INFO:tensorflow:time(__main__.TracingCompilationTest.testGraphEagerIsolation): 0.04s I0227 00:33:04.986535 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testGraphEagerIsolation): 0.04s [ OK ] TracingCompilationTest.testGraphEagerIsolation [ RUN ] TracingCompilationTest.testInputShapeFunctionRelaxation INFO:tensorflow:time(__main__.TracingCompilationTest.testInputShapeFunctionRelaxation): 0.04s I0227 00:33:05.028736 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testInputShapeFunctionRelaxation): 0.04s [ OK ] TracingCompilationTest.testInputShapeFunctionRelaxation [ RUN ] TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs): 0.0s I0227 00:33:05.030098 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs): 0.0s [ OK ] TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs [ RUN ] TracingCompilationTest.testInputSignatureWithCompatibleInputs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithCompatibleInputs): 0.06s I0227 00:33:05.094141 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithCompatibleInputs): 0.06s [ OK ] TracingCompilationTest.testInputSignatureWithCompatibleInputs [ RUN ] TracingCompilationTest.testInputSignatureWithCompositeTensors INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithCompositeTensors): 0.06s I0227 00:33:05.155912 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithCompositeTensors): 0.06s [ OK ] TracingCompilationTest.testInputSignatureWithCompositeTensors [ RUN ] TracingCompilationTest.testInputSignatureWithDictInPositionalArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithDictInPositionalArgs): 0.01s I0227 00:33:05.169477 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithDictInPositionalArgs): 0.01s [ OK ] TracingCompilationTest.testInputSignatureWithDictInPositionalArgs [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordArgs): 0.02s I0227 00:33:05.192505 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordArgs): 0.02s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordArgs [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs I0227 00:33:05.426254 281473457878064 functional_saver.py:440] Sharding callback duration: 14 I0227 00:33:05.483891 281473457878064 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /tmp/kwonlyf/assets I0227 00:33:05.507894 281473457878064 builder_impl.py:829] Assets written to: /tmp/kwonlyf/assets I0227 00:33:05.510252 281473457878064 fingerprinting_utils.py:49] Writing fingerprint to /tmp/kwonlyf/fingerprint.pb INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs): 0.41s I0227 00:33:05.605417 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs): 0.41s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults): 0.0s I0227 00:33:05.608171 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults): 0.0s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs): 0.02s I0227 00:33:05.633428 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs): 0.02s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs [ RUN ] TracingCompilationTest.testInputSignatureWithMatchingInputs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithMatchingInputs): 0.06s I0227 00:33:05.696865 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithMatchingInputs): 0.06s [ OK ] TracingCompilationTest.testInputSignatureWithMatchingInputs [ RUN ] TracingCompilationTest.testInputSignatureWithPartialFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithPartialFunction): 0.06s I0227 00:33:05.755615 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithPartialFunction): 0.06s [ OK ] TracingCompilationTest.testInputSignatureWithPartialFunction [ RUN ] TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError INFO:tensorflow:time(__main__.TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError): 0.07s I0227 00:33:05.825550 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError): 0.07s [ OK ] TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError [ RUN ] TracingCompilationTest.testLimitedRetracing INFO:tensorflow:time(__main__.TracingCompilationTest.testLimitedRetracing): 0.36s I0227 00:33:06.189599 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testLimitedRetracing): 0.36s [ OK ] TracingCompilationTest.testLimitedRetracing [ RUN ] TracingCompilationTest.testNestedInputShapeFunctionRelaxation INFO:tensorflow:time(__main__.TracingCompilationTest.testNestedInputShapeFunctionRelaxation): 0.08s I0227 00:33:06.273535 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testNestedInputShapeFunctionRelaxation): 0.08s [ OK ] TracingCompilationTest.testNestedInputShapeFunctionRelaxation [ RUN ] TracingCompilationTest.testNestedInputSignatures INFO:tensorflow:time(__main__.TracingCompilationTest.testNestedInputSignatures): 0.04s I0227 00:33:06.316075 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testNestedInputSignatures): 0.04s [ OK ] TracingCompilationTest.testNestedInputSignatures [ RUN ] TracingCompilationTest.testNestedInputSignaturesWithDict INFO:tensorflow:time(__main__.TracingCompilationTest.testNestedInputSignaturesWithDict): 0.09s I0227 00:33:06.403697 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testNestedInputSignaturesWithDict): 0.09s [ OK ] TracingCompilationTest.testNestedInputSignaturesWithDict [ RUN ] TracingCompilationTest.testNumpyDtypeInputSupported INFO:tensorflow:time(__main__.TracingCompilationTest.testNumpyDtypeInputSupported): 0.04s I0227 00:33:06.442851 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testNumpyDtypeInputSupported): 0.04s [ OK ] TracingCompilationTest.testNumpyDtypeInputSupported [ RUN ] TracingCompilationTest.testPythonFunctionWithDefaultArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testPythonFunctionWithDefaultArgs): 0.02s I0227 00:33:06.462371 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testPythonFunctionWithDefaultArgs): 0.02s [ OK ] TracingCompilationTest.testPythonFunctionWithDefaultArgs [ RUN ] TracingCompilationTest.testReferenceCycles INFO:tensorflow:time(__main__.TracingCompilationTest.testReferenceCycles): 0.22s I0227 00:33:06.684748 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testReferenceCycles): 0.22s [ OK ] TracingCompilationTest.testReferenceCycles [ RUN ] TracingCompilationTest.testRegisterConcreteFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterConcreteFunction): 0.19s I0227 00:33:06.875550 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterConcreteFunction): 0.19s [ OK ] TracingCompilationTest.testRegisterConcreteFunction [ RUN ] TracingCompilationTest.testRegisterFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterFunction): 0.11s I0227 00:33:06.986989 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterFunction): 0.11s [ OK ] TracingCompilationTest.testRegisterFunction [ RUN ] TracingCompilationTest.testRegisterFunctionWithCache INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterFunctionWithCache): 0.05s I0227 00:33:07.039886 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterFunctionWithCache): 0.05s [ OK ] TracingCompilationTest.testRegisterFunctionWithCache [ RUN ] TracingCompilationTest.testRegisterFunctionWithInputSignature INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterFunctionWithInputSignature): 0.04s I0227 00:33:07.079667 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterFunctionWithInputSignature): 0.04s [ OK ] TracingCompilationTest.testRegisterFunctionWithInputSignature [ RUN ] TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns INFO:tensorflow:time(__main__.TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns): 0.16s I0227 00:33:07.244748 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns): 0.16s [ OK ] TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns [ RUN ] TracingCompilationTest.testShapeCaching INFO:tensorflow:Running testShapeCaching in GRAPH mode. I0227 00:33:07.245805 281473457878064 test_util.py:1612] Running testShapeCaching in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testShapeCaching): 0.2s I0227 00:33:07.446075 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testShapeCaching): 0.2s INFO:tensorflow:Running testShapeCaching in EAGER mode. I0227 00:33:07.447579 281473457878064 test_util.py:1631] Running testShapeCaching in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testShapeCaching): 0.05s I0227 00:33:07.501136 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testShapeCaching): 0.05s [ OK ] TracingCompilationTest.testShapeCaching [ RUN ] TracingCompilationTest.testSwapImplementationInEager INFO:tensorflow:time(__main__.TracingCompilationTest.testSwapImplementationInEager): 0.07s I0227 00:33:07.576120 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testSwapImplementationInEager): 0.07s [ OK ] TracingCompilationTest.testSwapImplementationInEager [ RUN ] TracingCompilationTest.testSwapImplementationWithGrapplerPlugin0 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'})) INFO:tensorflow:time(__main__.TracingCompilationTest.testSwapImplementationWithGrapplerPlugin0 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'}))): 0.11s I0227 00:33:07.685841 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testSwapImplementationWithGrapplerPlugin0 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'}))): 0.11s [ OK ] TracingCompilationTest.testSwapImplementationWithGrapplerPlugin0 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'})) [ RUN ] TracingCompilationTest.testSwapImplementationWithGrapplerPlugin1 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'})) INFO:tensorflow:time(__main__.TracingCompilationTest.testSwapImplementationWithGrapplerPlugin1 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'}))): 0.17s I0227 00:33:07.855795 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testSwapImplementationWithGrapplerPlugin1 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'}))): 0.17s [ OK ] TracingCompilationTest.testSwapImplementationWithGrapplerPlugin1 (functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'CPU'}), functools.partial(, attributes={'api_implements': 'random_boost', 'api_preferred_device': 'GPU'})) [ RUN ] TracingCompilationTest.testTensorKeywordArguments INFO:tensorflow:time(__main__.TracingCompilationTest.testTensorKeywordArguments): 0.06s I0227 00:33:07.916067 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testTensorKeywordArguments): 0.06s [ OK ] TracingCompilationTest.testTensorKeywordArguments [ RUN ] TracingCompilationTest.testUnderspecifiedInputSignature INFO:tensorflow:time(__main__.TracingCompilationTest.testUnderspecifiedInputSignature): 0.03s I0227 00:33:07.946169 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testUnderspecifiedInputSignature): 0.03s [ OK ] TracingCompilationTest.testUnderspecifiedInputSignature [ RUN ] TracingCompilationTest.testVariableInLoopInFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testVariableInLoopInFunction): 0.11s I0227 00:33:08.058710 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testVariableInLoopInFunction): 0.11s [ OK ] TracingCompilationTest.testVariableInLoopInFunction [ RUN ] TracingCompilationTest.testVariablesPlacedOnOutsideDevice INFO:tensorflow:Running testVariablesPlacedOnOutsideDevice in GRAPH mode. I0227 00:33:08.059999 281473457878064 test_util.py:1612] Running testVariablesPlacedOnOutsideDevice in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testVariablesPlacedOnOutsideDevice): 0.03s I0227 00:33:08.093409 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testVariablesPlacedOnOutsideDevice): 0.03s INFO:tensorflow:Running testVariablesPlacedOnOutsideDevice in EAGER mode. I0227 00:33:08.094203 281473457878064 test_util.py:1631] Running testVariablesPlacedOnOutsideDevice in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testVariablesPlacedOnOutsideDevice): 0.09s I0227 00:33:08.185798 281473457878064 test_util.py:2620] time(__main__.TracingCompilationTest.testVariablesPlacedOnOutsideDevice): 0.09s [ OK ] TracingCompilationTest.testVariablesPlacedOnOutsideDevice [ RUN ] TracingCompilationTest.test_session [ SKIPPED ] TracingCompilationTest.test_session ====================================================================== FAIL: testCallOptionsMemory (__main__.TracingCompilationTest) TracingCompilationTest.testCallOptionsMemory ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/polymorphic_function/tracing_compilation_test.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 15, 'Operation': 12, 'TensorShape': 6}) ---------------------------------------------------------------------- Ran 85 tests in 6.950s FAILED (failures=1, skipped=18) ================================================================================ ==================== Test output for //tensorflow/python/eager:forwardprop_test_cpu (shard 2 of 5): Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/forwardprop_test_cpu.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] BatchTests.testBatchBackwardOverForwardTapeFirst WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:31:28.266866 281473041396784 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. INFO:tensorflow:time(__main__.BatchTests.testBatchBackwardOverForwardTapeFirst): 0.53s I0227 00:31:28.544355 281473041396784 test_util.py:2620] time(__main__.BatchTests.testBatchBackwardOverForwardTapeFirst): 0.53s [ OK ] BatchTests.testBatchBackwardOverForwardTapeFirst [ RUN ] ControlFlowTests.testInFunctionCond INFO:tensorflow:time(__main__.ControlFlowTests.testInFunctionCond): 0.82s I0227 00:31:29.369173 281473041396784 test_util.py:2620] time(__main__.ControlFlowTests.testInFunctionCond): 0.82s [ OK ] ControlFlowTests.testInFunctionCond [ RUN ] ForwardpropTest.testArgumentUnused INFO:tensorflow:time(__main__.ForwardpropTest.testArgumentUnused): 0.08s I0227 00:31:29.455226 281473041396784 test_util.py:2620] time(__main__.ForwardpropTest.testArgumentUnused): 0.08s [ OK ] ForwardpropTest.testArgumentUnused [ RUN ] ForwardpropTest.testElementwiseNNOpsEluM5 INFO:tensorflow:time(__main__.ForwardpropTest.testElementwiseNNOpsEluM5): 0.48s I0227 00:31:29.937188 281473041396784 test_util.py:2620] time(__main__.ForwardpropTest.testElementwiseNNOpsEluM5): 0.48s [ OK ] ForwardpropTest.testElementwiseNNOpsEluM5 [ RUN ] ForwardpropTest.testExceptionInCustomGradientNotSwallowed INFO:tensorflow:time(__main__.ForwardpropTest.testExceptionInCustomGradientNotSwallowed): 0.0s I0227 00:31:29.944263 281473041396784 test_util.py:2620] time(__main__.ForwardpropTest.testExceptionInCustomGradientNotSwallowed): 0.0s [ OK ] ForwardpropTest.testExceptionInCustomGradientNotSwallowed [ RUN ] ForwardpropTest.testFunctionGradInFunctionPureForward INFO:tensorflow:time(__main__.ForwardpropTest.testFunctionGradInFunctionPureForward): 1.2s I0227 00:31:31.144324 281473041396784 test_util.py:2620] time(__main__.ForwardpropTest.testFunctionGradInFunctionPureForward): 1.2s [ OK ] ForwardpropTest.testFunctionGradInFunctionPureForward [ RUN ] ForwardpropTest.testHVPCorrectness WARNING:tensorflow:5 out of the last 5 calls to triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:31:35.575307 281473041396784 polymorphic_function.py:157] 5 out of the last 5 calls to triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. [ FAILED ] ForwardpropTest.testHVPCorrectness INFO:tensorflow:time(__main__.ForwardpropTest.testHVPCorrectness): 4.73s I0227 00:31:35.873916 281473041396784 test_util.py:2620] time(__main__.ForwardpropTest.testHVPCorrectness): 4.73s [ RUN ] ForwardpropTest.testHigherOrderPureForwardOrder3 INFO:tensorflow:time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder3): 18.73s I0227 00:31:54.612342 281473041396784 test_util.py:2620] time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder3): 18.73s [ OK ] ForwardpropTest.testHigherOrderPureForwardOrder3 [ RUN ] ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps INFO:tensorflow:time(__main__.ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps): 0.04s I0227 00:31:54.652143 281473041396784 test_util.py:2620] time(__main__.ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps): 0.04s [ OK ] ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps [ RUN ] ForwardpropTest.testMultipleWatchesAdd INFO:tensorflow:time(__main__.ForwardpropTest.testMultipleWatchesAdd): 0.99s I0227 00:31:55.643905 281473041396784 test_util.py:2620] time(__main__.ForwardpropTest.testMultipleWatchesAdd): 0.99s [ OK ] ForwardpropTest.testMultipleWatchesAdd [ RUN ] ForwardpropTest.testPushPopAccumulatorState INFO:tensorflow:time(__main__.ForwardpropTest.testPushPopAccumulatorState): 0.12s I0227 00:31:55.760795 281473041396784 test_util.py:2620] time(__main__.ForwardpropTest.testPushPopAccumulatorState): 0.12s [ OK ] ForwardpropTest.testPushPopAccumulatorState [ RUN ] ForwardpropTest.testRunFunctionsEagerly INFO:tensorflow:time(__main__.ForwardpropTest.testRunFunctionsEagerly): 0.02s I0227 00:31:55.778197 281473041396784 test_util.py:2620] time(__main__.ForwardpropTest.testRunFunctionsEagerly): 0.02s [ OK ] ForwardpropTest.testRunFunctionsEagerly [ RUN ] ForwardpropTest.testVariableUnwatchedZero INFO:tensorflow:time(__main__.ForwardpropTest.testVariableUnwatchedZero): 0.01s I0227 00:31:55.789667 281473041396784 test_util.py:2620] time(__main__.ForwardpropTest.testVariableUnwatchedZero): 0.01s [ OK ] ForwardpropTest.testVariableUnwatchedZero [ RUN ] HessianTests.test_session [ SKIPPED ] HessianTests.test_session ====================================================================== FAIL: testHVPCorrectness (__main__.ForwardpropTest) ForwardpropTest.testHVPCorrectness ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/forwardprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 219, 'Operation': 216, 'TensorShape': 165}) ---------------------------------------------------------------------- Ran 14 tests in 27.778s FAILED (failures=1, skipped=1) ================================================================================ ==================== Test output for //tensorflow/python/eager:forwardprop_test_cpu (shard 2 of 5): Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/forwardprop_test_cpu.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] BatchTests.testBatchBackwardOverForwardTapeFirst WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:32:02.135326 281473315927088 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. INFO:tensorflow:time(__main__.BatchTests.testBatchBackwardOverForwardTapeFirst): 1.29s I0227 00:32:02.930548 281473315927088 test_util.py:2620] time(__main__.BatchTests.testBatchBackwardOverForwardTapeFirst): 1.29s [ OK ] BatchTests.testBatchBackwardOverForwardTapeFirst [ RUN ] ControlFlowTests.testInFunctionCond INFO:tensorflow:time(__main__.ControlFlowTests.testInFunctionCond): 1.18s I0227 00:32:04.108949 281473315927088 test_util.py:2620] time(__main__.ControlFlowTests.testInFunctionCond): 1.18s [ OK ] ControlFlowTests.testInFunctionCond [ RUN ] ForwardpropTest.testArgumentUnused INFO:tensorflow:time(__main__.ForwardpropTest.testArgumentUnused): 0.08s I0227 00:32:04.192721 281473315927088 test_util.py:2620] time(__main__.ForwardpropTest.testArgumentUnused): 0.08s [ OK ] ForwardpropTest.testArgumentUnused [ RUN ] ForwardpropTest.testElementwiseNNOpsEluM5 INFO:tensorflow:time(__main__.ForwardpropTest.testElementwiseNNOpsEluM5): 0.42s I0227 00:32:04.611224 281473315927088 test_util.py:2620] time(__main__.ForwardpropTest.testElementwiseNNOpsEluM5): 0.42s [ OK ] ForwardpropTest.testElementwiseNNOpsEluM5 [ RUN ] ForwardpropTest.testExceptionInCustomGradientNotSwallowed INFO:tensorflow:time(__main__.ForwardpropTest.testExceptionInCustomGradientNotSwallowed): 0.0s I0227 00:32:04.617397 281473315927088 test_util.py:2620] time(__main__.ForwardpropTest.testExceptionInCustomGradientNotSwallowed): 0.0s [ OK ] ForwardpropTest.testExceptionInCustomGradientNotSwallowed [ RUN ] ForwardpropTest.testFunctionGradInFunctionPureForward INFO:tensorflow:time(__main__.ForwardpropTest.testFunctionGradInFunctionPureForward): 1.24s I0227 00:32:05.853359 281473315927088 test_util.py:2620] time(__main__.ForwardpropTest.testFunctionGradInFunctionPureForward): 1.24s [ OK ] ForwardpropTest.testFunctionGradInFunctionPureForward [ RUN ] ForwardpropTest.testHVPCorrectness WARNING:tensorflow:5 out of the last 5 calls to triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:32:10.761300 281473315927088 polymorphic_function.py:157] 5 out of the last 5 calls to triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. [ FAILED ] ForwardpropTest.testHVPCorrectness INFO:tensorflow:time(__main__.ForwardpropTest.testHVPCorrectness): 5.24s I0227 00:32:11.092295 281473315927088 test_util.py:2620] time(__main__.ForwardpropTest.testHVPCorrectness): 5.24s [ RUN ] ForwardpropTest.testHigherOrderPureForwardOrder3 INFO:tensorflow:time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder3): 21.24s I0227 00:32:32.341405 281473315927088 test_util.py:2620] time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder3): 21.24s [ OK ] ForwardpropTest.testHigherOrderPureForwardOrder3 [ RUN ] ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps INFO:tensorflow:time(__main__.ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps): 0.04s I0227 00:32:32.381858 281473315927088 test_util.py:2620] time(__main__.ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps): 0.04s [ OK ] ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps [ RUN ] ForwardpropTest.testMultipleWatchesAdd INFO:tensorflow:time(__main__.ForwardpropTest.testMultipleWatchesAdd): 0.88s I0227 00:32:33.264317 281473315927088 test_util.py:2620] time(__main__.ForwardpropTest.testMultipleWatchesAdd): 0.88s [ OK ] ForwardpropTest.testMultipleWatchesAdd [ RUN ] ForwardpropTest.testPushPopAccumulatorState INFO:tensorflow:time(__main__.ForwardpropTest.testPushPopAccumulatorState): 0.1s I0227 00:32:33.361814 281473315927088 test_util.py:2620] time(__main__.ForwardpropTest.testPushPopAccumulatorState): 0.1s [ OK ] ForwardpropTest.testPushPopAccumulatorState [ RUN ] ForwardpropTest.testRunFunctionsEagerly INFO:tensorflow:time(__main__.ForwardpropTest.testRunFunctionsEagerly): 0.02s I0227 00:32:33.379308 281473315927088 test_util.py:2620] time(__main__.ForwardpropTest.testRunFunctionsEagerly): 0.02s [ OK ] ForwardpropTest.testRunFunctionsEagerly [ RUN ] ForwardpropTest.testVariableUnwatchedZero INFO:tensorflow:time(__main__.ForwardpropTest.testVariableUnwatchedZero): 0.01s I0227 00:32:33.390995 281473315927088 test_util.py:2620] time(__main__.ForwardpropTest.testVariableUnwatchedZero): 0.01s [ OK ] ForwardpropTest.testVariableUnwatchedZero [ RUN ] HessianTests.test_session [ SKIPPED ] HessianTests.test_session ====================================================================== FAIL: testHVPCorrectness (__main__.ForwardpropTest) ForwardpropTest.testHVPCorrectness ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/forwardprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 219, 'Operation': 216, 'TensorShape': 165}) ---------------------------------------------------------------------- Ran 14 tests in 31.753s FAILED (failures=1, skipped=1) ================================================================================ ==================== Test output for //tensorflow/python/eager:forwardprop_test_cpu (shard 2 of 5): Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/forwardprop_test_cpu.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] BatchTests.testBatchBackwardOverForwardTapeFirst WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:32:40.074233 281473089106992 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. INFO:tensorflow:time(__main__.BatchTests.testBatchBackwardOverForwardTapeFirst): 0.81s I0227 00:32:40.472684 281473089106992 test_util.py:2620] time(__main__.BatchTests.testBatchBackwardOverForwardTapeFirst): 0.81s [ OK ] BatchTests.testBatchBackwardOverForwardTapeFirst [ RUN ] ControlFlowTests.testInFunctionCond INFO:tensorflow:time(__main__.ControlFlowTests.testInFunctionCond): 1.12s I0227 00:32:41.590431 281473089106992 test_util.py:2620] time(__main__.ControlFlowTests.testInFunctionCond): 1.12s [ OK ] ControlFlowTests.testInFunctionCond [ RUN ] ForwardpropTest.testArgumentUnused INFO:tensorflow:time(__main__.ForwardpropTest.testArgumentUnused): 0.14s I0227 00:32:41.736326 281473089106992 test_util.py:2620] time(__main__.ForwardpropTest.testArgumentUnused): 0.14s [ OK ] ForwardpropTest.testArgumentUnused [ RUN ] ForwardpropTest.testElementwiseNNOpsEluM5 INFO:tensorflow:time(__main__.ForwardpropTest.testElementwiseNNOpsEluM5): 0.43s I0227 00:32:42.162788 281473089106992 test_util.py:2620] time(__main__.ForwardpropTest.testElementwiseNNOpsEluM5): 0.43s [ OK ] ForwardpropTest.testElementwiseNNOpsEluM5 [ RUN ] ForwardpropTest.testExceptionInCustomGradientNotSwallowed INFO:tensorflow:time(__main__.ForwardpropTest.testExceptionInCustomGradientNotSwallowed): 0.0s I0227 00:32:42.168923 281473089106992 test_util.py:2620] time(__main__.ForwardpropTest.testExceptionInCustomGradientNotSwallowed): 0.0s [ OK ] ForwardpropTest.testExceptionInCustomGradientNotSwallowed [ RUN ] ForwardpropTest.testFunctionGradInFunctionPureForward INFO:tensorflow:time(__main__.ForwardpropTest.testFunctionGradInFunctionPureForward): 1.79s I0227 00:32:43.960279 281473089106992 test_util.py:2620] time(__main__.ForwardpropTest.testFunctionGradInFunctionPureForward): 1.79s [ OK ] ForwardpropTest.testFunctionGradInFunctionPureForward [ RUN ] ForwardpropTest.testHVPCorrectness WARNING:tensorflow:5 out of the last 5 calls to triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:32:49.369157 281473089106992 polymorphic_function.py:157] 5 out of the last 5 calls to triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. [ FAILED ] ForwardpropTest.testHVPCorrectness INFO:tensorflow:time(__main__.ForwardpropTest.testHVPCorrectness): 5.75s I0227 00:32:49.708580 281473089106992 test_util.py:2620] time(__main__.ForwardpropTest.testHVPCorrectness): 5.75s [ RUN ] ForwardpropTest.testHigherOrderPureForwardOrder3 INFO:tensorflow:time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder3): 21.17s I0227 00:33:10.878768 281473089106992 test_util.py:2620] time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder3): 21.17s [ OK ] ForwardpropTest.testHigherOrderPureForwardOrder3 [ RUN ] ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps INFO:tensorflow:time(__main__.ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps): 0.04s I0227 00:33:10.925627 281473089106992 test_util.py:2620] time(__main__.ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps): 0.04s [ OK ] ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps [ RUN ] ForwardpropTest.testMultipleWatchesAdd INFO:tensorflow:time(__main__.ForwardpropTest.testMultipleWatchesAdd): 1.24s I0227 00:33:12.165158 281473089106992 test_util.py:2620] time(__main__.ForwardpropTest.testMultipleWatchesAdd): 1.24s [ OK ] ForwardpropTest.testMultipleWatchesAdd [ RUN ] ForwardpropTest.testPushPopAccumulatorState INFO:tensorflow:time(__main__.ForwardpropTest.testPushPopAccumulatorState): 0.1s I0227 00:33:12.267467 281473089106992 test_util.py:2620] time(__main__.ForwardpropTest.testPushPopAccumulatorState): 0.1s [ OK ] ForwardpropTest.testPushPopAccumulatorState [ RUN ] ForwardpropTest.testRunFunctionsEagerly INFO:tensorflow:time(__main__.ForwardpropTest.testRunFunctionsEagerly): 0.02s I0227 00:33:12.286494 281473089106992 test_util.py:2620] time(__main__.ForwardpropTest.testRunFunctionsEagerly): 0.02s [ OK ] ForwardpropTest.testRunFunctionsEagerly [ RUN ] ForwardpropTest.testVariableUnwatchedZero INFO:tensorflow:time(__main__.ForwardpropTest.testVariableUnwatchedZero): 0.01s I0227 00:33:12.300639 281473089106992 test_util.py:2620] time(__main__.ForwardpropTest.testVariableUnwatchedZero): 0.01s [ OK ] ForwardpropTest.testVariableUnwatchedZero [ RUN ] HessianTests.test_session [ SKIPPED ] HessianTests.test_session ====================================================================== FAIL: testHVPCorrectness (__main__.ForwardpropTest) ForwardpropTest.testHVPCorrectness ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/forwardprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 219, 'Operation': 216, 'TensorShape': 165}) ---------------------------------------------------------------------- Ran 14 tests in 32.639s FAILED (failures=1, skipped=1) ================================================================================ ==================== Test output for //tensorflow/python/eager/polymorphic_function:polymorphic_function_test_cpu (shard 13 of 15): Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/polymorphic_function/polymorphic_function_test_cpu.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] FunctionTest.testCapturesVariables INFO:tensorflow:time(__main__.FunctionTest.testCapturesVariables): 0.9s I0227 00:32:34.706744 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testCapturesVariables): 0.9s [ OK ] FunctionTest.testCapturesVariables [ RUN ] FunctionTest.testClone110 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, 'foo.bar', None, False, True) INFO:tensorflow:time(__main__.FunctionTest.testClone110 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, 'foo.bar', None, False, True)): 1.08s I0227 00:32:35.784199 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testClone110 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, 'foo.bar', None, False, True)): 1.08s [ OK ] FunctionTest.testClone110 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, 'foo.bar', None, False, True) [ RUN ] FunctionTest.testClone124 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , None, True, True, True) INFO:tensorflow:time(__main__.FunctionTest.testClone124 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , None, True, True, True)): 1.05s I0227 00:32:36.839667 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testClone124 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , None, True, True, True)): 1.05s [ OK ] FunctionTest.testClone124 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , None, True, True, True) [ RUN ] FunctionTest.testClone138 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , 'foo.bar', True, False, True) INFO:tensorflow:time(__main__.FunctionTest.testClone138 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , 'foo.bar', True, False, True)): 0.03s I0227 00:32:36.868182 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testClone138 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , 'foo.bar', True, False, True)): 0.03s [ OK ] FunctionTest.testClone138 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , 'foo.bar', True, False, True) [ RUN ] FunctionTest.testClone151 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, True, False, False) INFO:tensorflow:time(__main__.FunctionTest.testClone151 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, True, False, False)): 0.02s I0227 00:32:36.886331 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testClone151 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, True, False, False)): 0.02s [ OK ] FunctionTest.testClone151 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, True, False, False) [ RUN ] FunctionTest.testClone165 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, 'foo.bar', False, True, False) INFO:tensorflow:time(__main__.FunctionTest.testClone165 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, 'foo.bar', False, True, False)): 0.04s I0227 00:32:36.928315 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testClone165 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, 'foo.bar', False, True, False)): 0.04s [ OK ] FunctionTest.testClone165 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, 'foo.bar', False, True, False) [ RUN ] FunctionTest.testClone179 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, , None, False, False, False) INFO:tensorflow:time(__main__.FunctionTest.testClone179 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, , None, False, False, False)): 0.02s I0227 00:32:36.944808 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testClone179 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, , None, False, False, False)): 0.02s [ OK ] FunctionTest.testClone179 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, , None, False, False, False) [ RUN ] FunctionTest.testClone2 (None, True, None, None, None, False, True) INFO:tensorflow:time(__main__.FunctionTest.testClone2 (None, True, None, None, None, False, True)): 0.03s I0227 00:32:36.972663 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testClone2 (None, True, None, None, None, False, True)): 0.03s [ OK ] FunctionTest.testClone2 (None, True, None, None, None, False, True) [ RUN ] FunctionTest.testClone33 (None, True, , None, False, True, False) INFO:tensorflow:time(__main__.FunctionTest.testClone33 (None, True, , None, False, True, False)): 1.12s I0227 00:32:38.090618 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testClone33 (None, True, , None, False, True, False)): 1.12s [ OK ] FunctionTest.testClone33 (None, True, , None, False, True, False) [ RUN ] FunctionTest.testClone47 (None, True, , 'foo.bar', False, False, False) WARNING:tensorflow:5 out of the last 5 calls to . at 0xfffeedc9a200> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:32:38.190729 281473311536176 polymorphic_function.py:157] 5 out of the last 5 calls to . at 0xfffeedc9a200> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. INFO:tensorflow:time(__main__.FunctionTest.testClone47 (None, True, , 'foo.bar', False, False, False)): 0.1s I0227 00:32:38.191611 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testClone47 (None, True, , 'foo.bar', False, False, False)): 0.1s [ OK ] FunctionTest.testClone47 (None, True, , 'foo.bar', False, False, False) [ RUN ] FunctionTest.testClone60 (None, False, None, 'foo.bar', None, True, True) WARNING:tensorflow:5 out of the last 5 calls to . at 0xfffeed9ceb60> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:32:38.220930 281473311536176 polymorphic_function.py:157] 5 out of the last 5 calls to . at 0xfffeed9ceb60> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. INFO:tensorflow:time(__main__.FunctionTest.testClone60 (None, False, None, 'foo.bar', None, True, True)): 0.03s I0227 00:32:38.224002 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testClone60 (None, False, None, 'foo.bar', None, True, True)): 0.03s [ OK ] FunctionTest.testClone60 (None, False, None, 'foo.bar', None, True, True) [ RUN ] FunctionTest.testClone74 (None, False, , None, None, False, True) WARNING:tensorflow:6 out of the last 6 calls to . at 0xfffeed9cf600> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:32:38.248192 281473311536176 polymorphic_function.py:157] 6 out of the last 6 calls to . at 0xfffeed9cf600> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. INFO:tensorflow:time(__main__.FunctionTest.testClone74 (None, False, , None, None, False, True)): 0.03s I0227 00:32:38.251168 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testClone74 (None, False, , None, None, False, True)): 0.03s [ OK ] FunctionTest.testClone74 (None, False, , None, None, False, True) [ RUN ] FunctionTest.testClone88 (None, False, , 'foo.bar', True, True, True) INFO:tensorflow:time(__main__.FunctionTest.testClone88 (None, False, , 'foo.bar', True, True, True)): 0.03s I0227 00:32:38.278589 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testClone88 (None, False, , 'foo.bar', True, True, True)): 0.03s [ OK ] FunctionTest.testClone88 (None, False, , 'foo.bar', True, True, True) [ RUN ] FunctionTest.testCompositeAsArgumentTensorWithDefunIndexedSlicesWithoutDenseShape INFO:tensorflow:time(__main__.FunctionTest.testCompositeAsArgumentTensorWithDefunIndexedSlicesWithoutDenseShape): 0.07s I0227 00:32:38.352438 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testCompositeAsArgumentTensorWithDefunIndexedSlicesWithoutDenseShape): 0.07s [ OK ] FunctionTest.testCompositeAsArgumentTensorWithDefunIndexedSlicesWithoutDenseShape [ RUN ] FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg INFO:tensorflow:Running testConcreteFunctionFlatSignatureError in GRAPH mode. I0227 00:32:38.353517 281473311536176 test_util.py:1612] Running testConcreteFunctionFlatSignatureError in GRAPH mode. WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/contextlib.py:105: TensorFlowTestCase.test_session (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `self.session()` or `self.cached_session()` instead. W0227 00:32:38.354051 281473311536176 deprecation.py:50] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/contextlib.py:105: TensorFlowTestCase.test_session (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `self.session()` or `self.cached_session()` instead. INFO:tensorflow:time(__main__.FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg): 0.16s I0227 00:32:38.515555 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg): 0.16s INFO:tensorflow:Running testConcreteFunctionFlatSignatureError in EAGER mode. I0227 00:32:38.516562 281473311536176 test_util.py:1631] Running testConcreteFunctionFlatSignatureError in EAGER mode. INFO:tensorflow:time(__main__.FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg): 0.01s I0227 00:32:38.528926 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg): 0.01s [ OK ] FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg [ RUN ] FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType INFO:tensorflow:Running testConcreteFunctionStructuredSignatureError in GRAPH mode. I0227 00:32:38.529873 281473311536176 test_util.py:1612] Running testConcreteFunctionStructuredSignatureError in GRAPH mode. INFO:tensorflow:time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.11s I0227 00:32:38.640930 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.11s INFO:tensorflow:Running testConcreteFunctionStructuredSignatureError in EAGER mode. I0227 00:32:38.641912 281473311536176 test_util.py:1631] Running testConcreteFunctionStructuredSignatureError in EAGER mode. INFO:tensorflow:time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.01s I0227 00:32:38.651075 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.01s [ OK ] FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType [ RUN ] FunctionTest.testDefunCapturedInt32 INFO:tensorflow:time(__main__.FunctionTest.testDefunCapturedInt32): 0.07s I0227 00:32:38.724065 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testDefunCapturedInt32): 0.07s [ OK ] FunctionTest.testDefunCapturedInt32 [ RUN ] FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager [ FAILED ] FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager INFO:tensorflow:time(__main__.FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager): 0.78s I0227 00:32:39.503401 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager): 0.78s [ RUN ] FunctionTest.testFunctionMultipleVariableInitializer INFO:tensorflow:time(__main__.FunctionTest.testFunctionMultipleVariableInitializer): 0.3s I0227 00:32:39.806806 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testFunctionMultipleVariableInitializer): 0.3s [ OK ] FunctionTest.testFunctionMultipleVariableInitializer [ RUN ] FunctionTest.testImplementsAttributeBasic INFO:tensorflow:time(__main__.FunctionTest.testImplementsAttributeBasic): 0.94s I0227 00:32:40.745658 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testImplementsAttributeBasic): 0.94s [ OK ] FunctionTest.testImplementsAttributeBasic [ RUN ] FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction INFO:tensorflow:time(__main__.FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction): 0.7s I0227 00:32:41.443747 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction): 0.7s [ OK ] FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction [ RUN ] FunctionTest.testMethodReferenceCycles INFO:tensorflow:time(__main__.FunctionTest.testMethodReferenceCycles): 0.36s I0227 00:32:41.803949 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testMethodReferenceCycles): 0.36s [ OK ] FunctionTest.testMethodReferenceCycles [ RUN ] FunctionTest.testNestedShapeFunctionRelaxation INFO:tensorflow:time(__main__.FunctionTest.testNestedShapeFunctionRelaxation): 0.18s I0227 00:32:41.988751 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testNestedShapeFunctionRelaxation): 0.18s [ OK ] FunctionTest.testNestedShapeFunctionRelaxation [ RUN ] FunctionTest.testReadInFuncWriteOutside WARNING:tensorflow:5 out of the last 5 calls to .get_v_plus_one at 0xfffe27b4c540> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:32:42.496565 281473311536176 polymorphic_function.py:157] 5 out of the last 5 calls to .get_v_plus_one at 0xfffe27b4c540> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. WARNING:tensorflow:6 out of the last 6 calls to .get_v_plus_one at 0xfffe27b4fb00> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:32:42.537871 281473311536176 polymorphic_function.py:157] 6 out of the last 6 calls to .get_v_plus_one at 0xfffe27b4fb00> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. INFO:tensorflow:time(__main__.FunctionTest.testReadInFuncWriteOutside): 1.92s I0227 00:32:43.908990 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testReadInFuncWriteOutside): 1.92s [ OK ] FunctionTest.testReadInFuncWriteOutside [ RUN ] FunctionTest.testSequenceInputs INFO:tensorflow:time(__main__.FunctionTest.testSequenceInputs): 0.1s I0227 00:32:44.005242 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testSequenceInputs): 0.1s [ OK ] FunctionTest.testSequenceInputs [ RUN ] FunctionTest.testUnderscoreName WARNING:tensorflow:`_` is not a valid node name. Accepted names conform to Regex /re.compile('^[A-Za-z0-9.][A-Za-z0-9_.\\\\/>-]*$')/ W0227 00:32:44.008615 281473311536176 tensor.py:1066] `_` is not a valid node name. Accepted names conform to Regex /re.compile('^[A-Za-z0-9.][A-Za-z0-9_.\\\\/>-]*$')/ INFO:tensorflow:time(__main__.FunctionTest.testUnderscoreName): 0.07s I0227 00:32:44.073224 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testUnderscoreName): 0.07s [ OK ] FunctionTest.testUnderscoreName [ RUN ] FunctionTest.testVariableSpecWithInputSignature INFO:tensorflow:time(__main__.FunctionTest.testVariableSpecWithInputSignature): 0.0s I0227 00:32:44.075186 281473311536176 test_util.py:2620] time(__main__.FunctionTest.testVariableSpecWithInputSignature): 0.0s [ OK ] FunctionTest.testVariableSpecWithInputSignature [ RUN ] FunctionTest.test_concrete_function_shape_mismatch INFO:tensorflow:time(__main__.FunctionTest.test_concrete_function_shape_mismatch): 0.16s I0227 00:32:44.238190 281473311536176 test_util.py:2620] time(__main__.FunctionTest.test_concrete_function_shape_mismatch): 0.16s [ OK ] FunctionTest.test_concrete_function_shape_mismatch [ RUN ] FunctionTest.test_pickle10 (None, True, , 'foo.bar', True) INFO:tensorflow:time(__main__.FunctionTest.test_pickle10 (None, True, , 'foo.bar', True)): 0.1s I0227 00:32:44.338289 281473311536176 test_util.py:2620] time(__main__.FunctionTest.test_pickle10 (None, True, , 'foo.bar', True)): 0.1s [ OK ] FunctionTest.test_pickle10 (None, True, , 'foo.bar', True) [ RUN ] FunctionTest.test_pickle24 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, None, None) INFO:tensorflow:time(__main__.FunctionTest.test_pickle24 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, None, None)): 0.09s I0227 00:32:44.429404 281473311536176 test_util.py:2620] time(__main__.FunctionTest.test_pickle24 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, None, None)): 0.09s [ OK ] FunctionTest.test_pickle24 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, None, None) [ RUN ] FunctionTest.test_pickle38 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, False) WARNING:tensorflow:5 out of the last 5 calls to triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:32:44.463451 281473311536176 polymorphic_function.py:157] 5 out of the last 5 calls to triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. WARNING:tensorflow:6 out of the last 6 calls to triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:32:44.515303 281473311536176 polymorphic_function.py:157] 6 out of the last 6 calls to triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. INFO:tensorflow:time(__main__.FunctionTest.test_pickle38 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, False)): 0.09s I0227 00:32:44.516351 281473311536176 test_util.py:2620] time(__main__.FunctionTest.test_pickle38 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, False)): 0.09s [ OK ] FunctionTest.test_pickle38 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, False) [ RUN ] FunctionTest.test_pickle9 (None, True, , 'foo.bar', None) INFO:tensorflow:time(__main__.FunctionTest.test_pickle9 (None, True, , 'foo.bar', None)): 0.07s I0227 00:32:44.589184 281473311536176 test_util.py:2620] time(__main__.FunctionTest.test_pickle9 (None, True, , 'foo.bar', None)): 0.07s [ OK ] FunctionTest.test_pickle9 (None, True, , 'foo.bar', None) [ RUN ] FunctionTest.test_variable_naming INFO:tensorflow:Running test_variable_naming in GRAPH mode. I0227 00:32:44.590347 281473311536176 test_util.py:1612] Running test_variable_naming in GRAPH mode. INFO:tensorflow:time(__main__.FunctionTest.test_variable_naming): 0.16s I0227 00:32:44.747203 281473311536176 test_util.py:2620] time(__main__.FunctionTest.test_variable_naming): 0.16s INFO:tensorflow:Running test_variable_naming in EAGER mode. I0227 00:32:44.748174 281473311536176 test_util.py:1631] Running test_variable_naming in EAGER mode. INFO:tensorflow:time(__main__.FunctionTest.test_variable_naming): 0.06s I0227 00:32:44.810472 281473311536176 test_util.py:2620] time(__main__.FunctionTest.test_variable_naming): 0.06s [ OK ] FunctionTest.test_variable_naming [ RUN ] MultiDeviceTest.testInputAndOutputNestedDataclass INFO:tensorflow:time(__main__.MultiDeviceTest.testInputAndOutputNestedDataclass): 0.07s I0227 00:32:44.882806 281473311536176 test_util.py:2620] time(__main__.MultiDeviceTest.testInputAndOutputNestedDataclass): 0.07s [ OK ] MultiDeviceTest.testInputAndOutputNestedDataclass ====================================================================== FAIL: testErrorMessageWhenGraphTensorIsPassedToEager (__main__.FunctionTest) FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/polymorphic_function/polymorphic_function_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 6, 'TensorShape': 3, 'Operation': 3}) ---------------------------------------------------------------------- Ran 34 tests in 11.082s FAILED (failures=1) ================================================================================ ==================== Test output for //tensorflow/python/eager/polymorphic_function:polymorphic_function_test_cpu (shard 13 of 15): Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/polymorphic_function/polymorphic_function_test_cpu.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] FunctionTest.testCapturesVariables INFO:tensorflow:time(__main__.FunctionTest.testCapturesVariables): 0.3s I0227 00:32:50.567762 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testCapturesVariables): 0.3s [ OK ] FunctionTest.testCapturesVariables [ RUN ] FunctionTest.testClone110 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, 'foo.bar', None, False, True) INFO:tensorflow:time(__main__.FunctionTest.testClone110 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, 'foo.bar', None, False, True)): 2.84s I0227 00:32:53.410439 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testClone110 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, 'foo.bar', None, False, True)): 2.84s [ OK ] FunctionTest.testClone110 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, 'foo.bar', None, False, True) [ RUN ] FunctionTest.testClone124 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , None, True, True, True) INFO:tensorflow:time(__main__.FunctionTest.testClone124 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , None, True, True, True)): 1.57s I0227 00:32:54.978671 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testClone124 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , None, True, True, True)): 1.57s [ OK ] FunctionTest.testClone124 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , None, True, True, True) [ RUN ] FunctionTest.testClone138 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , 'foo.bar', True, False, True) INFO:tensorflow:time(__main__.FunctionTest.testClone138 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , 'foo.bar', True, False, True)): 0.06s I0227 00:32:55.044647 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testClone138 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , 'foo.bar', True, False, True)): 0.06s [ OK ] FunctionTest.testClone138 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , 'foo.bar', True, False, True) [ RUN ] FunctionTest.testClone151 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, True, False, False) INFO:tensorflow:time(__main__.FunctionTest.testClone151 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, True, False, False)): 0.05s I0227 00:32:55.096141 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testClone151 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, True, False, False)): 0.05s [ OK ] FunctionTest.testClone151 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, True, False, False) [ RUN ] FunctionTest.testClone165 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, 'foo.bar', False, True, False) INFO:tensorflow:time(__main__.FunctionTest.testClone165 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, 'foo.bar', False, True, False)): 0.02s I0227 00:32:55.114690 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testClone165 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, 'foo.bar', False, True, False)): 0.02s [ OK ] FunctionTest.testClone165 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, 'foo.bar', False, True, False) [ RUN ] FunctionTest.testClone179 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, , None, False, False, False) INFO:tensorflow:time(__main__.FunctionTest.testClone179 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, , None, False, False, False)): 0.02s I0227 00:32:55.140356 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testClone179 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, , None, False, False, False)): 0.02s [ OK ] FunctionTest.testClone179 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, , None, False, False, False) [ RUN ] FunctionTest.testClone2 (None, True, None, None, None, False, True) INFO:tensorflow:time(__main__.FunctionTest.testClone2 (None, True, None, None, None, False, True)): 0.03s I0227 00:32:55.168922 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testClone2 (None, True, None, None, None, False, True)): 0.03s [ OK ] FunctionTest.testClone2 (None, True, None, None, None, False, True) [ RUN ] FunctionTest.testClone33 (None, True, , None, False, True, False) INFO:tensorflow:time(__main__.FunctionTest.testClone33 (None, True, , None, False, True, False)): 1.43s I0227 00:32:56.596283 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testClone33 (None, True, , None, False, True, False)): 1.43s [ OK ] FunctionTest.testClone33 (None, True, , None, False, True, False) [ RUN ] FunctionTest.testClone47 (None, True, , 'foo.bar', False, False, False) WARNING:tensorflow:5 out of the last 5 calls to . at 0xfffee8a6a200> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:32:56.614104 281473225356336 polymorphic_function.py:157] 5 out of the last 5 calls to . at 0xfffee8a6a200> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. INFO:tensorflow:time(__main__.FunctionTest.testClone47 (None, True, , 'foo.bar', False, False, False)): 0.02s I0227 00:32:56.614890 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testClone47 (None, True, , 'foo.bar', False, False, False)): 0.02s [ OK ] FunctionTest.testClone47 (None, True, , 'foo.bar', False, False, False) [ RUN ] FunctionTest.testClone60 (None, False, None, 'foo.bar', None, True, True) WARNING:tensorflow:5 out of the last 5 calls to . at 0xfffee879ed40> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:32:56.639610 281473225356336 polymorphic_function.py:157] 5 out of the last 5 calls to . at 0xfffee879ed40> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. INFO:tensorflow:time(__main__.FunctionTest.testClone60 (None, False, None, 'foo.bar', None, True, True)): 0.03s I0227 00:32:56.642486 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testClone60 (None, False, None, 'foo.bar', None, True, True)): 0.03s [ OK ] FunctionTest.testClone60 (None, False, None, 'foo.bar', None, True, True) [ RUN ] FunctionTest.testClone74 (None, False, , None, None, False, True) WARNING:tensorflow:6 out of the last 6 calls to . at 0xfffee879f600> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:32:56.668498 281473225356336 polymorphic_function.py:157] 6 out of the last 6 calls to . at 0xfffee879f600> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. INFO:tensorflow:time(__main__.FunctionTest.testClone74 (None, False, , None, None, False, True)): 0.03s I0227 00:32:56.671423 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testClone74 (None, False, , None, None, False, True)): 0.03s [ OK ] FunctionTest.testClone74 (None, False, , None, None, False, True) [ RUN ] FunctionTest.testClone88 (None, False, , 'foo.bar', True, True, True) INFO:tensorflow:time(__main__.FunctionTest.testClone88 (None, False, , 'foo.bar', True, True, True)): 0.03s I0227 00:32:56.698742 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testClone88 (None, False, , 'foo.bar', True, True, True)): 0.03s [ OK ] FunctionTest.testClone88 (None, False, , 'foo.bar', True, True, True) [ RUN ] FunctionTest.testCompositeAsArgumentTensorWithDefunIndexedSlicesWithoutDenseShape INFO:tensorflow:time(__main__.FunctionTest.testCompositeAsArgumentTensorWithDefunIndexedSlicesWithoutDenseShape): 0.07s I0227 00:32:56.774152 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testCompositeAsArgumentTensorWithDefunIndexedSlicesWithoutDenseShape): 0.07s [ OK ] FunctionTest.testCompositeAsArgumentTensorWithDefunIndexedSlicesWithoutDenseShape [ RUN ] FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg INFO:tensorflow:Running testConcreteFunctionFlatSignatureError in GRAPH mode. I0227 00:32:56.775290 281473225356336 test_util.py:1612] Running testConcreteFunctionFlatSignatureError in GRAPH mode. WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/contextlib.py:105: TensorFlowTestCase.test_session (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `self.session()` or `self.cached_session()` instead. W0227 00:32:56.775809 281473225356336 deprecation.py:50] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/contextlib.py:105: TensorFlowTestCase.test_session (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `self.session()` or `self.cached_session()` instead. INFO:tensorflow:time(__main__.FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg): 0.11s I0227 00:32:56.884872 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg): 0.11s INFO:tensorflow:Running testConcreteFunctionFlatSignatureError in EAGER mode. I0227 00:32:56.885939 281473225356336 test_util.py:1631] Running testConcreteFunctionFlatSignatureError in EAGER mode. INFO:tensorflow:time(__main__.FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg): 0.01s I0227 00:32:56.897651 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg): 0.01s [ OK ] FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg [ RUN ] FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType INFO:tensorflow:Running testConcreteFunctionStructuredSignatureError in GRAPH mode. I0227 00:32:56.898501 281473225356336 test_util.py:1612] Running testConcreteFunctionStructuredSignatureError in GRAPH mode. INFO:tensorflow:time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.11s I0227 00:32:57.005845 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.11s INFO:tensorflow:Running testConcreteFunctionStructuredSignatureError in EAGER mode. I0227 00:32:57.006906 281473225356336 test_util.py:1631] Running testConcreteFunctionStructuredSignatureError in EAGER mode. INFO:tensorflow:time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.01s I0227 00:32:57.017441 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.01s [ OK ] FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType [ RUN ] FunctionTest.testDefunCapturedInt32 INFO:tensorflow:time(__main__.FunctionTest.testDefunCapturedInt32): 0.11s I0227 00:32:57.125732 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testDefunCapturedInt32): 0.11s [ OK ] FunctionTest.testDefunCapturedInt32 [ RUN ] FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager [ FAILED ] FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager INFO:tensorflow:time(__main__.FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager): 1.42s I0227 00:32:58.546162 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager): 1.42s [ RUN ] FunctionTest.testFunctionMultipleVariableInitializer INFO:tensorflow:time(__main__.FunctionTest.testFunctionMultipleVariableInitializer): 0.66s I0227 00:32:59.207391 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testFunctionMultipleVariableInitializer): 0.66s [ OK ] FunctionTest.testFunctionMultipleVariableInitializer [ RUN ] FunctionTest.testImplementsAttributeBasic INFO:tensorflow:time(__main__.FunctionTest.testImplementsAttributeBasic): 0.94s I0227 00:33:00.149015 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testImplementsAttributeBasic): 0.94s [ OK ] FunctionTest.testImplementsAttributeBasic [ RUN ] FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction INFO:tensorflow:time(__main__.FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction): 0.91s I0227 00:33:01.062149 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction): 0.91s [ OK ] FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction [ RUN ] FunctionTest.testMethodReferenceCycles INFO:tensorflow:time(__main__.FunctionTest.testMethodReferenceCycles): 0.85s I0227 00:33:01.916946 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testMethodReferenceCycles): 0.85s [ OK ] FunctionTest.testMethodReferenceCycles [ RUN ] FunctionTest.testNestedShapeFunctionRelaxation INFO:tensorflow:time(__main__.FunctionTest.testNestedShapeFunctionRelaxation): 0.45s I0227 00:33:02.370226 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testNestedShapeFunctionRelaxation): 0.45s [ OK ] FunctionTest.testNestedShapeFunctionRelaxation [ RUN ] FunctionTest.testReadInFuncWriteOutside WARNING:tensorflow:5 out of the last 5 calls to .get_v_plus_one at 0xfffeae9fdc60> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:33:02.726236 281473225356336 polymorphic_function.py:157] 5 out of the last 5 calls to .get_v_plus_one at 0xfffeae9fdc60> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. WARNING:tensorflow:6 out of the last 6 calls to .get_v_plus_one at 0xfffeae9fd760> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:33:02.768238 281473225356336 polymorphic_function.py:157] 6 out of the last 6 calls to .get_v_plus_one at 0xfffeae9fd760> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. INFO:tensorflow:time(__main__.FunctionTest.testReadInFuncWriteOutside): 2.44s I0227 00:33:04.809119 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testReadInFuncWriteOutside): 2.44s [ OK ] FunctionTest.testReadInFuncWriteOutside [ RUN ] FunctionTest.testSequenceInputs INFO:tensorflow:time(__main__.FunctionTest.testSequenceInputs): 0.67s I0227 00:33:05.481447 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testSequenceInputs): 0.67s [ OK ] FunctionTest.testSequenceInputs [ RUN ] FunctionTest.testUnderscoreName WARNING:tensorflow:`_` is not a valid node name. Accepted names conform to Regex /re.compile('^[A-Za-z0-9.][A-Za-z0-9_.\\\\/>-]*$')/ W0227 00:33:05.485052 281473225356336 tensor.py:1066] `_` is not a valid node name. Accepted names conform to Regex /re.compile('^[A-Za-z0-9.][A-Za-z0-9_.\\\\/>-]*$')/ INFO:tensorflow:time(__main__.FunctionTest.testUnderscoreName): 0.27s I0227 00:33:05.756295 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testUnderscoreName): 0.27s [ OK ] FunctionTest.testUnderscoreName [ RUN ] FunctionTest.testVariableSpecWithInputSignature INFO:tensorflow:time(__main__.FunctionTest.testVariableSpecWithInputSignature): 0.0s I0227 00:33:05.758273 281473225356336 test_util.py:2620] time(__main__.FunctionTest.testVariableSpecWithInputSignature): 0.0s [ OK ] FunctionTest.testVariableSpecWithInputSignature [ RUN ] FunctionTest.test_concrete_function_shape_mismatch INFO:tensorflow:time(__main__.FunctionTest.test_concrete_function_shape_mismatch): 0.76s I0227 00:33:06.514719 281473225356336 test_util.py:2620] time(__main__.FunctionTest.test_concrete_function_shape_mismatch): 0.76s [ OK ] FunctionTest.test_concrete_function_shape_mismatch [ RUN ] FunctionTest.test_pickle10 (None, True, , 'foo.bar', True) INFO:tensorflow:time(__main__.FunctionTest.test_pickle10 (None, True, , 'foo.bar', True)): 0.32s I0227 00:33:06.869398 281473225356336 test_util.py:2620] time(__main__.FunctionTest.test_pickle10 (None, True, , 'foo.bar', True)): 0.32s [ OK ] FunctionTest.test_pickle10 (None, True, , 'foo.bar', True) [ RUN ] FunctionTest.test_pickle24 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, None, None) INFO:tensorflow:time(__main__.FunctionTest.test_pickle24 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, None, None)): 0.13s I0227 00:33:07.000297 281473225356336 test_util.py:2620] time(__main__.FunctionTest.test_pickle24 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, None, None)): 0.13s [ OK ] FunctionTest.test_pickle24 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, None, None) [ RUN ] FunctionTest.test_pickle38 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, False) WARNING:tensorflow:5 out of the last 5 calls to triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:33:07.028063 281473225356336 polymorphic_function.py:157] 5 out of the last 5 calls to triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. WARNING:tensorflow:6 out of the last 6 calls to triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:33:07.049117 281473225356336 polymorphic_function.py:157] 6 out of the last 6 calls to triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. INFO:tensorflow:time(__main__.FunctionTest.test_pickle38 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, False)): 0.05s I0227 00:33:07.050283 281473225356336 test_util.py:2620] time(__main__.FunctionTest.test_pickle38 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, False)): 0.05s [ OK ] FunctionTest.test_pickle38 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, False) [ RUN ] FunctionTest.test_pickle9 (None, True, , 'foo.bar', None) INFO:tensorflow:time(__main__.FunctionTest.test_pickle9 (None, True, , 'foo.bar', None)): 0.09s I0227 00:33:07.140198 281473225356336 test_util.py:2620] time(__main__.FunctionTest.test_pickle9 (None, True, , 'foo.bar', None)): 0.09s [ OK ] FunctionTest.test_pickle9 (None, True, , 'foo.bar', None) [ RUN ] FunctionTest.test_variable_naming INFO:tensorflow:Running test_variable_naming in GRAPH mode. I0227 00:33:07.141383 281473225356336 test_util.py:1612] Running test_variable_naming in GRAPH mode. INFO:tensorflow:time(__main__.FunctionTest.test_variable_naming): 0.13s I0227 00:33:07.275973 281473225356336 test_util.py:2620] time(__main__.FunctionTest.test_variable_naming): 0.13s INFO:tensorflow:Running test_variable_naming in EAGER mode. I0227 00:33:07.276978 281473225356336 test_util.py:1631] Running test_variable_naming in EAGER mode. INFO:tensorflow:time(__main__.FunctionTest.test_variable_naming): 0.07s I0227 00:33:07.348696 281473225356336 test_util.py:2620] time(__main__.FunctionTest.test_variable_naming): 0.07s [ OK ] FunctionTest.test_variable_naming [ RUN ] MultiDeviceTest.testInputAndOutputNestedDataclass INFO:tensorflow:time(__main__.MultiDeviceTest.testInputAndOutputNestedDataclass): 0.11s I0227 00:33:07.457178 281473225356336 test_util.py:2620] time(__main__.MultiDeviceTest.testInputAndOutputNestedDataclass): 0.11s [ OK ] MultiDeviceTest.testInputAndOutputNestedDataclass ====================================================================== FAIL: testErrorMessageWhenGraphTensorIsPassedToEager (__main__.FunctionTest) FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/polymorphic_function/polymorphic_function_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 6, 'TensorShape': 3, 'Operation': 3}) ---------------------------------------------------------------------- Ran 34 tests in 17.193s FAILED (failures=1) ================================================================================ ==================== Test output for //tensorflow/python/eager/polymorphic_function:polymorphic_function_test_cpu (shard 13 of 15): Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/polymorphic_function/polymorphic_function_test_cpu.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] FunctionTest.testCapturesVariables INFO:tensorflow:time(__main__.FunctionTest.testCapturesVariables): 0.33s I0227 00:33:14.518083 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testCapturesVariables): 0.33s [ OK ] FunctionTest.testCapturesVariables [ RUN ] FunctionTest.testClone110 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, 'foo.bar', None, False, True) INFO:tensorflow:time(__main__.FunctionTest.testClone110 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, 'foo.bar', None, False, True)): 1.1s I0227 00:33:15.622901 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testClone110 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, 'foo.bar', None, False, True)): 1.1s [ OK ] FunctionTest.testClone110 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, 'foo.bar', None, False, True) [ RUN ] FunctionTest.testClone124 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , None, True, True, True) INFO:tensorflow:time(__main__.FunctionTest.testClone124 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , None, True, True, True)): 1.04s I0227 00:33:16.667993 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testClone124 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , None, True, True, True)): 1.04s [ OK ] FunctionTest.testClone124 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , None, True, True, True) [ RUN ] FunctionTest.testClone138 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , 'foo.bar', True, False, True) INFO:tensorflow:time(__main__.FunctionTest.testClone138 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , 'foo.bar', True, False, True)): 0.03s I0227 00:33:16.694962 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testClone138 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , 'foo.bar', True, False, True)): 0.03s [ OK ] FunctionTest.testClone138 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , 'foo.bar', True, False, True) [ RUN ] FunctionTest.testClone151 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, True, False, False) INFO:tensorflow:time(__main__.FunctionTest.testClone151 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, True, False, False)): 0.01s I0227 00:33:16.709972 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testClone151 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, True, False, False)): 0.01s [ OK ] FunctionTest.testClone151 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, True, False, False) [ RUN ] FunctionTest.testClone165 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, 'foo.bar', False, True, False) INFO:tensorflow:time(__main__.FunctionTest.testClone165 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, 'foo.bar', False, True, False)): 0.01s I0227 00:33:16.725465 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testClone165 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, 'foo.bar', False, True, False)): 0.01s [ OK ] FunctionTest.testClone165 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, 'foo.bar', False, True, False) [ RUN ] FunctionTest.testClone179 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, , None, False, False, False) INFO:tensorflow:time(__main__.FunctionTest.testClone179 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, , None, False, False, False)): 0.02s I0227 00:33:16.746241 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testClone179 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, , None, False, False, False)): 0.02s [ OK ] FunctionTest.testClone179 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, , None, False, False, False) [ RUN ] FunctionTest.testClone2 (None, True, None, None, None, False, True) INFO:tensorflow:time(__main__.FunctionTest.testClone2 (None, True, None, None, None, False, True)): 0.02s I0227 00:33:16.771435 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testClone2 (None, True, None, None, None, False, True)): 0.02s [ OK ] FunctionTest.testClone2 (None, True, None, None, None, False, True) [ RUN ] FunctionTest.testClone33 (None, True, , None, False, True, False) INFO:tensorflow:time(__main__.FunctionTest.testClone33 (None, True, , None, False, True, False)): 1.21s I0227 00:33:17.980935 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testClone33 (None, True, , None, False, True, False)): 1.21s [ OK ] FunctionTest.testClone33 (None, True, , None, False, True, False) [ RUN ] FunctionTest.testClone47 (None, True, , 'foo.bar', False, False, False) WARNING:tensorflow:5 out of the last 5 calls to . at 0xfffeebcfa200> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:33:17.998167 281473278374960 polymorphic_function.py:157] 5 out of the last 5 calls to . at 0xfffeebcfa200> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. INFO:tensorflow:time(__main__.FunctionTest.testClone47 (None, True, , 'foo.bar', False, False, False)): 0.02s I0227 00:33:17.999243 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testClone47 (None, True, , 'foo.bar', False, False, False)): 0.02s [ OK ] FunctionTest.testClone47 (None, True, , 'foo.bar', False, False, False) [ RUN ] FunctionTest.testClone60 (None, False, None, 'foo.bar', None, True, True) WARNING:tensorflow:5 out of the last 5 calls to . at 0xfffeeba2eb60> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:33:18.022906 281473278374960 polymorphic_function.py:157] 5 out of the last 5 calls to . at 0xfffeeba2eb60> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. INFO:tensorflow:time(__main__.FunctionTest.testClone60 (None, False, None, 'foo.bar', None, True, True)): 0.03s I0227 00:33:18.025940 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testClone60 (None, False, None, 'foo.bar', None, True, True)): 0.03s [ OK ] FunctionTest.testClone60 (None, False, None, 'foo.bar', None, True, True) [ RUN ] FunctionTest.testClone74 (None, False, , None, None, False, True) WARNING:tensorflow:6 out of the last 6 calls to . at 0xfffeeba2f600> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:33:18.049675 281473278374960 polymorphic_function.py:157] 6 out of the last 6 calls to . at 0xfffeeba2f600> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. INFO:tensorflow:time(__main__.FunctionTest.testClone74 (None, False, , None, None, False, True)): 0.03s I0227 00:33:18.052398 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testClone74 (None, False, , None, None, False, True)): 0.03s [ OK ] FunctionTest.testClone74 (None, False, , None, None, False, True) [ RUN ] FunctionTest.testClone88 (None, False, , 'foo.bar', True, True, True) INFO:tensorflow:time(__main__.FunctionTest.testClone88 (None, False, , 'foo.bar', True, True, True)): 0.03s I0227 00:33:18.078620 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testClone88 (None, False, , 'foo.bar', True, True, True)): 0.03s [ OK ] FunctionTest.testClone88 (None, False, , 'foo.bar', True, True, True) [ RUN ] FunctionTest.testCompositeAsArgumentTensorWithDefunIndexedSlicesWithoutDenseShape INFO:tensorflow:time(__main__.FunctionTest.testCompositeAsArgumentTensorWithDefunIndexedSlicesWithoutDenseShape): 0.07s I0227 00:33:18.152313 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testCompositeAsArgumentTensorWithDefunIndexedSlicesWithoutDenseShape): 0.07s [ OK ] FunctionTest.testCompositeAsArgumentTensorWithDefunIndexedSlicesWithoutDenseShape [ RUN ] FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg INFO:tensorflow:Running testConcreteFunctionFlatSignatureError in GRAPH mode. I0227 00:33:18.153355 281473278374960 test_util.py:1612] Running testConcreteFunctionFlatSignatureError in GRAPH mode. WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/contextlib.py:105: TensorFlowTestCase.test_session (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `self.session()` or `self.cached_session()` instead. W0227 00:33:18.153838 281473278374960 deprecation.py:50] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/contextlib.py:105: TensorFlowTestCase.test_session (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `self.session()` or `self.cached_session()` instead. INFO:tensorflow:time(__main__.FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg): 0.08s I0227 00:33:18.229557 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg): 0.08s INFO:tensorflow:Running testConcreteFunctionFlatSignatureError in EAGER mode. I0227 00:33:18.230535 281473278374960 test_util.py:1631] Running testConcreteFunctionFlatSignatureError in EAGER mode. INFO:tensorflow:time(__main__.FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg): 0.01s I0227 00:33:18.241775 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg): 0.01s [ OK ] FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg [ RUN ] FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType INFO:tensorflow:Running testConcreteFunctionStructuredSignatureError in GRAPH mode. I0227 00:33:18.242751 281473278374960 test_util.py:1612] Running testConcreteFunctionStructuredSignatureError in GRAPH mode. INFO:tensorflow:time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.07s I0227 00:33:18.312963 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.07s INFO:tensorflow:Running testConcreteFunctionStructuredSignatureError in EAGER mode. I0227 00:33:18.313907 281473278374960 test_util.py:1631] Running testConcreteFunctionStructuredSignatureError in EAGER mode. INFO:tensorflow:time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.01s I0227 00:33:18.323247 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.01s [ OK ] FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType [ RUN ] FunctionTest.testDefunCapturedInt32 INFO:tensorflow:time(__main__.FunctionTest.testDefunCapturedInt32): 0.07s I0227 00:33:18.389901 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testDefunCapturedInt32): 0.07s [ OK ] FunctionTest.testDefunCapturedInt32 [ RUN ] FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager [ FAILED ] FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager INFO:tensorflow:time(__main__.FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager): 0.6s I0227 00:33:18.992402 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager): 0.6s [ RUN ] FunctionTest.testFunctionMultipleVariableInitializer INFO:tensorflow:time(__main__.FunctionTest.testFunctionMultipleVariableInitializer): 0.43s I0227 00:33:19.419636 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testFunctionMultipleVariableInitializer): 0.43s [ OK ] FunctionTest.testFunctionMultipleVariableInitializer [ RUN ] FunctionTest.testImplementsAttributeBasic INFO:tensorflow:time(__main__.FunctionTest.testImplementsAttributeBasic): 0.68s I0227 00:33:20.103132 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testImplementsAttributeBasic): 0.68s [ OK ] FunctionTest.testImplementsAttributeBasic [ RUN ] FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction INFO:tensorflow:time(__main__.FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction): 0.86s I0227 00:33:20.968883 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction): 0.86s [ OK ] FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction [ RUN ] FunctionTest.testMethodReferenceCycles INFO:tensorflow:time(__main__.FunctionTest.testMethodReferenceCycles): 0.29s I0227 00:33:21.263728 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testMethodReferenceCycles): 0.29s [ OK ] FunctionTest.testMethodReferenceCycles [ RUN ] FunctionTest.testNestedShapeFunctionRelaxation INFO:tensorflow:time(__main__.FunctionTest.testNestedShapeFunctionRelaxation): 0.18s I0227 00:33:21.440536 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testNestedShapeFunctionRelaxation): 0.18s [ OK ] FunctionTest.testNestedShapeFunctionRelaxation [ RUN ] FunctionTest.testReadInFuncWriteOutside WARNING:tensorflow:5 out of the last 5 calls to .get_v_plus_one at 0xfffed4611c60> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:33:22.084342 281473278374960 polymorphic_function.py:157] 5 out of the last 5 calls to .get_v_plus_one at 0xfffed4611c60> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. WARNING:tensorflow:6 out of the last 6 calls to .get_v_plus_one at 0xfffed4611760> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:33:22.166592 281473278374960 polymorphic_function.py:157] 6 out of the last 6 calls to .get_v_plus_one at 0xfffed4611760> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. INFO:tensorflow:time(__main__.FunctionTest.testReadInFuncWriteOutside): 2.37s I0227 00:33:23.809348 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testReadInFuncWriteOutside): 2.37s [ OK ] FunctionTest.testReadInFuncWriteOutside [ RUN ] FunctionTest.testSequenceInputs INFO:tensorflow:time(__main__.FunctionTest.testSequenceInputs): 0.07s I0227 00:33:23.882449 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testSequenceInputs): 0.07s [ OK ] FunctionTest.testSequenceInputs [ RUN ] FunctionTest.testUnderscoreName WARNING:tensorflow:`_` is not a valid node name. Accepted names conform to Regex /re.compile('^[A-Za-z0-9.][A-Za-z0-9_.\\\\/>-]*$')/ W0227 00:33:23.885793 281473278374960 tensor.py:1066] `_` is not a valid node name. Accepted names conform to Regex /re.compile('^[A-Za-z0-9.][A-Za-z0-9_.\\\\/>-]*$')/ INFO:tensorflow:time(__main__.FunctionTest.testUnderscoreName): 0.07s I0227 00:33:23.950849 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testUnderscoreName): 0.07s [ OK ] FunctionTest.testUnderscoreName [ RUN ] FunctionTest.testVariableSpecWithInputSignature INFO:tensorflow:time(__main__.FunctionTest.testVariableSpecWithInputSignature): 0.0s I0227 00:33:23.952768 281473278374960 test_util.py:2620] time(__main__.FunctionTest.testVariableSpecWithInputSignature): 0.0s [ OK ] FunctionTest.testVariableSpecWithInputSignature [ RUN ] FunctionTest.test_concrete_function_shape_mismatch INFO:tensorflow:time(__main__.FunctionTest.test_concrete_function_shape_mismatch): 0.12s I0227 00:33:24.075237 281473278374960 test_util.py:2620] time(__main__.FunctionTest.test_concrete_function_shape_mismatch): 0.12s [ OK ] FunctionTest.test_concrete_function_shape_mismatch [ RUN ] FunctionTest.test_pickle10 (None, True, , 'foo.bar', True) INFO:tensorflow:time(__main__.FunctionTest.test_pickle10 (None, True, , 'foo.bar', True)): 0.1s I0227 00:33:24.172179 281473278374960 test_util.py:2620] time(__main__.FunctionTest.test_pickle10 (None, True, , 'foo.bar', True)): 0.1s [ OK ] FunctionTest.test_pickle10 (None, True, , 'foo.bar', True) [ RUN ] FunctionTest.test_pickle24 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, None, None) INFO:tensorflow:time(__main__.FunctionTest.test_pickle24 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, None, None)): 0.09s I0227 00:33:24.261662 281473278374960 test_util.py:2620] time(__main__.FunctionTest.test_pickle24 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, None, None)): 0.09s [ OK ] FunctionTest.test_pickle24 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, None, None) [ RUN ] FunctionTest.test_pickle38 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, False) WARNING:tensorflow:5 out of the last 5 calls to triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:33:24.285360 281473278374960 polymorphic_function.py:157] 5 out of the last 5 calls to triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. WARNING:tensorflow:6 out of the last 6 calls to triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:33:24.309139 281473278374960 polymorphic_function.py:157] 6 out of the last 6 calls to triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. INFO:tensorflow:time(__main__.FunctionTest.test_pickle38 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, False)): 0.05s I0227 00:33:24.310110 281473278374960 test_util.py:2620] time(__main__.FunctionTest.test_pickle38 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, False)): 0.05s [ OK ] FunctionTest.test_pickle38 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, False) [ RUN ] FunctionTest.test_pickle9 (None, True, , 'foo.bar', None) INFO:tensorflow:time(__main__.FunctionTest.test_pickle9 (None, True, , 'foo.bar', None)): 0.05s I0227 00:33:24.358585 281473278374960 test_util.py:2620] time(__main__.FunctionTest.test_pickle9 (None, True, , 'foo.bar', None)): 0.05s [ OK ] FunctionTest.test_pickle9 (None, True, , 'foo.bar', None) [ RUN ] FunctionTest.test_variable_naming INFO:tensorflow:Running test_variable_naming in GRAPH mode. I0227 00:33:24.359695 281473278374960 test_util.py:1612] Running test_variable_naming in GRAPH mode. INFO:tensorflow:time(__main__.FunctionTest.test_variable_naming): 0.1s I0227 00:33:24.463977 281473278374960 test_util.py:2620] time(__main__.FunctionTest.test_variable_naming): 0.1s INFO:tensorflow:Running test_variable_naming in EAGER mode. I0227 00:33:24.464934 281473278374960 test_util.py:1631] Running test_variable_naming in EAGER mode. INFO:tensorflow:time(__main__.FunctionTest.test_variable_naming): 0.06s I0227 00:33:24.523080 281473278374960 test_util.py:2620] time(__main__.FunctionTest.test_variable_naming): 0.06s [ OK ] FunctionTest.test_variable_naming [ RUN ] MultiDeviceTest.testInputAndOutputNestedDataclass INFO:tensorflow:time(__main__.MultiDeviceTest.testInputAndOutputNestedDataclass): 0.07s I0227 00:33:24.593040 281473278374960 test_util.py:2620] time(__main__.MultiDeviceTest.testInputAndOutputNestedDataclass): 0.07s [ OK ] MultiDeviceTest.testInputAndOutputNestedDataclass ====================================================================== FAIL: testErrorMessageWhenGraphTensorIsPassedToEager (__main__.FunctionTest) FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/polymorphic_function/polymorphic_function_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 6, 'TensorShape': 3, 'Operation': 3}) ---------------------------------------------------------------------- Ran 34 tests in 10.403s FAILED (failures=1) ================================================================================ ==================== Test output for //tensorflow/python/eager:forwardprop_test_cpu (shard 4 of 5): Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/forwardprop_test_cpu.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] BatchTests.testJVPBatchCorrectness0 (, (2, 3), 5) INFO:tensorflow:time(__main__.BatchTests.testJVPBatchCorrectness0 (, (2, 3), 5)): 1.79s I0227 00:31:50.906508 281472981169200 test_util.py:2620] time(__main__.BatchTests.testJVPBatchCorrectness0 (, (2, 3), 5)): 1.79s [ OK ] BatchTests.testJVPBatchCorrectness0 (, (2, 3), 5) [ RUN ] ControlFlowTests.testOfFunctionCond INFO:tensorflow:time(__main__.ControlFlowTests.testOfFunctionCond): 0.77s I0227 00:31:51.677876 281472981169200 test_util.py:2620] time(__main__.ControlFlowTests.testOfFunctionCond): 0.77s [ OK ] ControlFlowTests.testOfFunctionCond [ RUN ] ForwardpropTest.testBackwardOverForwardTapeFirst INFO:tensorflow:time(__main__.ForwardpropTest.testBackwardOverForwardTapeFirst): 0.08s I0227 00:31:51.754136 281472981169200 test_util.py:2620] time(__main__.ForwardpropTest.testBackwardOverForwardTapeFirst): 0.08s [ OK ] ForwardpropTest.testBackwardOverForwardTapeFirst [ RUN ] ForwardpropTest.testElementwiseNNOpsSwishM5 INFO:tensorflow:time(__main__.ForwardpropTest.testElementwiseNNOpsSwishM5): 2.01s I0227 00:31:53.765898 281472981169200 test_util.py:2620] time(__main__.ForwardpropTest.testElementwiseNNOpsSwishM5): 2.01s [ OK ] ForwardpropTest.testElementwiseNNOpsSwishM5 [ RUN ] ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst INFO:tensorflow:time(__main__.ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst): 0.02s I0227 00:31:53.788387 281472981169200 test_util.py:2620] time(__main__.ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst): 0.02s [ OK ] ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst [ RUN ] ForwardpropTest.testFusedBatchNormGradsInference INFO:tensorflow:time(__main__.ForwardpropTest.testFusedBatchNormGradsInference): 80.31s I0227 00:33:14.100065 281472981169200 test_util.py:2620] time(__main__.ForwardpropTest.testFusedBatchNormGradsInference): 80.31s [ OK ] ForwardpropTest.testFusedBatchNormGradsInference [ RUN ] ForwardpropTest.testHigherOrderPureForwardOrder0 INFO:tensorflow:time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder0): 1.29s I0227 00:33:15.429607 281472981169200 test_util.py:2620] time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder0): 1.29s [ OK ] ForwardpropTest.testHigherOrderPureForwardOrder0 [ RUN ] ForwardpropTest.testIndexSlicesGradInFunction INFO:tensorflow:time(__main__.ForwardpropTest.testIndexSlicesGradInFunction): 0.32s I0227 00:33:15.746765 281472981169200 test_util.py:2620] time(__main__.ForwardpropTest.testIndexSlicesGradInFunction): 0.32s [ OK ] ForwardpropTest.testIndexSlicesGradInFunction [ RUN ] ForwardpropTest.testJVPManual INFO:tensorflow:time(__main__.ForwardpropTest.testJVPManual): 0.77s I0227 00:33:16.519298 281472981169200 test_util.py:2620] time(__main__.ForwardpropTest.testJVPManual): 0.77s [ OK ] ForwardpropTest.testJVPManual [ RUN ] ForwardpropTest.testNumericHigherOrder INFO:tensorflow:time(__main__.ForwardpropTest.testNumericHigherOrder): 28.17s I0227 00:33:44.689558 281472981169200 test_util.py:2620] time(__main__.ForwardpropTest.testNumericHigherOrder): 28.17s [ OK ] ForwardpropTest.testNumericHigherOrder [ RUN ] ForwardpropTest.testRecordingWithJVPIndices INFO:tensorflow:time(__main__.ForwardpropTest.testRecordingWithJVPIndices): 1.12s I0227 00:33:45.819489 281472981169200 test_util.py:2620] time(__main__.ForwardpropTest.testRecordingWithJVPIndices): 1.12s [ OK ] ForwardpropTest.testRecordingWithJVPIndices [ RUN ] ForwardpropTest.testSpecialForwardFunctionUsed INFO:tensorflow:time(__main__.ForwardpropTest.testSpecialForwardFunctionUsed): 0.76s I0227 00:33:46.585260 281472981169200 test_util.py:2620] time(__main__.ForwardpropTest.testSpecialForwardFunctionUsed): 0.76s [ OK ] ForwardpropTest.testSpecialForwardFunctionUsed [ RUN ] ForwardpropTest.testVariableWatchedFunction WARNING:tensorflow:5 out of the last 5 calls to ._Model.compute_jvps at 0xfffec45a05e0> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:33:48.257609 281472981169200 polymorphic_function.py:157] 5 out of the last 5 calls to ._Model.compute_jvps at 0xfffec45a05e0> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. WARNING:tensorflow:6 out of the last 6 calls to ._Model.compute_jvps at 0xfffec45a1e40> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:33:48.420603 281472981169200 polymorphic_function.py:157] 6 out of the last 6 calls to ._Model.compute_jvps at 0xfffec45a1e40> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. [ FAILED ] ForwardpropTest.testVariableWatchedFunction INFO:tensorflow:time(__main__.ForwardpropTest.testVariableWatchedFunction): 2.15s I0227 00:33:48.738249 281472981169200 test_util.py:2620] time(__main__.ForwardpropTest.testVariableWatchedFunction): 2.15s ====================================================================== FAIL: testVariableWatchedFunction (__main__.ForwardpropTest) ForwardpropTest.testVariableWatchedFunction ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/forwardprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 174, 'Operation': 159, 'TensorShape': 117}) ---------------------------------------------------------------------- Ran 13 tests in 119.626s FAILED (failures=1) ================================================================================ ==================== Test output for //tensorflow/python/eager:forwardprop_test_cpu (shard 4 of 5): Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/forwardprop_test_cpu.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] BatchTests.testJVPBatchCorrectness0 (, (2, 3), 5) INFO:tensorflow:time(__main__.BatchTests.testJVPBatchCorrectness0 (, (2, 3), 5)): 2.0s I0227 00:34:00.056083 281473849914416 test_util.py:2620] time(__main__.BatchTests.testJVPBatchCorrectness0 (, (2, 3), 5)): 2.0s [ OK ] BatchTests.testJVPBatchCorrectness0 (, (2, 3), 5) [ RUN ] ControlFlowTests.testOfFunctionCond INFO:tensorflow:time(__main__.ControlFlowTests.testOfFunctionCond): 1.06s I0227 00:34:01.117798 281473849914416 test_util.py:2620] time(__main__.ControlFlowTests.testOfFunctionCond): 1.06s [ OK ] ControlFlowTests.testOfFunctionCond [ RUN ] ForwardpropTest.testBackwardOverForwardTapeFirst INFO:tensorflow:time(__main__.ForwardpropTest.testBackwardOverForwardTapeFirst): 0.07s I0227 00:34:01.193808 281473849914416 test_util.py:2620] time(__main__.ForwardpropTest.testBackwardOverForwardTapeFirst): 0.07s [ OK ] ForwardpropTest.testBackwardOverForwardTapeFirst [ RUN ] ForwardpropTest.testElementwiseNNOpsSwishM5 INFO:tensorflow:time(__main__.ForwardpropTest.testElementwiseNNOpsSwishM5): 2.68s I0227 00:34:03.875296 281473849914416 test_util.py:2620] time(__main__.ForwardpropTest.testElementwiseNNOpsSwishM5): 2.68s [ OK ] ForwardpropTest.testElementwiseNNOpsSwishM5 [ RUN ] ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst INFO:tensorflow:time(__main__.ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst): 0.02s I0227 00:34:03.897029 281473849914416 test_util.py:2620] time(__main__.ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst): 0.02s [ OK ] ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst [ RUN ] ForwardpropTest.testFusedBatchNormGradsInference INFO:tensorflow:time(__main__.ForwardpropTest.testFusedBatchNormGradsInference): 103.12s I0227 00:35:47.020940 281473849914416 test_util.py:2620] time(__main__.ForwardpropTest.testFusedBatchNormGradsInference): 103.12s [ OK ] ForwardpropTest.testFusedBatchNormGradsInference [ RUN ] ForwardpropTest.testHigherOrderPureForwardOrder0 INFO:tensorflow:time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder0): 0.49s I0227 00:35:47.513191 281473849914416 test_util.py:2620] time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder0): 0.49s [ OK ] ForwardpropTest.testHigherOrderPureForwardOrder0 [ RUN ] ForwardpropTest.testIndexSlicesGradInFunction INFO:tensorflow:time(__main__.ForwardpropTest.testIndexSlicesGradInFunction): 0.24s I0227 00:35:47.750339 281473849914416 test_util.py:2620] time(__main__.ForwardpropTest.testIndexSlicesGradInFunction): 0.24s [ OK ] ForwardpropTest.testIndexSlicesGradInFunction [ RUN ] ForwardpropTest.testJVPManual INFO:tensorflow:time(__main__.ForwardpropTest.testJVPManual): 0.58s I0227 00:35:48.333825 281473849914416 test_util.py:2620] time(__main__.ForwardpropTest.testJVPManual): 0.58s [ OK ] ForwardpropTest.testJVPManual [ RUN ] ForwardpropTest.testNumericHigherOrder INFO:tensorflow:time(__main__.ForwardpropTest.testNumericHigherOrder): 44.13s I0227 00:36:32.465614 281473849914416 test_util.py:2620] time(__main__.ForwardpropTest.testNumericHigherOrder): 44.13s [ OK ] ForwardpropTest.testNumericHigherOrder [ RUN ] ForwardpropTest.testRecordingWithJVPIndices INFO:tensorflow:time(__main__.ForwardpropTest.testRecordingWithJVPIndices): 0.52s I0227 00:36:32.991391 281473849914416 test_util.py:2620] time(__main__.ForwardpropTest.testRecordingWithJVPIndices): 0.52s [ OK ] ForwardpropTest.testRecordingWithJVPIndices [ RUN ] ForwardpropTest.testSpecialForwardFunctionUsed INFO:tensorflow:time(__main__.ForwardpropTest.testSpecialForwardFunctionUsed): 0.62s I0227 00:36:33.607498 281473849914416 test_util.py:2620] time(__main__.ForwardpropTest.testSpecialForwardFunctionUsed): 0.62s [ OK ] ForwardpropTest.testSpecialForwardFunctionUsed [ RUN ] ForwardpropTest.testVariableWatchedFunction WARNING:tensorflow:5 out of the last 5 calls to ._Model.compute_jvps at 0xfffed858c5e0> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:36:35.174790 281473849914416 polymorphic_function.py:157] 5 out of the last 5 calls to ._Model.compute_jvps at 0xfffed858c5e0> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. WARNING:tensorflow:6 out of the last 6 calls to ._Model.compute_jvps at 0xfffed858de40> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:36:35.319532 281473849914416 polymorphic_function.py:157] 6 out of the last 6 calls to ._Model.compute_jvps at 0xfffed858de40> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. [ FAILED ] ForwardpropTest.testVariableWatchedFunction INFO:tensorflow:time(__main__.ForwardpropTest.testVariableWatchedFunction): 2.01s I0227 00:36:35.620273 281473849914416 test_util.py:2620] time(__main__.ForwardpropTest.testVariableWatchedFunction): 2.01s ====================================================================== FAIL: testVariableWatchedFunction (__main__.ForwardpropTest) ForwardpropTest.testVariableWatchedFunction ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/forwardprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 174, 'Operation': 159, 'TensorShape': 117}) ---------------------------------------------------------------------- Ran 13 tests in 157.561s FAILED (failures=1) ================================================================================ ==================== Test output for //tensorflow/python/eager:forwardprop_test_cpu (shard 4 of 5): Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/forwardprop_test_cpu.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] BatchTests.testJVPBatchCorrectness0 (, (2, 3), 5) INFO:tensorflow:time(__main__.BatchTests.testJVPBatchCorrectness0 (, (2, 3), 5)): 3.81s I0227 00:36:48.351119 281473867805744 test_util.py:2620] time(__main__.BatchTests.testJVPBatchCorrectness0 (, (2, 3), 5)): 3.81s [ OK ] BatchTests.testJVPBatchCorrectness0 (, (2, 3), 5) [ RUN ] ControlFlowTests.testOfFunctionCond INFO:tensorflow:time(__main__.ControlFlowTests.testOfFunctionCond): 1.46s I0227 00:36:49.811670 281473867805744 test_util.py:2620] time(__main__.ControlFlowTests.testOfFunctionCond): 1.46s [ OK ] ControlFlowTests.testOfFunctionCond [ RUN ] ForwardpropTest.testBackwardOverForwardTapeFirst INFO:tensorflow:time(__main__.ForwardpropTest.testBackwardOverForwardTapeFirst): 0.07s I0227 00:36:49.886008 281473867805744 test_util.py:2620] time(__main__.ForwardpropTest.testBackwardOverForwardTapeFirst): 0.07s [ OK ] ForwardpropTest.testBackwardOverForwardTapeFirst [ RUN ] ForwardpropTest.testElementwiseNNOpsSwishM5 INFO:tensorflow:time(__main__.ForwardpropTest.testElementwiseNNOpsSwishM5): 2.36s I0227 00:36:52.244992 281473867805744 test_util.py:2620] time(__main__.ForwardpropTest.testElementwiseNNOpsSwishM5): 2.36s [ OK ] ForwardpropTest.testElementwiseNNOpsSwishM5 [ RUN ] ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst INFO:tensorflow:time(__main__.ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst): 0.02s I0227 00:36:52.264813 281473867805744 test_util.py:2620] time(__main__.ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst): 0.02s [ OK ] ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst [ RUN ] ForwardpropTest.testFusedBatchNormGradsInference INFO:tensorflow:time(__main__.ForwardpropTest.testFusedBatchNormGradsInference): 99.6s I0227 00:38:31.869160 281473867805744 test_util.py:2620] time(__main__.ForwardpropTest.testFusedBatchNormGradsInference): 99.6s [ OK ] ForwardpropTest.testFusedBatchNormGradsInference [ RUN ] ForwardpropTest.testHigherOrderPureForwardOrder0 INFO:tensorflow:time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder0): 0.65s I0227 00:38:32.523941 281473867805744 test_util.py:2620] time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder0): 0.65s [ OK ] ForwardpropTest.testHigherOrderPureForwardOrder0 [ RUN ] ForwardpropTest.testIndexSlicesGradInFunction INFO:tensorflow:time(__main__.ForwardpropTest.testIndexSlicesGradInFunction): 0.2s I0227 00:38:32.727933 281473867805744 test_util.py:2620] time(__main__.ForwardpropTest.testIndexSlicesGradInFunction): 0.2s [ OK ] ForwardpropTest.testIndexSlicesGradInFunction [ RUN ] ForwardpropTest.testJVPManual INFO:tensorflow:time(__main__.ForwardpropTest.testJVPManual): 0.85s I0227 00:38:33.579605 281473867805744 test_util.py:2620] time(__main__.ForwardpropTest.testJVPManual): 0.85s [ OK ] ForwardpropTest.testJVPManual [ RUN ] ForwardpropTest.testNumericHigherOrder INFO:tensorflow:time(__main__.ForwardpropTest.testNumericHigherOrder): 33.96s I0227 00:39:07.537285 281473867805744 test_util.py:2620] time(__main__.ForwardpropTest.testNumericHigherOrder): 33.96s [ OK ] ForwardpropTest.testNumericHigherOrder [ RUN ] ForwardpropTest.testRecordingWithJVPIndices INFO:tensorflow:time(__main__.ForwardpropTest.testRecordingWithJVPIndices): 0.91s I0227 00:39:08.453745 281473867805744 test_util.py:2620] time(__main__.ForwardpropTest.testRecordingWithJVPIndices): 0.91s [ OK ] ForwardpropTest.testRecordingWithJVPIndices [ RUN ] ForwardpropTest.testSpecialForwardFunctionUsed INFO:tensorflow:time(__main__.ForwardpropTest.testSpecialForwardFunctionUsed): 0.68s I0227 00:39:09.136635 281473867805744 test_util.py:2620] time(__main__.ForwardpropTest.testSpecialForwardFunctionUsed): 0.68s [ OK ] ForwardpropTest.testSpecialForwardFunctionUsed [ RUN ] ForwardpropTest.testVariableWatchedFunction WARNING:tensorflow:5 out of the last 5 calls to ._Model.compute_jvps at 0xfffed5e2c5e0> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:39:12.265571 281473867805744 polymorphic_function.py:157] 5 out of the last 5 calls to ._Model.compute_jvps at 0xfffed5e2c5e0> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. WARNING:tensorflow:6 out of the last 6 calls to ._Model.compute_jvps at 0xfffed5e2de40> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:39:12.744053 281473867805744 polymorphic_function.py:157] 6 out of the last 6 calls to ._Model.compute_jvps at 0xfffed5e2de40> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. [ FAILED ] ForwardpropTest.testVariableWatchedFunction INFO:tensorflow:time(__main__.ForwardpropTest.testVariableWatchedFunction): 4.46s I0227 00:39:13.593179 281473867805744 test_util.py:2620] time(__main__.ForwardpropTest.testVariableWatchedFunction): 4.46s ====================================================================== FAIL: testVariableWatchedFunction (__main__.ForwardpropTest) ForwardpropTest.testVariableWatchedFunction ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/forwardprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 174, 'Operation': 159, 'TensorShape': 117}) ---------------------------------------------------------------------- Ran 13 tests in 149.050s FAILED (failures=1) ================================================================================ ==================== Test output for //tensorflow/python/eager:backprop_test_cpu: Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] AggregateIndexedSlicesGradientsTest.testMixedTensorAndIndexedSlices INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testMixedTensorAndIndexedSlices): 0.09s I0227 00:30:38.445269 281472970945584 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testMixedTensorAndIndexedSlices): 0.09s [ OK ] AggregateIndexedSlicesGradientsTest.testMixedTensorAndIndexedSlices [ RUN ] AggregateIndexedSlicesGradientsTest.testMultipleGradients INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradients): 0.04s I0227 00:30:38.485097 281472970945584 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradients): 0.04s [ OK ] AggregateIndexedSlicesGradientsTest.testMultipleGradients [ RUN ] AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones): 0.02s I0227 00:30:38.503636 281472970945584 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones): 0.02s [ OK ] AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones [ RUN ] AggregateIndexedSlicesGradientsTest.testNoGradients INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testNoGradients): 0.0s I0227 00:30:38.504627 281472970945584 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testNoGradients): 0.0s [ OK ] AggregateIndexedSlicesGradientsTest.testNoGradients [ RUN ] AggregateIndexedSlicesGradientsTest.testOneGradient INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testOneGradient): 0.01s I0227 00:30:38.639322 281472970945584 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testOneGradient): 0.01s [ OK ] AggregateIndexedSlicesGradientsTest.testOneGradient [ RUN ] AggregateIndexedSlicesGradientsTest.test_session [ SKIPPED ] AggregateIndexedSlicesGradientsTest.test_session [ RUN ] BackpropTest.testAggregateGradients INFO:tensorflow:Running testAggregateGradients in GRAPH mode. I0227 00:30:38.640839 281472970945584 test_util.py:1612] Running testAggregateGradients in GRAPH mode. WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/contextlib.py:105: TensorFlowTestCase.test_session (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `self.session()` or `self.cached_session()` instead. W0227 00:30:38.641374 281472970945584 deprecation.py:50] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/contextlib.py:105: TensorFlowTestCase.test_session (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `self.session()` or `self.cached_session()` instead. 2024-02-27 00:30:38.902537: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:388] MLIR V1 optimization pass is not enabled INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradients): 0.43s I0227 00:30:39.066475 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradients): 0.43s INFO:tensorflow:Running testAggregateGradients in EAGER mode. I0227 00:30:39.068293 281472970945584 test_util.py:1631] Running testAggregateGradients in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradients): 0.05s I0227 00:30:39.113660 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradients): 0.05s [ OK ] BackpropTest.testAggregateGradients [ RUN ] BackpropTest.testAggregateGradientsWithTensor INFO:tensorflow:Running testAggregateGradientsWithTensor in GRAPH mode. I0227 00:30:39.115274 281472970945584 test_util.py:1612] Running testAggregateGradientsWithTensor in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.17s I0227 00:30:39.286035 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.17s INFO:tensorflow:Running testAggregateGradientsWithTensor in EAGER mode. I0227 00:30:39.287589 281472970945584 test_util.py:1631] Running testAggregateGradientsWithTensor in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.09s I0227 00:30:39.381264 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.09s [ OK ] BackpropTest.testAggregateGradientsWithTensor [ RUN ] BackpropTest.testArgmax INFO:tensorflow:time(__main__.BackpropTest.testArgmax): 1.36s I0227 00:30:40.743002 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testArgmax): 1.36s [ OK ] BackpropTest.testArgmax [ RUN ] BackpropTest.testArgsGradientFunction INFO:tensorflow:time(__main__.BackpropTest.testArgsGradientFunction): 0.01s I0227 00:30:40.752364 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testArgsGradientFunction): 0.01s [ OK ] BackpropTest.testArgsGradientFunction [ RUN ] BackpropTest.testAutomaticWatchedVariables INFO:tensorflow:time(__main__.BackpropTest.testAutomaticWatchedVariables): 0.02s I0227 00:30:40.769359 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testAutomaticWatchedVariables): 0.02s [ OK ] BackpropTest.testAutomaticWatchedVariables [ RUN ] BackpropTest.testBatchJacobianInsideGradientTapeScope WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:30:41.245210 281472970945584 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. [ FAILED ] BackpropTest.testBatchJacobianInsideGradientTapeScope INFO:tensorflow:time(__main__.BackpropTest.testBatchJacobianInsideGradientTapeScope): 1.64s I0227 00:30:42.413948 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testBatchJacobianInsideGradientTapeScope): 1.64s [ RUN ] BackpropTest.testBatchJacobianParallelIterations INFO:tensorflow:time(__main__.BackpropTest.testBatchJacobianParallelIterations): 1.53s I0227 00:30:43.941316 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testBatchJacobianParallelIterations): 1.53s [ OK ] BackpropTest.testBatchJacobianParallelIterations [ RUN ] BackpropTest.testCPU INFO:tensorflow:time(__main__.BackpropTest.testCPU): 1.09s I0227 00:30:45.033582 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testCPU): 1.09s [ OK ] BackpropTest.testCPU [ RUN ] BackpropTest.testCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testCustomGradient): 1.08s I0227 00:30:46.111271 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testCustomGradient): 1.08s [ OK ] BackpropTest.testCustomGradient [ RUN ] BackpropTest.testCustomGradientEmptyError INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientEmptyError): 0.01s I0227 00:30:46.123419 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientEmptyError): 0.01s [ OK ] BackpropTest.testCustomGradientEmptyError [ RUN ] BackpropTest.testCustomGradientForwardprop INFO:tensorflow:Running testCustomGradientForwardprop in GRAPH mode. I0227 00:30:46.124362 281472970945584 test_util.py:1612] Running testCustomGradientForwardprop in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientForwardprop): 0.04s I0227 00:30:46.164651 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientForwardprop): 0.04s INFO:tensorflow:Running testCustomGradientForwardprop in EAGER mode. I0227 00:30:46.165690 281472970945584 test_util.py:1631] Running testCustomGradientForwardprop in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientForwardprop): 0.02s I0227 00:30:46.181434 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientForwardprop): 0.02s [ OK ] BackpropTest.testCustomGradientForwardprop [ RUN ] BackpropTest.testCustomGradientIdentity INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientIdentity): 1.17s I0227 00:30:47.347763 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientIdentity): 1.17s [ OK ] BackpropTest.testCustomGradientIdentity [ RUN ] BackpropTest.testCustomGradientInEagerAndGraph INFO:tensorflow:Running testCustomGradientInEagerAndGraph in GRAPH mode. I0227 00:30:47.349024 281472970945584 test_util.py:1612] Running testCustomGradientInEagerAndGraph in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.02s I0227 00:30:47.369005 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.02s INFO:tensorflow:Running testCustomGradientInEagerAndGraph in EAGER mode. I0227 00:30:47.370074 281472970945584 test_util.py:1631] Running testCustomGradientInEagerAndGraph in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.01s I0227 00:30:47.378759 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.01s [ OK ] BackpropTest.testCustomGradientInEagerAndGraph [ RUN ] BackpropTest.testDifferentiatingFunctionThatReturnsNone INFO:tensorflow:time(__main__.BackpropTest.testDifferentiatingFunctionThatReturnsNone): 0.0s I0227 00:30:47.384654 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testDifferentiatingFunctionThatReturnsNone): 0.0s [ OK ] BackpropTest.testDifferentiatingFunctionThatReturnsNone [ RUN ] BackpropTest.testDifferentiatingScalarCache INFO:tensorflow:Running testDifferentiatingScalarCache in GRAPH mode. I0227 00:30:47.385648 281472970945584 test_util.py:1612] Running testDifferentiatingScalarCache in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.01s I0227 00:30:47.399368 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.01s INFO:tensorflow:Running testDifferentiatingScalarCache in EAGER mode. I0227 00:30:47.400442 281472970945584 test_util.py:1631] Running testDifferentiatingScalarCache in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.01s I0227 00:30:47.406113 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.01s [ OK ] BackpropTest.testDifferentiatingScalarCache [ RUN ] BackpropTest.testDy INFO:tensorflow:time(__main__.BackpropTest.testDy): 0.0s I0227 00:30:47.411870 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testDy): 0.0s [ OK ] BackpropTest.testDy [ RUN ] BackpropTest.testEmptyParams INFO:tensorflow:time(__main__.BackpropTest.testEmptyParams): 1.08s I0227 00:30:48.496629 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testEmptyParams): 1.08s [ OK ] BackpropTest.testEmptyParams [ RUN ] BackpropTest.testEmptyParamsForValueAndGradFunction INFO:tensorflow:time(__main__.BackpropTest.testEmptyParamsForValueAndGradFunction): 1.12s I0227 00:30:49.619211 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testEmptyParamsForValueAndGradFunction): 1.12s [ OK ] BackpropTest.testEmptyParamsForValueAndGradFunction [ RUN ] BackpropTest.testErrors INFO:tensorflow:time(__main__.BackpropTest.testErrors): 0.01s I0227 00:30:49.626090 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testErrors): 0.01s [ OK ] BackpropTest.testErrors [ RUN ] BackpropTest.testExceptionSafety INFO:tensorflow:time(__main__.BackpropTest.testExceptionSafety): 1.08s I0227 00:30:50.705885 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testExceptionSafety): 1.08s [ OK ] BackpropTest.testExceptionSafety [ RUN ] BackpropTest.testExplicitWatchedVariables INFO:tensorflow:time(__main__.BackpropTest.testExplicitWatchedVariables): 0.01s I0227 00:30:50.720467 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testExplicitWatchedVariables): 0.01s [ OK ] BackpropTest.testExplicitWatchedVariables [ RUN ] BackpropTest.testFunctionIndexedSlicesGradient INFO:tensorflow:time(__main__.BackpropTest.testFunctionIndexedSlicesGradient): 0.13s I0227 00:30:50.846852 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testFunctionIndexedSlicesGradient): 0.13s [ OK ] BackpropTest.testFunctionIndexedSlicesGradient [ RUN ] BackpropTest.testGPU WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py:1957: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.config.list_physical_devices('GPU')` instead. W0227 00:30:50.848466 281472970945584 deprecation.py:50] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py:1957: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.config.list_physical_devices('GPU')` instead. [ SKIPPED ] BackpropTest.testGPU INFO:tensorflow:time(__main__.BackpropTest.testGPU): 0.0s I0227 00:30:50.849097 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGPU): 0.0s [ RUN ] BackpropTest.testGPUImplicitGrad [ SKIPPED ] BackpropTest.testGPUImplicitGrad INFO:tensorflow:time(__main__.BackpropTest.testGPUImplicitGrad): 0.0s I0227 00:30:50.849860 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGPUImplicitGrad): 0.0s [ RUN ] BackpropTest.testGadientTapeCalledOnConstantTarget INFO:tensorflow:Running testGadientTapeCalledOnConstantTarget in GRAPH mode. I0227 00:30:51.371358 281472970945584 test_util.py:1612] Running testGadientTapeCalledOnConstantTarget in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 0.54s I0227 00:30:51.387355 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 0.54s INFO:tensorflow:Running testGadientTapeCalledOnConstantTarget in EAGER mode. I0227 00:30:51.388194 281472970945584 test_util.py:1631] Running testGadientTapeCalledOnConstantTarget in EAGER mode. [ FAILED ] BackpropTest.testGadientTapeCalledOnConstantTarget INFO:tensorflow:time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 0.57s I0227 00:30:51.958366 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 0.57s [ RUN ] BackpropTest.testGetAttrList INFO:tensorflow:time(__main__.BackpropTest.testGetAttrList): 0.0s I0227 00:30:51.959369 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGetAttrList): 0.0s [ OK ] BackpropTest.testGetAttrList [ RUN ] BackpropTest.testGetAttrType INFO:tensorflow:time(__main__.BackpropTest.testGetAttrType): 0.0s I0227 00:30:51.960082 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGetAttrType): 0.0s [ OK ] BackpropTest.testGetAttrType [ RUN ] BackpropTest.testGradGrad INFO:tensorflow:time(__main__.BackpropTest.testGradGrad): 1.18s I0227 00:30:53.140373 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradGrad): 1.18s [ OK ] BackpropTest.testGradGrad [ RUN ] BackpropTest.testGradGradExp INFO:tensorflow:time(__main__.BackpropTest.testGradGradExp): 1.4s I0227 00:30:54.541452 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradGradExp): 1.4s [ OK ] BackpropTest.testGradGradExp [ RUN ] BackpropTest.testGradientInsideLoop INFO:tensorflow:time(__main__.BackpropTest.testGradientInsideLoop): 0.05s I0227 00:30:54.588670 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradientInsideLoop): 0.05s [ OK ] BackpropTest.testGradientInsideLoop [ RUN ] BackpropTest.testGradientInteger INFO:tensorflow:time(__main__.BackpropTest.testGradientInteger): 0.01s I0227 00:30:54.595710 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradientInteger): 0.01s [ OK ] BackpropTest.testGradientInteger [ RUN ] BackpropTest.testGradientNone WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/util/dispatch.py:1260: softmax_cross_entropy_with_logits (from tensorflow.python.ops.nn_ops) is deprecated and will be removed in a future version. Instructions for updating: Future major versions of TensorFlow will allow gradients to flow into the labels input on backprop by default. See `tf.nn.softmax_cross_entropy_with_logits_v2`. W0227 00:30:55.029389 281472970945584 deprecation.py:50] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/util/dispatch.py:1260: softmax_cross_entropy_with_logits (from tensorflow.python.ops.nn_ops) is deprecated and will be removed in a future version. Instructions for updating: Future major versions of TensorFlow will allow gradients to flow into the labels input on backprop by default. See `tf.nn.softmax_cross_entropy_with_logits_v2`. INFO:tensorflow:time(__main__.BackpropTest.testGradientNone): 1.25s I0227 00:30:55.851195 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradientNone): 1.25s [ OK ] BackpropTest.testGradientNone [ RUN ] BackpropTest.testGradientTape INFO:tensorflow:Running testGradientTape in GRAPH mode. I0227 00:30:56.287266 281472970945584 test_util.py:1612] Running testGradientTape in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTape): 0.47s I0227 00:30:56.322269 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradientTape): 0.47s INFO:tensorflow:Running testGradientTape in EAGER mode. I0227 00:30:56.323544 281472970945584 test_util.py:1631] Running testGradientTape in EAGER mode. [ FAILED ] BackpropTest.testGradientTape INFO:tensorflow:time(__main__.BackpropTest.testGradientTape): 0.82s I0227 00:30:57.145249 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradientTape): 0.82s [ RUN ] BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes [ FAILED ] BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes): 1.65s I0227 00:30:58.800860 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes): 1.65s [ RUN ] BackpropTest.testGradientTapeGradientCalledMultipleTimes INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeGradientCalledMultipleTimes): 1.21s I0227 00:31:00.013309 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeGradientCalledMultipleTimes): 1.21s [ OK ] BackpropTest.testGradientTapeGradientCalledMultipleTimes [ RUN ] BackpropTest.testGradientTapeJacobianCalledMultipleTimes [ FAILED ] BackpropTest.testGradientTapeJacobianCalledMultipleTimes INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeJacobianCalledMultipleTimes): 1.54s I0227 00:31:01.551894 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeJacobianCalledMultipleTimes): 1.54s [ RUN ] BackpropTest.testGradientTapeReEnterContext INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeReEnterContext): 1.0s I0227 00:31:02.557190 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeReEnterContext): 1.0s [ OK ] BackpropTest.testGradientTapeReEnterContext [ RUN ] BackpropTest.testGradientTapeRepeatedSource INFO:tensorflow:Running testGradientTapeRepeatedSource in GRAPH mode. I0227 00:31:03.035248 281472970945584 test_util.py:1612] Running testGradientTapeRepeatedSource in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeRepeatedSource): 0.49s I0227 00:31:03.050623 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeRepeatedSource): 0.49s INFO:tensorflow:Running testGradientTapeRepeatedSource in EAGER mode. I0227 00:31:03.051768 281472970945584 test_util.py:1631] Running testGradientTapeRepeatedSource in EAGER mode. [ FAILED ] BackpropTest.testGradientTapeRepeatedSource INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeRepeatedSource): 15.56s I0227 00:31:18.612861 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeRepeatedSource): 15.56s [ RUN ] BackpropTest.testGradientTapeStructure INFO:tensorflow:Running testGradientTapeStructure in GRAPH mode. I0227 00:31:19.029567 281472970945584 test_util.py:1612] Running testGradientTapeStructure in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeStructure): 0.52s I0227 00:31:19.136525 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeStructure): 0.52s INFO:tensorflow:Running testGradientTapeStructure in EAGER mode. I0227 00:31:19.138156 281472970945584 test_util.py:1631] Running testGradientTapeStructure in EAGER mode. [ FAILED ] BackpropTest.testGradientTapeStructure INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeStructure): 0.79s I0227 00:31:19.932551 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeStructure): 0.79s [ RUN ] BackpropTest.testGradientTapeVariable INFO:tensorflow:Running testGradientTapeVariable in GRAPH mode. I0227 00:31:20.442471 281472970945584 test_util.py:1612] Running testGradientTapeVariable in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeVariable): 0.55s I0227 00:31:20.485674 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeVariable): 0.55s INFO:tensorflow:Running testGradientTapeVariable in EAGER mode. I0227 00:31:20.486697 281472970945584 test_util.py:1631] Running testGradientTapeVariable in EAGER mode. [ FAILED ] BackpropTest.testGradientTapeVariable INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeVariable): 0.57s I0227 00:31:21.059831 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeVariable): 0.57s [ RUN ] BackpropTest.testGradientTapeWithCond INFO:tensorflow:Running testGradientTapeWithCond in GRAPH mode. I0227 00:31:21.060846 281472970945584 test_util.py:1612] Running testGradientTapeWithCond in GRAPH mode. [ SKIPPED ] BackpropTest.testGradientTapeWithCond [graph_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithCond): 0.0s I0227 00:31:21.062212 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeWithCond): 0.0s INFO:tensorflow:Running testGradientTapeWithCond in EAGER mode. I0227 00:31:21.062872 281472970945584 test_util.py:1631] Running testGradientTapeWithCond in EAGER mode. [ SKIPPED ] BackpropTest.testGradientTapeWithCond [eager_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithCond): 0.0s I0227 00:31:21.063309 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeWithCond): 0.0s No pending test case: __main__.BackpropTest.testGradientTapeWithCond [ RUN ] BackpropTest.testGradientTapeWithWhileLoop INFO:tensorflow:Running testGradientTapeWithWhileLoop in GRAPH mode. I0227 00:31:21.063850 281472970945584 test_util.py:1612] Running testGradientTapeWithWhileLoop in GRAPH mode. [ SKIPPED ] BackpropTest.testGradientTapeWithWhileLoop [graph_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithWhileLoop): 0.0s I0227 00:31:21.064997 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeWithWhileLoop): 0.0s INFO:tensorflow:Running testGradientTapeWithWhileLoop in EAGER mode. I0227 00:31:21.065618 281472970945584 test_util.py:1631] Running testGradientTapeWithWhileLoop in EAGER mode. [ SKIPPED ] BackpropTest.testGradientTapeWithWhileLoop [eager_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithWhileLoop): 0.0s I0227 00:31:21.066036 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeWithWhileLoop): 0.0s No pending test case: __main__.BackpropTest.testGradientTapeWithWhileLoop [ RUN ] BackpropTest.testGradientWithinTapeBlock INFO:tensorflow:Running testGradientWithinTapeBlock in GRAPH mode. I0227 00:31:21.066567 281472970945584 test_util.py:1612] Running testGradientWithinTapeBlock in GRAPH mode. WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:31:21.096995 281472970945584 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. INFO:tensorflow:time(__main__.BackpropTest.testGradientWithinTapeBlock): 0.04s I0227 00:31:21.108597 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradientWithinTapeBlock): 0.04s INFO:tensorflow:Running testGradientWithinTapeBlock in EAGER mode. I0227 00:31:21.109627 281472970945584 test_util.py:1631] Running testGradientWithinTapeBlock in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientWithinTapeBlock): 0.01s I0227 00:31:21.123708 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradientWithinTapeBlock): 0.01s [ OK ] BackpropTest.testGradientWithinTapeBlock [ RUN ] BackpropTest.testGradientsFunctionInCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testGradientsFunctionInCustomGradient): 0.01s I0227 00:31:21.132116 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testGradientsFunctionInCustomGradient): 0.01s [ OK ] BackpropTest.testGradientsFunctionInCustomGradient [ RUN ] BackpropTest.testHigherOrderGradient INFO:tensorflow:Running testHigherOrderGradient in GRAPH mode. I0227 00:31:21.646365 281472970945584 test_util.py:1612] Running testHigherOrderGradient in GRAPH mode. WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:31:21.651261 281472970945584 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:31:21.659360 281472970945584 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. INFO:tensorflow:time(__main__.BackpropTest.testHigherOrderGradient): 0.58s I0227 00:31:21.716334 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testHigherOrderGradient): 0.58s INFO:tensorflow:Running testHigherOrderGradient in EAGER mode. I0227 00:31:21.717609 281472970945584 test_util.py:1631] Running testHigherOrderGradient in EAGER mode. [ FAILED ] BackpropTest.testHigherOrderGradient INFO:tensorflow:time(__main__.BackpropTest.testHigherOrderGradient): 0.59s I0227 00:31:22.304339 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testHigherOrderGradient): 0.59s [ RUN ] BackpropTest.testImplicitGradOrdering INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradOrdering): 0.02s I0227 00:31:22.320554 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradOrdering): 0.02s [ OK ] BackpropTest.testImplicitGradOrdering [ RUN ] BackpropTest.testImplicitGradOverEmbeddingLookup INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradOverEmbeddingLookup): 0.2s I0227 00:31:22.520486 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradOverEmbeddingLookup): 0.2s [ OK ] BackpropTest.testImplicitGradOverEmbeddingLookup [ RUN ] BackpropTest.testImplicitGradWithResourceVariable INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradWithResourceVariable): 0.01s I0227 00:31:22.534898 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradWithResourceVariable): 0.01s [ OK ] BackpropTest.testImplicitGradWithResourceVariable [ RUN ] BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue): 1.03s I0227 00:31:23.565319 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue): 1.03s [ OK ] BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue [ RUN ] BackpropTest.testInvalidRecordOperationMessage INFO:tensorflow:time(__main__.BackpropTest.testInvalidRecordOperationMessage): 0.0s I0227 00:31:23.569868 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testInvalidRecordOperationMessage): 0.0s [ OK ] BackpropTest.testInvalidRecordOperationMessage [ RUN ] BackpropTest.testJacobianCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testJacobianCustomGradient): 2.41s I0227 00:31:25.985191 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testJacobianCustomGradient): 2.41s [ OK ] BackpropTest.testJacobianCustomGradient [ RUN ] BackpropTest.testJacobianInsideGradientTapeScope [ FAILED ] BackpropTest.testJacobianInsideGradientTapeScope INFO:tensorflow:time(__main__.BackpropTest.testJacobianInsideGradientTapeScope): 1.41s I0227 00:31:27.395913 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testJacobianInsideGradientTapeScope): 1.41s [ RUN ] BackpropTest.testMakeAttrShape INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrShape): 0.0s I0227 00:31:27.397567 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrShape): 0.0s [ OK ] BackpropTest.testMakeAttrShape [ RUN ] BackpropTest.testMakeAttrShapeList INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrShapeList): 0.0s I0227 00:31:27.398613 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrShapeList): 0.0s [ OK ] BackpropTest.testMakeAttrShapeList [ RUN ] BackpropTest.testMakeAttrString INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrString): 0.0s I0227 00:31:27.399273 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrString): 0.0s [ OK ] BackpropTest.testMakeAttrString [ RUN ] BackpropTest.testMakeAttrStringList INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrStringList): 0.0s I0227 00:31:27.399981 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrStringList): 0.0s [ OK ] BackpropTest.testMakeAttrStringList [ RUN ] BackpropTest.testMakeAttrType INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrType): 0.0s I0227 00:31:27.400575 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrType): 0.0s [ OK ] BackpropTest.testMakeAttrType [ RUN ] BackpropTest.testMakeAttrTypeList INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrTypeList): 0.0s I0227 00:31:27.401154 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrTypeList): 0.0s [ OK ] BackpropTest.testMakeAttrTypeList [ RUN ] BackpropTest.testMakeVJP INFO:tensorflow:time(__main__.BackpropTest.testMakeVJP): 1.05s I0227 00:31:28.450504 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testMakeVJP): 1.05s [ OK ] BackpropTest.testMakeVJP [ RUN ] BackpropTest.testMulType INFO:tensorflow:time(__main__.BackpropTest.testMulType): 0.01s I0227 00:31:28.461450 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testMulType): 0.01s [ OK ] BackpropTest.testMulType [ RUN ] BackpropTest.testMultiValueConvertToTensor INFO:tensorflow:time(__main__.BackpropTest.testMultiValueConvertToTensor): 1.11s I0227 00:31:29.569512 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testMultiValueConvertToTensor): 1.11s [ OK ] BackpropTest.testMultiValueConvertToTensor [ RUN ] BackpropTest.testMultiValuePreservesIfNotDiffedAgainst INFO:tensorflow:time(__main__.BackpropTest.testMultiValuePreservesIfNotDiffedAgainst): 0.02s I0227 00:31:29.590358 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testMultiValuePreservesIfNotDiffedAgainst): 0.02s [ OK ] BackpropTest.testMultiValuePreservesIfNotDiffedAgainst [ RUN ] BackpropTest.testNameScope INFO:tensorflow:time(__main__.BackpropTest.testNameScope): 0.25s I0227 00:31:29.841631 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testNameScope): 0.25s [ OK ] BackpropTest.testNameScope [ RUN ] BackpropTest.testNestedGradients INFO:tensorflow:Running testNestedGradients in GRAPH mode. I0227 00:31:30.291520 281472970945584 test_util.py:1612] Running testNestedGradients in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testNestedGradients): 0.48s I0227 00:31:30.326390 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testNestedGradients): 0.48s INFO:tensorflow:Running testNestedGradients in EAGER mode. I0227 00:31:30.327736 281472970945584 test_util.py:1631] Running testNestedGradients in EAGER mode. [ FAILED ] BackpropTest.testNestedGradients INFO:tensorflow:time(__main__.BackpropTest.testNestedGradients): 0.68s I0227 00:31:31.012531 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testNestedGradients): 0.68s [ RUN ] BackpropTest.testNestedSelfContexts INFO:tensorflow:Running testNestedSelfContexts in GRAPH mode. I0227 00:31:31.013617 281472970945584 test_util.py:1612] Running testNestedSelfContexts in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testNestedSelfContexts): 0.02s I0227 00:31:31.035990 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testNestedSelfContexts): 0.02s INFO:tensorflow:Running testNestedSelfContexts in EAGER mode. I0227 00:31:31.037274 281472970945584 test_util.py:1631] Running testNestedSelfContexts in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testNestedSelfContexts): 0.01s I0227 00:31:31.044392 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testNestedSelfContexts): 0.01s [ OK ] BackpropTest.testNestedSelfContexts [ RUN ] BackpropTest.testNoOpBehaviorConsistentFunction INFO:tensorflow:time(__main__.BackpropTest.testNoOpBehaviorConsistentFunction): 0.34s I0227 00:31:31.382827 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testNoOpBehaviorConsistentFunction): 0.34s [ OK ] BackpropTest.testNoOpBehaviorConsistentFunction [ RUN ] BackpropTest.testNoOpBehaviorConsistentNoFunction INFO:tensorflow:time(__main__.BackpropTest.testNoOpBehaviorConsistentNoFunction): 0.03s I0227 00:31:31.418109 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testNoOpBehaviorConsistentNoFunction): 0.03s [ OK ] BackpropTest.testNoOpBehaviorConsistentNoFunction [ RUN ] BackpropTest.testNonEmptyParamsForValueAndGradFunction INFO:tensorflow:time(__main__.BackpropTest.testNonEmptyParamsForValueAndGradFunction): 1.28s I0227 00:31:32.700912 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testNonEmptyParamsForValueAndGradFunction): 1.28s [ OK ] BackpropTest.testNonEmptyParamsForValueAndGradFunction [ RUN ] BackpropTest.testOutput INFO:tensorflow:time(__main__.BackpropTest.testOutput): 0.02s I0227 00:31:32.717391 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testOutput): 0.02s [ OK ] BackpropTest.testOutput [ RUN ] BackpropTest.testOutputGradUsedInComputation INFO:tensorflow:time(__main__.BackpropTest.testOutputGradUsedInComputation): 0.01s I0227 00:31:32.726293 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testOutputGradUsedInComputation): 0.01s [ OK ] BackpropTest.testOutputGradUsedInComputation [ RUN ] BackpropTest.testOverrideSecondOrderWithCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testOverrideSecondOrderWithCustomGradient): 0.03s I0227 00:31:32.752550 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testOverrideSecondOrderWithCustomGradient): 0.03s [ OK ] BackpropTest.testOverrideSecondOrderWithCustomGradient [ RUN ] BackpropTest.testPartial INFO:tensorflow:time(__main__.BackpropTest.testPartial): 0.01s I0227 00:31:32.759507 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testPartial): 0.01s [ OK ] BackpropTest.testPartial [ RUN ] BackpropTest.testPersistentGradientTapeRepeatedSource INFO:tensorflow:Running testPersistentGradientTapeRepeatedSource in GRAPH mode. I0227 00:31:33.196126 281472970945584 test_util.py:1612] Running testPersistentGradientTapeRepeatedSource in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 0.48s I0227 00:31:33.241983 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 0.48s INFO:tensorflow:Running testPersistentGradientTapeRepeatedSource in EAGER mode. I0227 00:31:33.243381 281472970945584 test_util.py:1631] Running testPersistentGradientTapeRepeatedSource in EAGER mode. [ FAILED ] BackpropTest.testPersistentGradientTapeRepeatedSource INFO:tensorflow:time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 0.66s I0227 00:31:33.908282 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 0.66s [ RUN ] BackpropTest.testPersistentMakeVJP INFO:tensorflow:time(__main__.BackpropTest.testPersistentMakeVJP): 0.01s I0227 00:31:33.919512 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testPersistentMakeVJP): 0.01s [ OK ] BackpropTest.testPersistentMakeVJP [ RUN ] BackpropTest.testPersistentNestedTape INFO:tensorflow:Running testPersistentNestedTape in GRAPH mode. I0227 00:31:34.348228 281472970945584 test_util.py:1612] Running testPersistentNestedTape in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testPersistentNestedTape): 0.49s I0227 00:31:34.414779 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testPersistentNestedTape): 0.49s INFO:tensorflow:Running testPersistentNestedTape in EAGER mode. I0227 00:31:34.416330 281472970945584 test_util.py:1631] Running testPersistentNestedTape in EAGER mode. [ FAILED ] BackpropTest.testPersistentNestedTape INFO:tensorflow:time(__main__.BackpropTest.testPersistentNestedTape): 1.03s I0227 00:31:35.447237 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testPersistentNestedTape): 1.03s [ RUN ] BackpropTest.testPersistentTape INFO:tensorflow:Running testPersistentTape in GRAPH mode. I0227 00:31:35.954603 281472970945584 test_util.py:1612] Running testPersistentTape in GRAPH mode. [ SKIPPED ] BackpropTest.testPersistentTape [graph_mode] INFO:tensorflow:time(__main__.BackpropTest.testPersistentTape): 0.51s I0227 00:31:35.956170 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testPersistentTape): 0.51s INFO:tensorflow:Running testPersistentTape in EAGER mode. I0227 00:31:35.956953 281472970945584 test_util.py:1631] Running testPersistentTape in EAGER mode. [ SKIPPED ] BackpropTest.testPersistentTape [eager_mode] INFO:tensorflow:time(__main__.BackpropTest.testPersistentTape): 0.83s I0227 00:31:36.785234 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testPersistentTape): 0.83s No pending test case: __main__.BackpropTest.testPersistentTape [ RUN ] BackpropTest.testPythonMax INFO:tensorflow:time(__main__.BackpropTest.testPythonMax): 0.02s I0227 00:31:36.805721 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testPythonMax): 0.02s [ OK ] BackpropTest.testPythonMax [ RUN ] BackpropTest.testRecomputeGradWithDifferentShape INFO:tensorflow:time(__main__.BackpropTest.testRecomputeGradWithDifferentShape): 0.95s I0227 00:31:37.752990 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testRecomputeGradWithDifferentShape): 0.95s [ OK ] BackpropTest.testRecomputeGradWithDifferentShape [ RUN ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True) [ FAILED ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True) INFO:tensorflow:time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True)): 2.0s I0227 00:31:39.753775 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True)): 2.0s [ RUN ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False) [ FAILED ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False) INFO:tensorflow:time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False)): 1.49s I0227 00:31:41.245661 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False)): 1.49s [ RUN ] BackpropTest.testResourceHandleOutputWithoutHandleData INFO:tensorflow:time(__main__.BackpropTest.testResourceHandleOutputWithoutHandleData): 0.01s I0227 00:31:41.251796 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testResourceHandleOutputWithoutHandleData): 0.01s [ OK ] BackpropTest.testResourceHandleOutputWithoutHandleData [ RUN ] BackpropTest.testReturnSameThing INFO:tensorflow:time(__main__.BackpropTest.testReturnSameThing): 0.01s I0227 00:31:41.262259 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testReturnSameThing): 0.01s [ OK ] BackpropTest.testReturnSameThing [ RUN ] BackpropTest.testSameObjectForMultipleArguments INFO:tensorflow:time(__main__.BackpropTest.testSameObjectForMultipleArguments): 0.02s I0227 00:31:41.287722 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testSameObjectForMultipleArguments): 0.02s [ OK ] BackpropTest.testSameObjectForMultipleArguments [ RUN ] BackpropTest.testSecondGrad INFO:tensorflow:time(__main__.BackpropTest.testSecondGrad): 1.14s I0227 00:31:42.424629 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testSecondGrad): 1.14s [ OK ] BackpropTest.testSecondGrad [ RUN ] BackpropTest.testSelectivelyWatchVariables INFO:tensorflow:Running testSelectivelyWatchVariables in GRAPH mode. I0227 00:31:42.427166 281472970945584 test_util.py:1612] Running testSelectivelyWatchVariables in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.17s I0227 00:31:42.597022 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.17s INFO:tensorflow:Running testSelectivelyWatchVariables in EAGER mode. I0227 00:31:42.598431 281472970945584 test_util.py:1631] Running testSelectivelyWatchVariables in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.02s I0227 00:31:42.614718 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.02s [ OK ] BackpropTest.testSelectivelyWatchVariables [ RUN ] BackpropTest.testStopGradient INFO:tensorflow:time(__main__.BackpropTest.testStopGradient): 1.35s I0227 00:31:43.983908 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testStopGradient): 1.35s [ OK ] BackpropTest.testStopGradient [ RUN ] BackpropTest.testTapeGradientMultiTargetOneIsSource INFO:tensorflow:time(__main__.BackpropTest.testTapeGradientMultiTargetOneIsSource): 0.01s I0227 00:31:43.992447 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testTapeGradientMultiTargetOneIsSource): 0.01s [ OK ] BackpropTest.testTapeGradientMultiTargetOneIsSource [ RUN ] BackpropTest.testTapeGradientStringTarget WARNING:tensorflow:The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.string W0227 00:31:43.996632 281472970945584 backprop.py:875] The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.string INFO:tensorflow:time(__main__.BackpropTest.testTapeGradientStringTarget): 0.0s I0227 00:31:43.997565 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testTapeGradientStringTarget): 0.0s [ OK ] BackpropTest.testTapeGradientStringTarget [ RUN ] BackpropTest.testTapeIdentityGradientIsIdentity INFO:tensorflow:time(__main__.BackpropTest.testTapeIdentityGradientIsIdentity): 0.0s I0227 00:31:44.000741 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testTapeIdentityGradientIsIdentity): 0.0s [ OK ] BackpropTest.testTapeIdentityGradientIsIdentity [ RUN ] BackpropTest.testTapeNoOpGradient INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradient): 0.0s I0227 00:31:44.002139 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradient): 0.0s [ OK ] BackpropTest.testTapeNoOpGradient [ RUN ] BackpropTest.testTapeNoOpGradient2By2 INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradient2By2): 1.6s I0227 00:31:45.599629 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradient2By2): 1.6s [ OK ] BackpropTest.testTapeNoOpGradient2By2 [ RUN ] BackpropTest.testTapeNoOpGradientMultiTarget2By2 INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientMultiTarget2By2): 0.77s I0227 00:31:46.374441 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientMultiTarget2By2): 0.77s [ OK ] BackpropTest.testTapeNoOpGradientMultiTarget2By2 [ RUN ] BackpropTest.testTapeNoOpGradientStringSourceAndTarget WARNING:tensorflow:The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.string W0227 00:31:46.377472 281472970945584 backprop.py:875] The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.string INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientStringSourceAndTarget): 0.0s I0227 00:31:46.378410 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientStringSourceAndTarget): 0.0s [ OK ] BackpropTest.testTapeNoOpGradientStringSourceAndTarget [ RUN ] BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource): 0.0s I0227 00:31:46.383269 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource): 0.0s [ OK ] BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource [ RUN ] BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSource INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSource): 0.01s I0227 00:31:46.391266 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSource): 0.01s [ OK ] BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSource [ RUN ] BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSourceIncludeString WARNING:tensorflow:The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.string W0227 00:31:46.394048 281472970945584 backprop.py:875] The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.string INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSourceIncludeString): 0.01s I0227 00:31:46.400138 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSourceIncludeString): 0.01s [ OK ] BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSourceIncludeString [ RUN ] BackpropTest.testTapeNoOpOnVariableIsIdentity INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpOnVariableIsIdentity): 0.01s I0227 00:31:46.410223 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpOnVariableIsIdentity): 0.01s [ OK ] BackpropTest.testTapeNoOpOnVariableIsIdentity [ RUN ] BackpropTest.testTapeReset INFO:tensorflow:time(__main__.BackpropTest.testTapeReset): 0.01s I0227 00:31:46.424057 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testTapeReset): 0.01s [ OK ] BackpropTest.testTapeReset [ RUN ] BackpropTest.testTapeStopRecording INFO:tensorflow:time(__main__.BackpropTest.testTapeStopRecording): 0.01s I0227 00:31:46.433686 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testTapeStopRecording): 0.01s [ OK ] BackpropTest.testTapeStopRecording [ RUN ] BackpropTest.testTapeStopStartRecording INFO:tensorflow:time(__main__.BackpropTest.testTapeStopStartRecording): 0.01s I0227 00:31:46.447331 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testTapeStopStartRecording): 0.01s [ OK ] BackpropTest.testTapeStopStartRecording [ RUN ] BackpropTest.testTensorCopyCPU2GPU2CPU [ SKIPPED ] BackpropTest.testTensorCopyCPU2GPU2CPU INFO:tensorflow:time(__main__.BackpropTest.testTensorCopyCPU2GPU2CPU): 0.0s I0227 00:31:46.448698 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testTensorCopyCPU2GPU2CPU): 0.0s [ RUN ] BackpropTest.testTensorCopyGPU2CPU2GPU [ SKIPPED ] BackpropTest.testTensorCopyGPU2CPU2GPU INFO:tensorflow:time(__main__.BackpropTest.testTensorCopyGPU2CPU2GPU): 0.0s I0227 00:31:46.449418 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testTensorCopyGPU2CPU2GPU): 0.0s [ RUN ] BackpropTest.testTwoTargets INFO:tensorflow:time(__main__.BackpropTest.testTwoTargets): 0.01s I0227 00:31:46.456308 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testTwoTargets): 0.01s [ OK ] BackpropTest.testTwoTargets [ RUN ] BackpropTest.testUnconnectedGradientsDefault INFO:tensorflow:Running testUnconnectedGradientsDefault in GRAPH mode. I0227 00:31:46.884085 281472970945584 test_util.py:1612] Running testUnconnectedGradientsDefault in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsDefault): 0.43s I0227 00:31:46.891988 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsDefault): 0.43s INFO:tensorflow:Running testUnconnectedGradientsDefault in EAGER mode. I0227 00:31:46.892804 281472970945584 test_util.py:1631] Running testUnconnectedGradientsDefault in EAGER mode. [ FAILED ] BackpropTest.testUnconnectedGradientsDefault INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsDefault): 0.72s I0227 00:31:47.612219 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsDefault): 0.72s [ RUN ] BackpropTest.testUnconnectedGradientsNestedDefunZeros INFO:tensorflow:Running testUnconnectedGradientsNestedDefunZeros in GRAPH mode. I0227 00:31:47.612988 281472970945584 test_util.py:1612] Running testUnconnectedGradientsNestedDefunZeros in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.19s I0227 00:31:47.799570 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.19s INFO:tensorflow:Running testUnconnectedGradientsNestedDefunZeros in EAGER mode. I0227 00:31:47.800569 281472970945584 test_util.py:1631] Running testUnconnectedGradientsNestedDefunZeros in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.04s I0227 00:31:47.841242 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.04s [ OK ] BackpropTest.testUnconnectedGradientsNestedDefunZeros [ RUN ] BackpropTest.testUnconnectedGradientsVariablesZeros INFO:tensorflow:Running testUnconnectedGradientsVariablesZeros in GRAPH mode. I0227 00:31:48.359169 281472970945584 test_util.py:1612] Running testUnconnectedGradientsVariablesZeros in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 0.58s I0227 00:31:48.426588 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 0.58s INFO:tensorflow:Running testUnconnectedGradientsVariablesZeros in EAGER mode. I0227 00:31:48.428119 281472970945584 test_util.py:1631] Running testUnconnectedGradientsVariablesZeros in EAGER mode. [ FAILED ] BackpropTest.testUnconnectedGradientsVariablesZeros INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 0.74s I0227 00:31:49.165331 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 0.74s [ RUN ] BackpropTest.testUnconnectedGradientsZeros INFO:tensorflow:Running testUnconnectedGradientsZeros in GRAPH mode. I0227 00:31:49.614802 281472970945584 test_util.py:1612] Running testUnconnectedGradientsZeros in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsZeros): 0.48s I0227 00:31:49.646458 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsZeros): 0.48s INFO:tensorflow:Running testUnconnectedGradientsZeros in EAGER mode. I0227 00:31:49.647730 281472970945584 test_util.py:1631] Running testUnconnectedGradientsZeros in EAGER mode. [ FAILED ] BackpropTest.testUnconnectedGradientsZeros INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsZeros): 0.7s I0227 00:31:50.346766 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsZeros): 0.7s [ RUN ] BackpropTest.testUnconnectedNone INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedNone): 1.54s I0227 00:31:51.888926 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedNone): 1.54s [ OK ] BackpropTest.testUnconnectedNone [ RUN ] BackpropTest.testUnknownShapes INFO:tensorflow:time(__main__.BackpropTest.testUnknownShapes): 0.03s I0227 00:31:51.917944 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testUnknownShapes): 0.03s [ OK ] BackpropTest.testUnknownShapes [ RUN ] BackpropTest.testUnknownUnconnectedGradientsValueGiven INFO:tensorflow:Running testUnknownUnconnectedGradientsValueGiven in GRAPH mode. I0227 00:31:51.919299 281472970945584 test_util.py:1612] Running testUnknownUnconnectedGradientsValueGiven in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.01s I0227 00:31:51.925946 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.01s INFO:tensorflow:Running testUnknownUnconnectedGradientsValueGiven in EAGER mode. I0227 00:31:51.926872 281472970945584 test_util.py:1631] Running testUnknownUnconnectedGradientsValueGiven in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.01s I0227 00:31:51.932315 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.01s [ OK ] BackpropTest.testUnknownUnconnectedGradientsValueGiven [ RUN ] BackpropTest.testVariablesAndConstantsProduceTheSameGradients INFO:tensorflow:time(__main__.BackpropTest.testVariablesAndConstantsProduceTheSameGradients): 0.02s I0227 00:31:51.954360 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testVariablesAndConstantsProduceTheSameGradients): 0.02s [ OK ] BackpropTest.testVariablesAndConstantsProduceTheSameGradients [ RUN ] BackpropTest.testWatchBadThing INFO:tensorflow:Running testWatchBadThing in GRAPH mode. I0227 00:31:51.955820 281472970945584 test_util.py:1612] Running testWatchBadThing in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchBadThing): 0.0s I0227 00:31:51.957584 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testWatchBadThing): 0.0s INFO:tensorflow:Running testWatchBadThing in EAGER mode. I0227 00:31:51.958245 281472970945584 test_util.py:1631] Running testWatchBadThing in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchBadThing): 0.0s I0227 00:31:51.958703 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testWatchBadThing): 0.0s [ OK ] BackpropTest.testWatchBadThing [ RUN ] BackpropTest.testWatchComposite WARNING:tensorflow:The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.int64 W0227 00:31:51.963989 281472970945584 backprop.py:875] The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.int64 WARNING:tensorflow:The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.int64 W0227 00:31:51.964379 281472970945584 backprop.py:875] The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.int64 INFO:tensorflow:time(__main__.BackpropTest.testWatchComposite): 0.02s I0227 00:31:51.977632 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testWatchComposite): 0.02s [ OK ] BackpropTest.testWatchComposite [ RUN ] BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall INFO:tensorflow:time(__main__.BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall): 0.01s I0227 00:31:51.987107 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall): 0.01s [ OK ] BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall [ RUN ] BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape INFO:tensorflow:time(__main__.BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape): 0.01s I0227 00:31:51.997508 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape): 0.01s [ OK ] BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape [ RUN ] BackpropTest.testWatchedVariablesRespectReset INFO:tensorflow:time(__main__.BackpropTest.testWatchedVariablesRespectReset): 0.01s I0227 00:31:52.008095 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testWatchedVariablesRespectReset): 0.01s [ OK ] BackpropTest.testWatchedVariablesRespectReset [ RUN ] BackpropTest.testWatchingIsTapeLocal INFO:tensorflow:Running testWatchingIsTapeLocal in GRAPH mode. I0227 00:31:52.009315 281472970945584 test_util.py:1612] Running testWatchingIsTapeLocal in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.08s I0227 00:31:52.084457 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.08s INFO:tensorflow:Running testWatchingIsTapeLocal in EAGER mode. I0227 00:31:52.085946 281472970945584 test_util.py:1631] Running testWatchingIsTapeLocal in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.02s I0227 00:31:52.104391 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.02s [ OK ] BackpropTest.testWatchingIsTapeLocal [ RUN ] BackpropTest.testWhereGradient INFO:tensorflow:time(__main__.BackpropTest.testWhereGradient): 0.02s I0227 00:31:52.122734 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testWhereGradient): 0.02s [ OK ] BackpropTest.testWhereGradient [ RUN ] BackpropTest.testZerosCacheDoesntLeakAcrossGraphs INFO:tensorflow:time(__main__.BackpropTest.testZerosCacheDoesntLeakAcrossGraphs): 0.1s I0227 00:31:52.220148 281472970945584 test_util.py:2620] time(__main__.BackpropTest.testZerosCacheDoesntLeakAcrossGraphs): 0.1s [ OK ] BackpropTest.testZerosCacheDoesntLeakAcrossGraphs [ RUN ] BackpropTest.test_session [ SKIPPED ] BackpropTest.test_session [ RUN ] BackpropTest.test_stop_gradient_hides_downstream_ops INFO:tensorflow:time(__main__.BackpropTest.test_stop_gradient_hides_downstream_ops): 0.1s I0227 00:31:52.326591 281472970945584 test_util.py:2620] time(__main__.BackpropTest.test_stop_gradient_hides_downstream_ops): 0.1s [ OK ] BackpropTest.test_stop_gradient_hides_downstream_ops [ RUN ] BatchJacobianTest.testBadInputRank INFO:tensorflow:Running testBadInputRank in GRAPH mode. I0227 00:31:52.327897 281472970945584 test_util.py:1612] Running testBadInputRank in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadInputRank): 0.01s I0227 00:31:52.335112 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.testBadInputRank): 0.01s INFO:tensorflow:Running testBadInputRank in EAGER mode. I0227 00:31:52.335999 281472970945584 test_util.py:1631] Running testBadInputRank in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadInputRank): 0.01s I0227 00:31:52.343115 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.testBadInputRank): 0.01s [ OK ] BatchJacobianTest.testBadInputRank [ RUN ] BatchJacobianTest.testBadOutputRank INFO:tensorflow:Running testBadOutputRank in GRAPH mode. I0227 00:31:52.344185 281472970945584 test_util.py:1612] Running testBadOutputRank in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s I0227 00:31:52.350780 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s INFO:tensorflow:Running testBadOutputRank in EAGER mode. I0227 00:31:52.351697 281472970945584 test_util.py:1631] Running testBadOutputRank in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s I0227 00:31:52.358346 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s [ OK ] BatchJacobianTest.testBadOutputRank [ RUN ] BatchJacobianTest.testBadShape INFO:tensorflow:Running testBadShape in GRAPH mode. I0227 00:31:52.359429 281472970945584 test_util.py:1612] Running testBadShape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadShape): 0.01s I0227 00:31:52.366241 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.testBadShape): 0.01s INFO:tensorflow:Running testBadShape in EAGER mode. I0227 00:31:52.367173 281472970945584 test_util.py:1631] Running testBadShape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadShape): 0.01s I0227 00:31:52.373769 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.testBadShape): 0.01s [ OK ] BatchJacobianTest.testBadShape [ RUN ] BatchJacobianTest.testPersistentTape INFO:tensorflow:Running testPersistentTape in GRAPH mode. I0227 00:31:52.374849 281472970945584 test_util.py:1612] Running testPersistentTape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPersistentTape): 0.0s I0227 00:31:52.376214 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.testPersistentTape): 0.0s INFO:tensorflow:Running testPersistentTape in EAGER mode. I0227 00:31:52.376882 281472970945584 test_util.py:1631] Running testPersistentTape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPersistentTape): 0.02s I0227 00:31:52.395807 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.testPersistentTape): 0.02s [ OK ] BatchJacobianTest.testPersistentTape [ RUN ] BatchJacobianTest.testPfor INFO:tensorflow:Running testPfor in GRAPH mode. I0227 00:31:52.397290 281472970945584 test_util.py:1612] Running testPfor in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPfor): 0.35s I0227 00:31:52.746984 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.testPfor): 0.35s INFO:tensorflow:Running testPfor in EAGER mode. I0227 00:31:52.749571 281472970945584 test_util.py:1631] Running testPfor in EAGER mode. WARNING:tensorflow:5 out of the last 5 calls to .f at 0xfffe3868a480> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:31:53.090499 281472970945584 polymorphic_function.py:157] 5 out of the last 5 calls to .f at 0xfffe3868a480> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. INFO:tensorflow:time(__main__.BatchJacobianTest.testPfor): 0.36s I0227 00:31:53.113353 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.testPfor): 0.36s [ OK ] BatchJacobianTest.testPfor [ RUN ] BatchJacobianTest.testPforDefun INFO:tensorflow:Running testPforDefun in GRAPH mode. I0227 00:31:53.115093 281472970945584 test_util.py:1612] Running testPforDefun in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPforDefun): 0.73s I0227 00:31:53.842865 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.testPforDefun): 0.73s INFO:tensorflow:Running testPforDefun in EAGER mode. I0227 00:31:53.845483 281472970945584 test_util.py:1631] Running testPforDefun in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPforDefun): 0.43s I0227 00:31:54.270798 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.testPforDefun): 0.43s [ OK ] BatchJacobianTest.testPforDefun [ RUN ] BatchJacobianTest.testWhileLoop INFO:tensorflow:Running testWhileLoop in GRAPH mode. I0227 00:31:54.271610 281472970945584 test_util.py:1612] Running testWhileLoop in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoop): 0.28s I0227 00:31:54.554064 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoop): 0.28s INFO:tensorflow:Running testWhileLoop in EAGER mode. I0227 00:31:54.556311 281472970945584 test_util.py:1631] Running testWhileLoop in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoop): 0.09s I0227 00:31:54.647963 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoop): 0.09s [ OK ] BatchJacobianTest.testWhileLoop [ RUN ] BatchJacobianTest.testWhileLoopDefun INFO:tensorflow:Running testWhileLoopDefun in GRAPH mode. I0227 00:31:54.649928 281472970945584 test_util.py:1612] Running testWhileLoopDefun in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoopDefun): 0.87s I0227 00:31:55.519978 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoopDefun): 0.87s INFO:tensorflow:Running testWhileLoopDefun in EAGER mode. I0227 00:31:55.522522 281472970945584 test_util.py:1631] Running testWhileLoopDefun in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoopDefun): 0.55s I0227 00:31:56.076171 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoopDefun): 0.55s [ OK ] BatchJacobianTest.testWhileLoopDefun [ RUN ] BatchJacobianTest.test_degenerate_shape0 (True, True) INFO:tensorflow:Running test_degenerate_shape in GRAPH mode. I0227 00:31:56.076972 281472970945584 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 0.5s I0227 00:31:56.575937 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 0.5s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0227 00:31:56.577678 281472970945584 test_util.py:1631] Running test_degenerate_shape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 0.6s I0227 00:31:57.173720 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 0.6s [ OK ] BatchJacobianTest.test_degenerate_shape0 (True, True) [ RUN ] BatchJacobianTest.test_degenerate_shape1 (True, False) INFO:tensorflow:Running test_degenerate_shape in GRAPH mode. I0227 00:31:57.174720 281472970945584 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.65s I0227 00:31:57.827522 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.65s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0227 00:31:57.829404 281472970945584 test_util.py:1631] Running test_degenerate_shape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.57s I0227 00:31:58.400918 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.57s [ OK ] BatchJacobianTest.test_degenerate_shape1 (True, False) [ RUN ] BatchJacobianTest.test_degenerate_shape2 (False, True) INFO:tensorflow:Running test_degenerate_shape in GRAPH mode. I0227 00:31:58.401942 281472970945584 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape2 (False, True)): 0.5s I0227 00:31:58.902138 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape2 (False, True)): 0.5s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0227 00:31:58.903625 281472970945584 test_util.py:1631] Running test_degenerate_shape in EAGER mode. WARNING:tensorflow:6 out of the last 6 calls to .f at 0xfffe3868ab60> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:31:59.554646 281472970945584 polymorphic_function.py:157] 6 out of the last 6 calls to .f at 0xfffe3868ab60> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape2 (False, True)): 0.66s I0227 00:31:59.565532 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape2 (False, True)): 0.66s [ OK ] BatchJacobianTest.test_degenerate_shape2 (False, True) [ RUN ] BatchJacobianTest.test_degenerate_shape3 (False, False) INFO:tensorflow:Running test_degenerate_shape in GRAPH mode. I0227 00:31:59.566875 281472970945584 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape3 (False, False)): 0.21s I0227 00:31:59.775829 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape3 (False, False)): 0.21s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0227 00:31:59.777752 281472970945584 test_util.py:1631] Running test_degenerate_shape in EAGER mode. 2024-02-27 00:31:59.798867: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: INVALID_ARGUMENT: indices = 0 is not in [0, 0) INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape3 (False, False)): 0.05s I0227 00:31:59.828307 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape3 (False, False)): 0.05s [ OK ] BatchJacobianTest.test_degenerate_shape3 (False, False) [ RUN ] BatchJacobianTest.test_parallel_iterations INFO:tensorflow:Running test_parallel_iterations in GRAPH mode. I0227 00:31:59.829655 281472970945584 test_util.py:1612] Running test_parallel_iterations in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_parallel_iterations): 1.81s I0227 00:32:01.636106 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.test_parallel_iterations): 1.81s INFO:tensorflow:Running test_parallel_iterations in EAGER mode. I0227 00:32:01.642172 281472970945584 test_util.py:1631] Running test_parallel_iterations in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_parallel_iterations): 2.03s I0227 00:32:03.670085 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.test_parallel_iterations): 2.03s [ OK ] BatchJacobianTest.test_parallel_iterations [ RUN ] BatchJacobianTest.test_session [ SKIPPED ] BatchJacobianTest.test_session [ RUN ] BatchJacobianTest.test_strided_slice INFO:tensorflow:Running test_strided_slice in GRAPH mode. I0227 00:32:03.671835 281472970945584 test_util.py:1612] Running test_strided_slice in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_strided_slice): 0.42s I0227 00:32:04.094395 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.test_strided_slice): 0.42s INFO:tensorflow:Running test_strided_slice in EAGER mode. I0227 00:32:04.095291 281472970945584 test_util.py:1631] Running test_strided_slice in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_strided_slice): 0.45s I0227 00:32:04.540861 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.test_strided_slice): 0.45s [ OK ] BatchJacobianTest.test_strided_slice [ RUN ] BatchJacobianTest.test_zeros_type_correct0 (True) INFO:tensorflow:Running test_zeros_type_correct in GRAPH mode. I0227 00:32:04.542636 281472970945584 test_util.py:1612] Running test_zeros_type_correct in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 0.91s I0227 00:32:05.455081 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 0.91s INFO:tensorflow:Running test_zeros_type_correct in EAGER mode. I0227 00:32:05.458087 281472970945584 test_util.py:1631] Running test_zeros_type_correct in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 1.19s I0227 00:32:06.652253 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 1.19s [ OK ] BatchJacobianTest.test_zeros_type_correct0 (True) [ RUN ] BatchJacobianTest.test_zeros_type_correct1 (False) INFO:tensorflow:Running test_zeros_type_correct in GRAPH mode. I0227 00:32:06.653674 281472970945584 test_util.py:1612] Running test_zeros_type_correct in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 1.02s I0227 00:32:07.676755 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 1.02s INFO:tensorflow:Running test_zeros_type_correct in EAGER mode. I0227 00:32:07.682759 281472970945584 test_util.py:1631] Running test_zeros_type_correct in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 0.2s I0227 00:32:07.884566 281472970945584 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 0.2s [ OK ] BatchJacobianTest.test_zeros_type_correct1 (False) [ RUN ] JacobianTest.testPersistentTape [ SKIPPED ] JacobianTest.testPersistentTape INFO:tensorflow:time(__main__.JacobianTest.testPersistentTape): 0.0s I0227 00:32:07.887076 281472970945584 test_util.py:2620] time(__main__.JacobianTest.testPersistentTape): 0.0s [ RUN ] JacobianTest.testPfor [ SKIPPED ] JacobianTest.testPfor INFO:tensorflow:time(__main__.JacobianTest.testPfor): 0.0s I0227 00:32:07.887837 281472970945584 test_util.py:2620] time(__main__.JacobianTest.testPfor): 0.0s [ RUN ] JacobianTest.testPforDefun [ SKIPPED ] JacobianTest.testPforDefun INFO:tensorflow:time(__main__.JacobianTest.testPforDefun): 0.0s I0227 00:32:07.888448 281472970945584 test_util.py:2620] time(__main__.JacobianTest.testPforDefun): 0.0s [ RUN ] JacobianTest.testWhileLoop [ SKIPPED ] JacobianTest.testWhileLoop INFO:tensorflow:time(__main__.JacobianTest.testWhileLoop): 0.0s I0227 00:32:07.889037 281472970945584 test_util.py:2620] time(__main__.JacobianTest.testWhileLoop): 0.0s [ RUN ] JacobianTest.testWhileLoopDefun [ SKIPPED ] JacobianTest.testWhileLoopDefun INFO:tensorflow:time(__main__.JacobianTest.testWhileLoopDefun): 0.0s I0227 00:32:07.889617 281472970945584 test_util.py:2620] time(__main__.JacobianTest.testWhileLoopDefun): 0.0s [ RUN ] JacobianTest.test_cond_func_grad_jacobian WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:32:08.389687 281472970945584 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. INFO:tensorflow:time(__main__.JacobianTest.test_cond_func_grad_jacobian): 2.94s I0227 00:32:10.827932 281472970945584 test_util.py:2620] time(__main__.JacobianTest.test_cond_func_grad_jacobian): 2.94s [ OK ] JacobianTest.test_cond_func_grad_jacobian [ RUN ] JacobianTest.test_empty_tensor_consistent_jacobian 2024-02-27 00:32:11.078416: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: INVALID_ARGUMENT: indices = 0 is not in [0, 0) INFO:tensorflow:time(__main__.JacobianTest.test_empty_tensor_consistent_jacobian): 0.25s I0227 00:32:11.082652 281472970945584 test_util.py:2620] time(__main__.JacobianTest.test_empty_tensor_consistent_jacobian): 0.25s [ OK ] JacobianTest.test_empty_tensor_consistent_jacobian [ RUN ] JacobianTest.test_foldl_partial_function INFO:tensorflow:time(__main__.JacobianTest.test_foldl_partial_function): 9.49s I0227 00:32:20.572561 281472970945584 test_util.py:2620] time(__main__.JacobianTest.test_foldl_partial_function): 9.49s [ OK ] JacobianTest.test_foldl_partial_function [ RUN ] JacobianTest.test_foldl_pure_function INFO:tensorflow:time(__main__.JacobianTest.test_foldl_pure_function): 4.72s I0227 00:32:25.295222 281472970945584 test_util.py:2620] time(__main__.JacobianTest.test_foldl_pure_function): 4.72s [ OK ] JacobianTest.test_foldl_pure_function [ RUN ] JacobianTest.test_grad_jacobian_conv INFO:tensorflow:time(__main__.JacobianTest.test_grad_jacobian_conv): 3.09s I0227 00:32:28.386479 281472970945584 test_util.py:2620] time(__main__.JacobianTest.test_grad_jacobian_conv): 3.09s [ OK ] JacobianTest.test_grad_jacobian_conv [ RUN ] JacobianTest.test_indexed_slices INFO:tensorflow:Running test_indexed_slices in GRAPH mode. I0227 00:32:28.388563 281472970945584 test_util.py:1612] Running test_indexed_slices in GRAPH mode. WARNING:tensorflow:Converting IndexedSlices(indices=Tensor("gradient_tape/embedding_lookup/Reshape_1:0", shape=(2,), dtype=int32), values=Tensor("gradient_tape/embedding_lookup/Reshape:0", shape=(2, 2), dtype=float32), dense_shape=Tensor("gradient_tape/embedding_lookup/Cast:0", shape=(2,), dtype=int32)) to a dense representation may make it slow. Alternatively, output the indices and values of the IndexedSlices separately, and handle the vectorized outputs directly. W0227 00:32:28.468217 281472970945584 control_flow_ops.py:320] Converting IndexedSlices(indices=Tensor("gradient_tape/embedding_lookup/Reshape_1:0", shape=(2,), dtype=int32), values=Tensor("gradient_tape/embedding_lookup/Reshape:0", shape=(2, 2), dtype=float32), dense_shape=Tensor("gradient_tape/embedding_lookup/Cast:0", shape=(2,), dtype=int32)) to a dense representation may make it slow. Alternatively, output the indices and values of the IndexedSlices separately, and handle the vectorized outputs directly. INFO:tensorflow:time(__main__.JacobianTest.test_indexed_slices): 0.58s I0227 00:32:28.970573 281472970945584 test_util.py:2620] time(__main__.JacobianTest.test_indexed_slices): 0.58s INFO:tensorflow:Running test_indexed_slices in EAGER mode. I0227 00:32:28.973442 281472970945584 test_util.py:1631] Running test_indexed_slices in EAGER mode. WARNING:tensorflow:Converting IndexedSlices(indices=Tensor("gradient_tape/Reshape_2:0", shape=(2,), dtype=int32), values=Tensor("gradient_tape/Reshape_1:0", shape=(2, 2), dtype=float32), dense_shape=Tensor("gradient_tape/Cast:0", shape=(2,), dtype=int32, device=/job:localhost/replica:0/task:0/device:CPU:0)) to a dense representation may make it slow. Alternatively, output the indices and values of the IndexedSlices separately, and handle the vectorized outputs directly. W0227 00:32:29.314607 281472970945584 control_flow_ops.py:320] Converting IndexedSlices(indices=Tensor("gradient_tape/Reshape_2:0", shape=(2,), dtype=int32), values=Tensor("gradient_tape/Reshape_1:0", shape=(2, 2), dtype=float32), dense_shape=Tensor("gradient_tape/Cast:0", shape=(2,), dtype=int32, device=/job:localhost/replica:0/task:0/device:CPU:0)) to a dense representation may make it slow. Alternatively, output the indices and values of the IndexedSlices separately, and handle the vectorized outputs directly. INFO:tensorflow:time(__main__.JacobianTest.test_indexed_slices): 0.79s I0227 00:32:29.766073 281472970945584 test_util.py:2620] time(__main__.JacobianTest.test_indexed_slices): 0.79s [ OK ] JacobianTest.test_indexed_slices [ RUN ] JacobianTest.test_nested_batch_jacobian_foldl INFO:tensorflow:time(__main__.JacobianTest.test_nested_batch_jacobian_foldl): 44.79s I0227 00:33:14.559624 281472970945584 test_util.py:2620] time(__main__.JacobianTest.test_nested_batch_jacobian_foldl): 44.79s [ OK ] JacobianTest.test_nested_batch_jacobian_foldl [ RUN ] JacobianTest.test_nested_jacobian INFO:tensorflow:Running test_nested_jacobian in GRAPH mode. I0227 00:33:14.561816 281472970945584 test_util.py:1612] Running test_nested_jacobian in GRAPH mode. INFO:tensorflow:time(__main__.JacobianTest.test_nested_jacobian): 0.6s I0227 00:33:15.166041 281472970945584 test_util.py:2620] time(__main__.JacobianTest.test_nested_jacobian): 0.6s INFO:tensorflow:Running test_nested_jacobian in EAGER mode. I0227 00:33:15.168657 281472970945584 test_util.py:1631] Running test_nested_jacobian in EAGER mode. [ SKIPPED ] JacobianTest.test_nested_jacobian [eager_mode] INFO:tensorflow:time(__main__.JacobianTest.test_nested_jacobian): 0.0s I0227 00:33:15.169160 281472970945584 test_util.py:2620] time(__main__.JacobianTest.test_nested_jacobian): 0.0s No pending test case: __main__.JacobianTest.test_nested_jacobian [ RUN ] JacobianTest.test_parallel_iterations [ SKIPPED ] JacobianTest.test_parallel_iterations INFO:tensorflow:time(__main__.JacobianTest.test_parallel_iterations): 0.0s I0227 00:33:15.169853 281472970945584 test_util.py:2620] time(__main__.JacobianTest.test_parallel_iterations): 0.0s [ RUN ] JacobianTest.test_session [ SKIPPED ] JacobianTest.test_session ====================================================================== ERROR: testBatchJacobianInsideGradientTapeScope (__main__.BackpropTest) BackpropTest.testBatchJacobianInsideGradientTapeScope ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testGadientTapeCalledOnConstantTarget (__main__.BackpropTest) BackpropTest.testGadientTapeCalledOnConstantTarget ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testGradientTape (__main__.BackpropTest) BackpropTest.testGradientTape ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testGradientTapeBatchJacobianCalledMultipleTimes (__main__.BackpropTest) BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testGradientTapeJacobianCalledMultipleTimes (__main__.BackpropTest) BackpropTest.testGradientTapeJacobianCalledMultipleTimes ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testGradientTapeRepeatedSource (__main__.BackpropTest) BackpropTest.testGradientTapeRepeatedSource ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testGradientTapeStructure (__main__.BackpropTest) BackpropTest.testGradientTapeStructure ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testGradientTapeVariable (__main__.BackpropTest) BackpropTest.testGradientTapeVariable ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testHigherOrderGradient (__main__.BackpropTest) BackpropTest.testHigherOrderGradient ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testJacobianInsideGradientTapeScope (__main__.BackpropTest) BackpropTest.testJacobianInsideGradientTapeScope ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testNestedGradients (__main__.BackpropTest) BackpropTest.testNestedGradients ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testPersistentGradientTapeRepeatedSource (__main__.BackpropTest) BackpropTest.testPersistentGradientTapeRepeatedSource ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testPersistentNestedTape (__main__.BackpropTest) BackpropTest.testPersistentNestedTape ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testUnconnectedGradientsDefault (__main__.BackpropTest) BackpropTest.testUnconnectedGradientsDefault ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testUnconnectedGradientsVariablesZeros (__main__.BackpropTest) BackpropTest.testUnconnectedGradientsVariablesZeros ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testUnconnectedGradientsZeros (__main__.BackpropTest) BackpropTest.testUnconnectedGradientsZeros ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== FAIL: testRecomputeGradWithNestedFunctionAndWhileLoop0 (True) (__main__.BackpropTest) BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True) testRecomputeGradWithNestedFunctionAndWhileLoop(True) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 318, in bound_param_test return test_method(self, testcase_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 123, 'Operation': 108, 'TensorShape': 66}) ====================================================================== FAIL: testRecomputeGradWithNestedFunctionAndWhileLoop1 (False) (__main__.BackpropTest) BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False) testRecomputeGradWithNestedFunctionAndWhileLoop(False) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 318, in bound_param_test return test_method(self, testcase_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 123, 'Operation': 108, 'TensorShape': 66}) ---------------------------------------------------------------------- Ran 159 tests in 156.819s FAILED (failures=2, errors=16, skipped=21) ================================================================================ ==================== Test output for //tensorflow/python/eager:backprop_test_cpu: Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] AggregateIndexedSlicesGradientsTest.testMixedTensorAndIndexedSlices INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testMixedTensorAndIndexedSlices): 0.33s I0227 00:33:23.983962 281473605399600 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testMixedTensorAndIndexedSlices): 0.33s [ OK ] AggregateIndexedSlicesGradientsTest.testMixedTensorAndIndexedSlices [ RUN ] AggregateIndexedSlicesGradientsTest.testMultipleGradients INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradients): 0.06s I0227 00:33:24.043303 281473605399600 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradients): 0.06s [ OK ] AggregateIndexedSlicesGradientsTest.testMultipleGradients [ RUN ] AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones): 0.04s I0227 00:33:24.079925 281473605399600 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones): 0.04s [ OK ] AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones [ RUN ] AggregateIndexedSlicesGradientsTest.testNoGradients INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testNoGradients): 0.0s I0227 00:33:24.080888 281473605399600 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testNoGradients): 0.0s [ OK ] AggregateIndexedSlicesGradientsTest.testNoGradients [ RUN ] AggregateIndexedSlicesGradientsTest.testOneGradient INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testOneGradient): 0.04s I0227 00:33:24.120400 281473605399600 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testOneGradient): 0.04s [ OK ] AggregateIndexedSlicesGradientsTest.testOneGradient [ RUN ] AggregateIndexedSlicesGradientsTest.test_session [ SKIPPED ] AggregateIndexedSlicesGradientsTest.test_session [ RUN ] BackpropTest.testAggregateGradients INFO:tensorflow:Running testAggregateGradients in GRAPH mode. I0227 00:33:24.122205 281473605399600 test_util.py:1612] Running testAggregateGradients in GRAPH mode. WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/contextlib.py:105: TensorFlowTestCase.test_session (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `self.session()` or `self.cached_session()` instead. W0227 00:33:24.122881 281473605399600 deprecation.py:50] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/contextlib.py:105: TensorFlowTestCase.test_session (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `self.session()` or `self.cached_session()` instead. 2024-02-27 00:33:24.235643: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:388] MLIR V1 optimization pass is not enabled INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradients): 0.43s I0227 00:33:24.556486 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradients): 0.43s INFO:tensorflow:Running testAggregateGradients in EAGER mode. I0227 00:33:24.558622 281473605399600 test_util.py:1631] Running testAggregateGradients in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradients): 0.09s I0227 00:33:24.646150 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradients): 0.09s [ OK ] BackpropTest.testAggregateGradients [ RUN ] BackpropTest.testAggregateGradientsWithTensor INFO:tensorflow:Running testAggregateGradientsWithTensor in GRAPH mode. I0227 00:33:24.648012 281473605399600 test_util.py:1612] Running testAggregateGradientsWithTensor in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.44s I0227 00:33:25.085906 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.44s INFO:tensorflow:Running testAggregateGradientsWithTensor in EAGER mode. I0227 00:33:25.087645 281473605399600 test_util.py:1631] Running testAggregateGradientsWithTensor in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.04s I0227 00:33:25.131035 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.04s [ OK ] BackpropTest.testAggregateGradientsWithTensor [ RUN ] BackpropTest.testArgmax INFO:tensorflow:time(__main__.BackpropTest.testArgmax): 2.37s I0227 00:33:27.501183 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testArgmax): 2.37s [ OK ] BackpropTest.testArgmax [ RUN ] BackpropTest.testArgsGradientFunction INFO:tensorflow:time(__main__.BackpropTest.testArgsGradientFunction): 0.01s I0227 00:33:27.511031 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testArgsGradientFunction): 0.01s [ OK ] BackpropTest.testArgsGradientFunction [ RUN ] BackpropTest.testAutomaticWatchedVariables INFO:tensorflow:time(__main__.BackpropTest.testAutomaticWatchedVariables): 0.02s I0227 00:33:27.528519 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testAutomaticWatchedVariables): 0.02s [ OK ] BackpropTest.testAutomaticWatchedVariables [ RUN ] BackpropTest.testBatchJacobianInsideGradientTapeScope WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:33:28.143434 281473605399600 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. [ FAILED ] BackpropTest.testBatchJacobianInsideGradientTapeScope INFO:tensorflow:time(__main__.BackpropTest.testBatchJacobianInsideGradientTapeScope): 1.84s I0227 00:33:29.374602 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testBatchJacobianInsideGradientTapeScope): 1.84s [ RUN ] BackpropTest.testBatchJacobianParallelIterations INFO:tensorflow:time(__main__.BackpropTest.testBatchJacobianParallelIterations): 1.84s I0227 00:33:31.220337 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testBatchJacobianParallelIterations): 1.84s [ OK ] BackpropTest.testBatchJacobianParallelIterations [ RUN ] BackpropTest.testCPU INFO:tensorflow:time(__main__.BackpropTest.testCPU): 1.81s I0227 00:33:33.034040 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testCPU): 1.81s [ OK ] BackpropTest.testCPU [ RUN ] BackpropTest.testCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testCustomGradient): 1.93s I0227 00:33:35.000568 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testCustomGradient): 1.93s [ OK ] BackpropTest.testCustomGradient [ RUN ] BackpropTest.testCustomGradientEmptyError INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientEmptyError): 0.01s I0227 00:33:35.013738 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientEmptyError): 0.01s [ OK ] BackpropTest.testCustomGradientEmptyError [ RUN ] BackpropTest.testCustomGradientForwardprop INFO:tensorflow:Running testCustomGradientForwardprop in GRAPH mode. I0227 00:33:35.014819 281473605399600 test_util.py:1612] Running testCustomGradientForwardprop in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientForwardprop): 0.06s I0227 00:33:35.074213 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientForwardprop): 0.06s INFO:tensorflow:Running testCustomGradientForwardprop in EAGER mode. I0227 00:33:35.075348 281473605399600 test_util.py:1631] Running testCustomGradientForwardprop in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientForwardprop): 0.02s I0227 00:33:35.091108 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientForwardprop): 0.02s [ OK ] BackpropTest.testCustomGradientForwardprop [ RUN ] BackpropTest.testCustomGradientIdentity INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientIdentity): 1.34s I0227 00:33:36.430835 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientIdentity): 1.34s [ OK ] BackpropTest.testCustomGradientIdentity [ RUN ] BackpropTest.testCustomGradientInEagerAndGraph INFO:tensorflow:Running testCustomGradientInEagerAndGraph in GRAPH mode. I0227 00:33:36.431871 281473605399600 test_util.py:1612] Running testCustomGradientInEagerAndGraph in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.04s I0227 00:33:36.476115 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.04s INFO:tensorflow:Running testCustomGradientInEagerAndGraph in EAGER mode. I0227 00:33:36.477141 281473605399600 test_util.py:1631] Running testCustomGradientInEagerAndGraph in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.01s I0227 00:33:36.486009 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.01s [ OK ] BackpropTest.testCustomGradientInEagerAndGraph [ RUN ] BackpropTest.testDifferentiatingFunctionThatReturnsNone INFO:tensorflow:time(__main__.BackpropTest.testDifferentiatingFunctionThatReturnsNone): 0.0s I0227 00:33:36.491289 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testDifferentiatingFunctionThatReturnsNone): 0.0s [ OK ] BackpropTest.testDifferentiatingFunctionThatReturnsNone [ RUN ] BackpropTest.testDifferentiatingScalarCache INFO:tensorflow:Running testDifferentiatingScalarCache in GRAPH mode. I0227 00:33:36.492074 281473605399600 test_util.py:1612] Running testDifferentiatingScalarCache in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.04s I0227 00:33:36.535512 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.04s INFO:tensorflow:Running testDifferentiatingScalarCache in EAGER mode. I0227 00:33:36.536478 281473605399600 test_util.py:1631] Running testDifferentiatingScalarCache in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.0s I0227 00:33:36.541224 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.0s [ OK ] BackpropTest.testDifferentiatingScalarCache [ RUN ] BackpropTest.testDy INFO:tensorflow:time(__main__.BackpropTest.testDy): 0.0s I0227 00:33:36.546106 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testDy): 0.0s [ OK ] BackpropTest.testDy [ RUN ] BackpropTest.testEmptyParams INFO:tensorflow:time(__main__.BackpropTest.testEmptyParams): 1.32s I0227 00:33:37.869921 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testEmptyParams): 1.32s [ OK ] BackpropTest.testEmptyParams [ RUN ] BackpropTest.testEmptyParamsForValueAndGradFunction INFO:tensorflow:time(__main__.BackpropTest.testEmptyParamsForValueAndGradFunction): 1.28s I0227 00:33:39.154708 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testEmptyParamsForValueAndGradFunction): 1.28s [ OK ] BackpropTest.testEmptyParamsForValueAndGradFunction [ RUN ] BackpropTest.testErrors INFO:tensorflow:time(__main__.BackpropTest.testErrors): 0.0s I0227 00:33:39.160488 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testErrors): 0.0s [ OK ] BackpropTest.testErrors [ RUN ] BackpropTest.testExceptionSafety INFO:tensorflow:time(__main__.BackpropTest.testExceptionSafety): 1.16s I0227 00:33:40.322403 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testExceptionSafety): 1.16s [ OK ] BackpropTest.testExceptionSafety [ RUN ] BackpropTest.testExplicitWatchedVariables INFO:tensorflow:time(__main__.BackpropTest.testExplicitWatchedVariables): 0.01s I0227 00:33:40.337073 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testExplicitWatchedVariables): 0.01s [ OK ] BackpropTest.testExplicitWatchedVariables [ RUN ] BackpropTest.testFunctionIndexedSlicesGradient INFO:tensorflow:time(__main__.BackpropTest.testFunctionIndexedSlicesGradient): 0.11s I0227 00:33:40.451153 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testFunctionIndexedSlicesGradient): 0.11s [ OK ] BackpropTest.testFunctionIndexedSlicesGradient [ RUN ] BackpropTest.testGPU WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py:1957: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.config.list_physical_devices('GPU')` instead. W0227 00:33:40.452789 281473605399600 deprecation.py:50] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py:1957: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.config.list_physical_devices('GPU')` instead. [ SKIPPED ] BackpropTest.testGPU INFO:tensorflow:time(__main__.BackpropTest.testGPU): 0.0s I0227 00:33:40.453476 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGPU): 0.0s [ RUN ] BackpropTest.testGPUImplicitGrad [ SKIPPED ] BackpropTest.testGPUImplicitGrad INFO:tensorflow:time(__main__.BackpropTest.testGPUImplicitGrad): 0.0s I0227 00:33:40.454178 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGPUImplicitGrad): 0.0s [ RUN ] BackpropTest.testGadientTapeCalledOnConstantTarget INFO:tensorflow:Running testGadientTapeCalledOnConstantTarget in GRAPH mode. I0227 00:33:41.143301 281473605399600 test_util.py:1612] Running testGadientTapeCalledOnConstantTarget in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 0.73s I0227 00:33:41.180003 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 0.73s INFO:tensorflow:Running testGadientTapeCalledOnConstantTarget in EAGER mode. I0227 00:33:41.180866 281473605399600 test_util.py:1631] Running testGadientTapeCalledOnConstantTarget in EAGER mode. [ FAILED ] BackpropTest.testGadientTapeCalledOnConstantTarget INFO:tensorflow:time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 0.64s I0227 00:33:41.818330 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 0.64s [ RUN ] BackpropTest.testGetAttrList INFO:tensorflow:time(__main__.BackpropTest.testGetAttrList): 0.0s I0227 00:33:41.819416 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGetAttrList): 0.0s [ OK ] BackpropTest.testGetAttrList [ RUN ] BackpropTest.testGetAttrType INFO:tensorflow:time(__main__.BackpropTest.testGetAttrType): 0.0s I0227 00:33:41.820162 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGetAttrType): 0.0s [ OK ] BackpropTest.testGetAttrType [ RUN ] BackpropTest.testGradGrad INFO:tensorflow:time(__main__.BackpropTest.testGradGrad): 0.99s I0227 00:33:42.815013 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradGrad): 0.99s [ OK ] BackpropTest.testGradGrad [ RUN ] BackpropTest.testGradGradExp INFO:tensorflow:time(__main__.BackpropTest.testGradGradExp): 1.27s I0227 00:33:44.081578 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradGradExp): 1.27s [ OK ] BackpropTest.testGradGradExp [ RUN ] BackpropTest.testGradientInsideLoop INFO:tensorflow:time(__main__.BackpropTest.testGradientInsideLoop): 0.05s I0227 00:33:44.128063 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradientInsideLoop): 0.05s [ OK ] BackpropTest.testGradientInsideLoop [ RUN ] BackpropTest.testGradientInteger INFO:tensorflow:time(__main__.BackpropTest.testGradientInteger): 0.01s I0227 00:33:44.134088 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradientInteger): 0.01s [ OK ] BackpropTest.testGradientInteger [ RUN ] BackpropTest.testGradientNone WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/util/dispatch.py:1260: softmax_cross_entropy_with_logits (from tensorflow.python.ops.nn_ops) is deprecated and will be removed in a future version. Instructions for updating: Future major versions of TensorFlow will allow gradients to flow into the labels input on backprop by default. See `tf.nn.softmax_cross_entropy_with_logits_v2`. W0227 00:33:45.010758 281473605399600 deprecation.py:50] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/util/dispatch.py:1260: softmax_cross_entropy_with_logits (from tensorflow.python.ops.nn_ops) is deprecated and will be removed in a future version. Instructions for updating: Future major versions of TensorFlow will allow gradients to flow into the labels input on backprop by default. See `tf.nn.softmax_cross_entropy_with_logits_v2`. INFO:tensorflow:time(__main__.BackpropTest.testGradientNone): 2.02s I0227 00:33:46.150142 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradientNone): 2.02s [ OK ] BackpropTest.testGradientNone [ RUN ] BackpropTest.testGradientTape INFO:tensorflow:Running testGradientTape in GRAPH mode. I0227 00:33:46.956967 281473605399600 test_util.py:1612] Running testGradientTape in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTape): 0.84s I0227 00:33:46.990657 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradientTape): 0.84s INFO:tensorflow:Running testGradientTape in EAGER mode. I0227 00:33:46.991807 281473605399600 test_util.py:1631] Running testGradientTape in EAGER mode. [ FAILED ] BackpropTest.testGradientTape INFO:tensorflow:time(__main__.BackpropTest.testGradientTape): 1.43s I0227 00:33:48.421540 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradientTape): 1.43s [ RUN ] BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes [ FAILED ] BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes): 1.32s I0227 00:33:49.747399 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes): 1.32s [ RUN ] BackpropTest.testGradientTapeGradientCalledMultipleTimes INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeGradientCalledMultipleTimes): 0.97s I0227 00:33:50.718660 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeGradientCalledMultipleTimes): 0.97s [ OK ] BackpropTest.testGradientTapeGradientCalledMultipleTimes [ RUN ] BackpropTest.testGradientTapeJacobianCalledMultipleTimes [ FAILED ] BackpropTest.testGradientTapeJacobianCalledMultipleTimes INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeJacobianCalledMultipleTimes): 1.4s I0227 00:33:52.123933 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeJacobianCalledMultipleTimes): 1.4s [ RUN ] BackpropTest.testGradientTapeReEnterContext INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeReEnterContext): 1.28s I0227 00:33:53.409955 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeReEnterContext): 1.28s [ OK ] BackpropTest.testGradientTapeReEnterContext [ RUN ] BackpropTest.testGradientTapeRepeatedSource INFO:tensorflow:Running testGradientTapeRepeatedSource in GRAPH mode. I0227 00:33:54.203581 281473605399600 test_util.py:1612] Running testGradientTapeRepeatedSource in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeRepeatedSource): 0.84s I0227 00:33:54.255624 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeRepeatedSource): 0.84s INFO:tensorflow:Running testGradientTapeRepeatedSource in EAGER mode. I0227 00:33:54.256692 281473605399600 test_util.py:1631] Running testGradientTapeRepeatedSource in EAGER mode. [ FAILED ] BackpropTest.testGradientTapeRepeatedSource INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeRepeatedSource): 0.89s I0227 00:33:55.144056 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeRepeatedSource): 0.89s [ RUN ] BackpropTest.testGradientTapeStructure INFO:tensorflow:Running testGradientTapeStructure in GRAPH mode. I0227 00:33:55.543023 281473605399600 test_util.py:1612] Running testGradientTapeStructure in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeStructure): 0.5s I0227 00:33:55.645530 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeStructure): 0.5s INFO:tensorflow:Running testGradientTapeStructure in EAGER mode. I0227 00:33:55.647023 281473605399600 test_util.py:1631] Running testGradientTapeStructure in EAGER mode. [ FAILED ] BackpropTest.testGradientTapeStructure INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeStructure): 0.56s I0227 00:33:56.209306 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeStructure): 0.56s [ RUN ] BackpropTest.testGradientTapeVariable INFO:tensorflow:Running testGradientTapeVariable in GRAPH mode. I0227 00:33:56.695054 281473605399600 test_util.py:1612] Running testGradientTapeVariable in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeVariable): 0.56s I0227 00:33:56.766147 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeVariable): 0.56s INFO:tensorflow:Running testGradientTapeVariable in EAGER mode. I0227 00:33:56.767393 281473605399600 test_util.py:1631] Running testGradientTapeVariable in EAGER mode. [ FAILED ] BackpropTest.testGradientTapeVariable INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeVariable): 0.82s I0227 00:33:57.591738 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeVariable): 0.82s [ RUN ] BackpropTest.testGradientTapeWithCond INFO:tensorflow:Running testGradientTapeWithCond in GRAPH mode. I0227 00:33:57.592822 281473605399600 test_util.py:1612] Running testGradientTapeWithCond in GRAPH mode. [ SKIPPED ] BackpropTest.testGradientTapeWithCond [graph_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithCond): 0.0s I0227 00:33:57.594095 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeWithCond): 0.0s INFO:tensorflow:Running testGradientTapeWithCond in EAGER mode. I0227 00:33:57.594691 281473605399600 test_util.py:1631] Running testGradientTapeWithCond in EAGER mode. [ SKIPPED ] BackpropTest.testGradientTapeWithCond [eager_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithCond): 0.0s I0227 00:33:57.595127 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeWithCond): 0.0s No pending test case: __main__.BackpropTest.testGradientTapeWithCond [ RUN ] BackpropTest.testGradientTapeWithWhileLoop INFO:tensorflow:Running testGradientTapeWithWhileLoop in GRAPH mode. I0227 00:33:57.595653 281473605399600 test_util.py:1612] Running testGradientTapeWithWhileLoop in GRAPH mode. [ SKIPPED ] BackpropTest.testGradientTapeWithWhileLoop [graph_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithWhileLoop): 0.0s I0227 00:33:57.596664 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeWithWhileLoop): 0.0s INFO:tensorflow:Running testGradientTapeWithWhileLoop in EAGER mode. I0227 00:33:57.597241 281473605399600 test_util.py:1631] Running testGradientTapeWithWhileLoop in EAGER mode. [ SKIPPED ] BackpropTest.testGradientTapeWithWhileLoop [eager_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithWhileLoop): 0.0s I0227 00:33:57.597642 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeWithWhileLoop): 0.0s No pending test case: __main__.BackpropTest.testGradientTapeWithWhileLoop [ RUN ] BackpropTest.testGradientWithinTapeBlock INFO:tensorflow:Running testGradientWithinTapeBlock in GRAPH mode. I0227 00:33:57.598139 281473605399600 test_util.py:1612] Running testGradientWithinTapeBlock in GRAPH mode. WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:33:57.648210 281473605399600 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. INFO:tensorflow:time(__main__.BackpropTest.testGradientWithinTapeBlock): 0.06s I0227 00:33:57.658911 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradientWithinTapeBlock): 0.06s INFO:tensorflow:Running testGradientWithinTapeBlock in EAGER mode. I0227 00:33:57.659921 281473605399600 test_util.py:1631] Running testGradientWithinTapeBlock in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientWithinTapeBlock): 0.01s I0227 00:33:57.672554 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradientWithinTapeBlock): 0.01s [ OK ] BackpropTest.testGradientWithinTapeBlock [ RUN ] BackpropTest.testGradientsFunctionInCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testGradientsFunctionInCustomGradient): 0.01s I0227 00:33:57.680084 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testGradientsFunctionInCustomGradient): 0.01s [ OK ] BackpropTest.testGradientsFunctionInCustomGradient [ RUN ] BackpropTest.testHigherOrderGradient INFO:tensorflow:Running testHigherOrderGradient in GRAPH mode. I0227 00:33:58.098917 281473605399600 test_util.py:1612] Running testHigherOrderGradient in GRAPH mode. WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:33:58.103919 281473605399600 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:33:58.111846 281473605399600 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. INFO:tensorflow:time(__main__.BackpropTest.testHigherOrderGradient): 0.5s I0227 00:33:58.185860 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testHigherOrderGradient): 0.5s INFO:tensorflow:Running testHigherOrderGradient in EAGER mode. I0227 00:33:58.187204 281473605399600 test_util.py:1631] Running testHigherOrderGradient in EAGER mode. [ FAILED ] BackpropTest.testHigherOrderGradient INFO:tensorflow:time(__main__.BackpropTest.testHigherOrderGradient): 0.81s I0227 00:33:58.996232 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testHigherOrderGradient): 0.81s [ RUN ] BackpropTest.testImplicitGradOrdering INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradOrdering): 0.01s I0227 00:33:59.011703 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradOrdering): 0.01s [ OK ] BackpropTest.testImplicitGradOrdering [ RUN ] BackpropTest.testImplicitGradOverEmbeddingLookup INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradOverEmbeddingLookup): 0.26s I0227 00:33:59.271803 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradOverEmbeddingLookup): 0.26s [ OK ] BackpropTest.testImplicitGradOverEmbeddingLookup [ RUN ] BackpropTest.testImplicitGradWithResourceVariable INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradWithResourceVariable): 0.01s I0227 00:33:59.285565 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradWithResourceVariable): 0.01s [ OK ] BackpropTest.testImplicitGradWithResourceVariable [ RUN ] BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue): 1.23s I0227 00:34:00.515791 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue): 1.23s [ OK ] BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue [ RUN ] BackpropTest.testInvalidRecordOperationMessage INFO:tensorflow:time(__main__.BackpropTest.testInvalidRecordOperationMessage): 0.0s I0227 00:34:00.520166 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testInvalidRecordOperationMessage): 0.0s [ OK ] BackpropTest.testInvalidRecordOperationMessage [ RUN ] BackpropTest.testJacobianCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testJacobianCustomGradient): 2.72s I0227 00:34:03.242618 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testJacobianCustomGradient): 2.72s [ OK ] BackpropTest.testJacobianCustomGradient [ RUN ] BackpropTest.testJacobianInsideGradientTapeScope [ FAILED ] BackpropTest.testJacobianInsideGradientTapeScope INFO:tensorflow:time(__main__.BackpropTest.testJacobianInsideGradientTapeScope): 1.33s I0227 00:34:04.574757 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testJacobianInsideGradientTapeScope): 1.33s [ RUN ] BackpropTest.testMakeAttrShape INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrShape): 0.0s I0227 00:34:04.576519 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrShape): 0.0s [ OK ] BackpropTest.testMakeAttrShape [ RUN ] BackpropTest.testMakeAttrShapeList INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrShapeList): 0.0s I0227 00:34:04.577587 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrShapeList): 0.0s [ OK ] BackpropTest.testMakeAttrShapeList [ RUN ] BackpropTest.testMakeAttrString INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrString): 0.0s I0227 00:34:04.578244 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrString): 0.0s [ OK ] BackpropTest.testMakeAttrString [ RUN ] BackpropTest.testMakeAttrStringList INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrStringList): 0.0s I0227 00:34:04.578949 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrStringList): 0.0s [ OK ] BackpropTest.testMakeAttrStringList [ RUN ] BackpropTest.testMakeAttrType INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrType): 0.0s I0227 00:34:04.579550 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrType): 0.0s [ OK ] BackpropTest.testMakeAttrType [ RUN ] BackpropTest.testMakeAttrTypeList INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrTypeList): 0.0s I0227 00:34:04.580131 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrTypeList): 0.0s [ OK ] BackpropTest.testMakeAttrTypeList [ RUN ] BackpropTest.testMakeVJP INFO:tensorflow:time(__main__.BackpropTest.testMakeVJP): 1.39s I0227 00:34:05.971895 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testMakeVJP): 1.39s [ OK ] BackpropTest.testMakeVJP [ RUN ] BackpropTest.testMulType INFO:tensorflow:time(__main__.BackpropTest.testMulType): 0.01s I0227 00:34:05.980997 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testMulType): 0.01s [ OK ] BackpropTest.testMulType [ RUN ] BackpropTest.testMultiValueConvertToTensor INFO:tensorflow:time(__main__.BackpropTest.testMultiValueConvertToTensor): 1.12s I0227 00:34:07.099793 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testMultiValueConvertToTensor): 1.12s [ OK ] BackpropTest.testMultiValueConvertToTensor [ RUN ] BackpropTest.testMultiValuePreservesIfNotDiffedAgainst INFO:tensorflow:time(__main__.BackpropTest.testMultiValuePreservesIfNotDiffedAgainst): 0.03s I0227 00:34:07.132208 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testMultiValuePreservesIfNotDiffedAgainst): 0.03s [ OK ] BackpropTest.testMultiValuePreservesIfNotDiffedAgainst [ RUN ] BackpropTest.testNameScope INFO:tensorflow:time(__main__.BackpropTest.testNameScope): 0.18s I0227 00:34:07.310695 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testNameScope): 0.18s [ OK ] BackpropTest.testNameScope [ RUN ] BackpropTest.testNestedGradients INFO:tensorflow:Running testNestedGradients in GRAPH mode. I0227 00:34:07.780270 281473605399600 test_util.py:1612] Running testNestedGradients in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testNestedGradients): 0.5s I0227 00:34:07.813180 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testNestedGradients): 0.5s INFO:tensorflow:Running testNestedGradients in EAGER mode. I0227 00:34:07.814245 281473605399600 test_util.py:1631] Running testNestedGradients in EAGER mode. [ FAILED ] BackpropTest.testNestedGradients INFO:tensorflow:time(__main__.BackpropTest.testNestedGradients): 0.73s I0227 00:34:08.539477 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testNestedGradients): 0.73s [ RUN ] BackpropTest.testNestedSelfContexts INFO:tensorflow:Running testNestedSelfContexts in GRAPH mode. I0227 00:34:08.540386 281473605399600 test_util.py:1612] Running testNestedSelfContexts in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testNestedSelfContexts): 0.01s I0227 00:34:08.553656 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testNestedSelfContexts): 0.01s INFO:tensorflow:Running testNestedSelfContexts in EAGER mode. I0227 00:34:08.554569 281473605399600 test_util.py:1631] Running testNestedSelfContexts in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testNestedSelfContexts): 0.01s I0227 00:34:08.560364 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testNestedSelfContexts): 0.01s [ OK ] BackpropTest.testNestedSelfContexts [ RUN ] BackpropTest.testNoOpBehaviorConsistentFunction INFO:tensorflow:time(__main__.BackpropTest.testNoOpBehaviorConsistentFunction): 0.4s I0227 00:34:08.966130 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testNoOpBehaviorConsistentFunction): 0.4s [ OK ] BackpropTest.testNoOpBehaviorConsistentFunction [ RUN ] BackpropTest.testNoOpBehaviorConsistentNoFunction INFO:tensorflow:time(__main__.BackpropTest.testNoOpBehaviorConsistentNoFunction): 0.01s I0227 00:34:08.979705 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testNoOpBehaviorConsistentNoFunction): 0.01s [ OK ] BackpropTest.testNoOpBehaviorConsistentNoFunction [ RUN ] BackpropTest.testNonEmptyParamsForValueAndGradFunction INFO:tensorflow:time(__main__.BackpropTest.testNonEmptyParamsForValueAndGradFunction): 1.01s I0227 00:34:09.994699 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testNonEmptyParamsForValueAndGradFunction): 1.01s [ OK ] BackpropTest.testNonEmptyParamsForValueAndGradFunction [ RUN ] BackpropTest.testOutput INFO:tensorflow:time(__main__.BackpropTest.testOutput): 0.01s I0227 00:34:10.009878 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testOutput): 0.01s [ OK ] BackpropTest.testOutput [ RUN ] BackpropTest.testOutputGradUsedInComputation INFO:tensorflow:time(__main__.BackpropTest.testOutputGradUsedInComputation): 0.01s I0227 00:34:10.018421 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testOutputGradUsedInComputation): 0.01s [ OK ] BackpropTest.testOutputGradUsedInComputation [ RUN ] BackpropTest.testOverrideSecondOrderWithCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testOverrideSecondOrderWithCustomGradient): 0.02s I0227 00:34:10.043505 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testOverrideSecondOrderWithCustomGradient): 0.02s [ OK ] BackpropTest.testOverrideSecondOrderWithCustomGradient [ RUN ] BackpropTest.testPartial INFO:tensorflow:time(__main__.BackpropTest.testPartial): 0.01s I0227 00:34:10.050236 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testPartial): 0.01s [ OK ] BackpropTest.testPartial [ RUN ] BackpropTest.testPersistentGradientTapeRepeatedSource INFO:tensorflow:Running testPersistentGradientTapeRepeatedSource in GRAPH mode. I0227 00:34:10.846418 281473605399600 test_util.py:1612] Running testPersistentGradientTapeRepeatedSource in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 0.84s I0227 00:34:10.890723 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 0.84s INFO:tensorflow:Running testPersistentGradientTapeRepeatedSource in EAGER mode. I0227 00:34:10.891896 281473605399600 test_util.py:1631] Running testPersistentGradientTapeRepeatedSource in EAGER mode. [ FAILED ] BackpropTest.testPersistentGradientTapeRepeatedSource INFO:tensorflow:time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 0.59s I0227 00:34:11.480572 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 0.59s [ RUN ] BackpropTest.testPersistentMakeVJP INFO:tensorflow:time(__main__.BackpropTest.testPersistentMakeVJP): 0.01s I0227 00:34:11.490309 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testPersistentMakeVJP): 0.01s [ OK ] BackpropTest.testPersistentMakeVJP [ RUN ] BackpropTest.testPersistentNestedTape INFO:tensorflow:Running testPersistentNestedTape in GRAPH mode. I0227 00:34:11.899941 281473605399600 test_util.py:1612] Running testPersistentNestedTape in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testPersistentNestedTape): 0.47s I0227 00:34:11.960636 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testPersistentNestedTape): 0.47s INFO:tensorflow:Running testPersistentNestedTape in EAGER mode. I0227 00:34:11.962020 281473605399600 test_util.py:1631] Running testPersistentNestedTape in EAGER mode. [ FAILED ] BackpropTest.testPersistentNestedTape INFO:tensorflow:time(__main__.BackpropTest.testPersistentNestedTape): 1.18s I0227 00:34:13.139111 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testPersistentNestedTape): 1.18s [ RUN ] BackpropTest.testPersistentTape INFO:tensorflow:Running testPersistentTape in GRAPH mode. I0227 00:34:13.918485 281473605399600 test_util.py:1612] Running testPersistentTape in GRAPH mode. [ SKIPPED ] BackpropTest.testPersistentTape [graph_mode] INFO:tensorflow:time(__main__.BackpropTest.testPersistentTape): 0.78s I0227 00:34:13.919775 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testPersistentTape): 0.78s INFO:tensorflow:Running testPersistentTape in EAGER mode. I0227 00:34:13.920439 281473605399600 test_util.py:1631] Running testPersistentTape in EAGER mode. [ SKIPPED ] BackpropTest.testPersistentTape [eager_mode] INFO:tensorflow:time(__main__.BackpropTest.testPersistentTape): 1.13s I0227 00:34:15.052578 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testPersistentTape): 1.13s No pending test case: __main__.BackpropTest.testPersistentTape [ RUN ] BackpropTest.testPythonMax INFO:tensorflow:time(__main__.BackpropTest.testPythonMax): 0.04s I0227 00:34:15.091789 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testPythonMax): 0.04s [ OK ] BackpropTest.testPythonMax [ RUN ] BackpropTest.testRecomputeGradWithDifferentShape INFO:tensorflow:time(__main__.BackpropTest.testRecomputeGradWithDifferentShape): 0.73s I0227 00:34:15.822895 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testRecomputeGradWithDifferentShape): 0.73s [ OK ] BackpropTest.testRecomputeGradWithDifferentShape [ RUN ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True) [ FAILED ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True) INFO:tensorflow:time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True)): 2.39s I0227 00:34:18.212719 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True)): 2.39s [ RUN ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False) [ FAILED ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False) INFO:tensorflow:time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False)): 1.48s I0227 00:34:19.696454 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False)): 1.48s [ RUN ] BackpropTest.testResourceHandleOutputWithoutHandleData INFO:tensorflow:time(__main__.BackpropTest.testResourceHandleOutputWithoutHandleData): 0.01s I0227 00:34:19.702967 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testResourceHandleOutputWithoutHandleData): 0.01s [ OK ] BackpropTest.testResourceHandleOutputWithoutHandleData [ RUN ] BackpropTest.testReturnSameThing INFO:tensorflow:time(__main__.BackpropTest.testReturnSameThing): 0.03s I0227 00:34:19.732466 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testReturnSameThing): 0.03s [ OK ] BackpropTest.testReturnSameThing [ RUN ] BackpropTest.testSameObjectForMultipleArguments INFO:tensorflow:time(__main__.BackpropTest.testSameObjectForMultipleArguments): 0.06s I0227 00:34:19.796497 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testSameObjectForMultipleArguments): 0.06s [ OK ] BackpropTest.testSameObjectForMultipleArguments [ RUN ] BackpropTest.testSecondGrad INFO:tensorflow:time(__main__.BackpropTest.testSecondGrad): 1.58s I0227 00:34:21.374238 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testSecondGrad): 1.58s [ OK ] BackpropTest.testSecondGrad [ RUN ] BackpropTest.testSelectivelyWatchVariables INFO:tensorflow:Running testSelectivelyWatchVariables in GRAPH mode. I0227 00:34:21.376465 281473605399600 test_util.py:1612] Running testSelectivelyWatchVariables in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.05s I0227 00:34:21.425702 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.05s INFO:tensorflow:Running testSelectivelyWatchVariables in EAGER mode. I0227 00:34:21.426848 281473605399600 test_util.py:1631] Running testSelectivelyWatchVariables in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.02s I0227 00:34:21.442122 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.02s [ OK ] BackpropTest.testSelectivelyWatchVariables [ RUN ] BackpropTest.testStopGradient INFO:tensorflow:time(__main__.BackpropTest.testStopGradient): 1.72s I0227 00:34:23.164369 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testStopGradient): 1.72s [ OK ] BackpropTest.testStopGradient [ RUN ] BackpropTest.testTapeGradientMultiTargetOneIsSource INFO:tensorflow:time(__main__.BackpropTest.testTapeGradientMultiTargetOneIsSource): 0.01s I0227 00:34:23.172322 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testTapeGradientMultiTargetOneIsSource): 0.01s [ OK ] BackpropTest.testTapeGradientMultiTargetOneIsSource [ RUN ] BackpropTest.testTapeGradientStringTarget WARNING:tensorflow:The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.string W0227 00:34:23.196099 281473605399600 backprop.py:875] The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.string INFO:tensorflow:time(__main__.BackpropTest.testTapeGradientStringTarget): 0.02s I0227 00:34:23.196928 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testTapeGradientStringTarget): 0.02s [ OK ] BackpropTest.testTapeGradientStringTarget [ RUN ] BackpropTest.testTapeIdentityGradientIsIdentity INFO:tensorflow:time(__main__.BackpropTest.testTapeIdentityGradientIsIdentity): 0.0s I0227 00:34:23.199864 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testTapeIdentityGradientIsIdentity): 0.0s [ OK ] BackpropTest.testTapeIdentityGradientIsIdentity [ RUN ] BackpropTest.testTapeNoOpGradient INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradient): 0.0s I0227 00:34:23.201116 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradient): 0.0s [ OK ] BackpropTest.testTapeNoOpGradient [ RUN ] BackpropTest.testTapeNoOpGradient2By2 INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradient2By2): 2.53s I0227 00:34:25.733444 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradient2By2): 2.53s [ OK ] BackpropTest.testTapeNoOpGradient2By2 [ RUN ] BackpropTest.testTapeNoOpGradientMultiTarget2By2 INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientMultiTarget2By2): 0.7s I0227 00:34:26.438414 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientMultiTarget2By2): 0.7s [ OK ] BackpropTest.testTapeNoOpGradientMultiTarget2By2 [ RUN ] BackpropTest.testTapeNoOpGradientStringSourceAndTarget WARNING:tensorflow:The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.string W0227 00:34:26.441757 281473605399600 backprop.py:875] The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.string INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientStringSourceAndTarget): 0.0s I0227 00:34:26.442645 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientStringSourceAndTarget): 0.0s [ OK ] BackpropTest.testTapeNoOpGradientStringSourceAndTarget [ RUN ] BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource): 0.0s I0227 00:34:26.447388 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource): 0.0s [ OK ] BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource [ RUN ] BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSource INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSource): 0.01s I0227 00:34:26.454870 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSource): 0.01s [ OK ] BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSource [ RUN ] BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSourceIncludeString WARNING:tensorflow:The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.string W0227 00:34:26.457259 281473605399600 backprop.py:875] The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.string INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSourceIncludeString): 0.01s I0227 00:34:26.462799 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSourceIncludeString): 0.01s [ OK ] BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSourceIncludeString [ RUN ] BackpropTest.testTapeNoOpOnVariableIsIdentity INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpOnVariableIsIdentity): 0.01s I0227 00:34:26.472336 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpOnVariableIsIdentity): 0.01s [ OK ] BackpropTest.testTapeNoOpOnVariableIsIdentity [ RUN ] BackpropTest.testTapeReset INFO:tensorflow:time(__main__.BackpropTest.testTapeReset): 0.01s I0227 00:34:26.485504 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testTapeReset): 0.01s [ OK ] BackpropTest.testTapeReset [ RUN ] BackpropTest.testTapeStopRecording INFO:tensorflow:time(__main__.BackpropTest.testTapeStopRecording): 0.01s I0227 00:34:26.493957 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testTapeStopRecording): 0.01s [ OK ] BackpropTest.testTapeStopRecording [ RUN ] BackpropTest.testTapeStopStartRecording INFO:tensorflow:time(__main__.BackpropTest.testTapeStopStartRecording): 0.01s I0227 00:34:26.506645 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testTapeStopStartRecording): 0.01s [ OK ] BackpropTest.testTapeStopStartRecording [ RUN ] BackpropTest.testTensorCopyCPU2GPU2CPU [ SKIPPED ] BackpropTest.testTensorCopyCPU2GPU2CPU INFO:tensorflow:time(__main__.BackpropTest.testTensorCopyCPU2GPU2CPU): 0.0s I0227 00:34:26.508035 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testTensorCopyCPU2GPU2CPU): 0.0s [ RUN ] BackpropTest.testTensorCopyGPU2CPU2GPU [ SKIPPED ] BackpropTest.testTensorCopyGPU2CPU2GPU INFO:tensorflow:time(__main__.BackpropTest.testTensorCopyGPU2CPU2GPU): 0.0s I0227 00:34:26.508724 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testTensorCopyGPU2CPU2GPU): 0.0s [ RUN ] BackpropTest.testTwoTargets INFO:tensorflow:time(__main__.BackpropTest.testTwoTargets): 0.01s I0227 00:34:26.515242 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testTwoTargets): 0.01s [ OK ] BackpropTest.testTwoTargets [ RUN ] BackpropTest.testUnconnectedGradientsDefault INFO:tensorflow:Running testUnconnectedGradientsDefault in GRAPH mode. I0227 00:34:26.936696 281473605399600 test_util.py:1612] Running testUnconnectedGradientsDefault in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsDefault): 0.43s I0227 00:34:26.944476 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsDefault): 0.43s INFO:tensorflow:Running testUnconnectedGradientsDefault in EAGER mode. I0227 00:34:26.945278 281473605399600 test_util.py:1631] Running testUnconnectedGradientsDefault in EAGER mode. [ FAILED ] BackpropTest.testUnconnectedGradientsDefault INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsDefault): 0.56s I0227 00:34:27.508664 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsDefault): 0.56s [ RUN ] BackpropTest.testUnconnectedGradientsNestedDefunZeros INFO:tensorflow:Running testUnconnectedGradientsNestedDefunZeros in GRAPH mode. I0227 00:34:27.509451 281473605399600 test_util.py:1612] Running testUnconnectedGradientsNestedDefunZeros in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.16s I0227 00:34:27.664496 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.16s INFO:tensorflow:Running testUnconnectedGradientsNestedDefunZeros in EAGER mode. I0227 00:34:27.665542 281473605399600 test_util.py:1631] Running testUnconnectedGradientsNestedDefunZeros in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.05s I0227 00:34:27.711065 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.05s [ OK ] BackpropTest.testUnconnectedGradientsNestedDefunZeros [ RUN ] BackpropTest.testUnconnectedGradientsVariablesZeros INFO:tensorflow:Running testUnconnectedGradientsVariablesZeros in GRAPH mode. I0227 00:34:28.145257 281473605399600 test_util.py:1612] Running testUnconnectedGradientsVariablesZeros in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 0.47s I0227 00:34:28.184287 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 0.47s INFO:tensorflow:Running testUnconnectedGradientsVariablesZeros in EAGER mode. I0227 00:34:28.185449 281473605399600 test_util.py:1631] Running testUnconnectedGradientsVariablesZeros in EAGER mode. [ FAILED ] BackpropTest.testUnconnectedGradientsVariablesZeros INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 0.76s I0227 00:34:28.946793 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 0.76s [ RUN ] BackpropTest.testUnconnectedGradientsZeros INFO:tensorflow:Running testUnconnectedGradientsZeros in GRAPH mode. I0227 00:34:29.454488 281473605399600 test_util.py:1612] Running testUnconnectedGradientsZeros in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsZeros): 0.52s I0227 00:34:29.469504 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsZeros): 0.52s INFO:tensorflow:Running testUnconnectedGradientsZeros in EAGER mode. I0227 00:34:29.470372 281473605399600 test_util.py:1631] Running testUnconnectedGradientsZeros in EAGER mode. [ FAILED ] BackpropTest.testUnconnectedGradientsZeros INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsZeros): 0.73s I0227 00:34:30.199881 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsZeros): 0.73s [ RUN ] BackpropTest.testUnconnectedNone INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedNone): 2.14s I0227 00:34:32.345081 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedNone): 2.14s [ OK ] BackpropTest.testUnconnectedNone [ RUN ] BackpropTest.testUnknownShapes INFO:tensorflow:time(__main__.BackpropTest.testUnknownShapes): 0.05s I0227 00:34:32.393035 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testUnknownShapes): 0.05s [ OK ] BackpropTest.testUnknownShapes [ RUN ] BackpropTest.testUnknownUnconnectedGradientsValueGiven INFO:tensorflow:Running testUnknownUnconnectedGradientsValueGiven in GRAPH mode. I0227 00:34:32.394137 281473605399600 test_util.py:1612] Running testUnknownUnconnectedGradientsValueGiven in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.01s I0227 00:34:32.399845 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.01s INFO:tensorflow:Running testUnknownUnconnectedGradientsValueGiven in EAGER mode. I0227 00:34:32.400503 281473605399600 test_util.py:1631] Running testUnknownUnconnectedGradientsValueGiven in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.0s I0227 00:34:32.405169 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.0s [ OK ] BackpropTest.testUnknownUnconnectedGradientsValueGiven [ RUN ] BackpropTest.testVariablesAndConstantsProduceTheSameGradients INFO:tensorflow:time(__main__.BackpropTest.testVariablesAndConstantsProduceTheSameGradients): 0.02s I0227 00:34:32.424810 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testVariablesAndConstantsProduceTheSameGradients): 0.02s [ OK ] BackpropTest.testVariablesAndConstantsProduceTheSameGradients [ RUN ] BackpropTest.testWatchBadThing INFO:tensorflow:Running testWatchBadThing in GRAPH mode. I0227 00:34:32.426026 281473605399600 test_util.py:1612] Running testWatchBadThing in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchBadThing): 0.0s I0227 00:34:32.427512 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testWatchBadThing): 0.0s INFO:tensorflow:Running testWatchBadThing in EAGER mode. I0227 00:34:32.428139 281473605399600 test_util.py:1631] Running testWatchBadThing in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchBadThing): 0.0s I0227 00:34:32.428588 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testWatchBadThing): 0.0s [ OK ] BackpropTest.testWatchBadThing [ RUN ] BackpropTest.testWatchComposite WARNING:tensorflow:The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.int64 W0227 00:34:32.433667 281473605399600 backprop.py:875] The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.int64 WARNING:tensorflow:The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.int64 W0227 00:34:32.434041 281473605399600 backprop.py:875] The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.int64 INFO:tensorflow:time(__main__.BackpropTest.testWatchComposite): 0.02s I0227 00:34:32.446455 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testWatchComposite): 0.02s [ OK ] BackpropTest.testWatchComposite [ RUN ] BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall INFO:tensorflow:time(__main__.BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall): 0.01s I0227 00:34:32.455310 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall): 0.01s [ OK ] BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall [ RUN ] BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape INFO:tensorflow:time(__main__.BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape): 0.01s I0227 00:34:32.464663 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape): 0.01s [ OK ] BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape [ RUN ] BackpropTest.testWatchedVariablesRespectReset INFO:tensorflow:time(__main__.BackpropTest.testWatchedVariablesRespectReset): 0.01s I0227 00:34:32.473990 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testWatchedVariablesRespectReset): 0.01s [ OK ] BackpropTest.testWatchedVariablesRespectReset [ RUN ] BackpropTest.testWatchingIsTapeLocal INFO:tensorflow:Running testWatchingIsTapeLocal in GRAPH mode. I0227 00:34:32.474903 281473605399600 test_util.py:1612] Running testWatchingIsTapeLocal in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.1s I0227 00:34:32.575526 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.1s INFO:tensorflow:Running testWatchingIsTapeLocal in EAGER mode. I0227 00:34:32.576934 281473605399600 test_util.py:1631] Running testWatchingIsTapeLocal in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.02s I0227 00:34:32.593976 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.02s [ OK ] BackpropTest.testWatchingIsTapeLocal [ RUN ] BackpropTest.testWhereGradient INFO:tensorflow:time(__main__.BackpropTest.testWhereGradient): 0.02s I0227 00:34:32.653339 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testWhereGradient): 0.02s [ OK ] BackpropTest.testWhereGradient [ RUN ] BackpropTest.testZerosCacheDoesntLeakAcrossGraphs INFO:tensorflow:time(__main__.BackpropTest.testZerosCacheDoesntLeakAcrossGraphs): 0.12s I0227 00:34:32.776976 281473605399600 test_util.py:2620] time(__main__.BackpropTest.testZerosCacheDoesntLeakAcrossGraphs): 0.12s [ OK ] BackpropTest.testZerosCacheDoesntLeakAcrossGraphs [ RUN ] BackpropTest.test_session [ SKIPPED ] BackpropTest.test_session [ RUN ] BackpropTest.test_stop_gradient_hides_downstream_ops INFO:tensorflow:time(__main__.BackpropTest.test_stop_gradient_hides_downstream_ops): 0.12s I0227 00:34:32.894857 281473605399600 test_util.py:2620] time(__main__.BackpropTest.test_stop_gradient_hides_downstream_ops): 0.12s [ OK ] BackpropTest.test_stop_gradient_hides_downstream_ops [ RUN ] BatchJacobianTest.testBadInputRank INFO:tensorflow:Running testBadInputRank in GRAPH mode. I0227 00:34:32.895933 281473605399600 test_util.py:1612] Running testBadInputRank in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadInputRank): 0.01s I0227 00:34:32.902441 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.testBadInputRank): 0.01s INFO:tensorflow:Running testBadInputRank in EAGER mode. I0227 00:34:32.903159 281473605399600 test_util.py:1631] Running testBadInputRank in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadInputRank): 0.01s I0227 00:34:32.910147 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.testBadInputRank): 0.01s [ OK ] BatchJacobianTest.testBadInputRank [ RUN ] BatchJacobianTest.testBadOutputRank INFO:tensorflow:Running testBadOutputRank in GRAPH mode. I0227 00:34:32.911055 281473605399600 test_util.py:1612] Running testBadOutputRank in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s I0227 00:34:32.917067 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s INFO:tensorflow:Running testBadOutputRank in EAGER mode. I0227 00:34:32.917761 281473605399600 test_util.py:1631] Running testBadOutputRank in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s I0227 00:34:32.924045 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s [ OK ] BatchJacobianTest.testBadOutputRank [ RUN ] BatchJacobianTest.testBadShape INFO:tensorflow:Running testBadShape in GRAPH mode. I0227 00:34:32.924843 281473605399600 test_util.py:1612] Running testBadShape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadShape): 0.01s I0227 00:34:32.930740 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.testBadShape): 0.01s INFO:tensorflow:Running testBadShape in EAGER mode. I0227 00:34:32.931419 281473605399600 test_util.py:1631] Running testBadShape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadShape): 0.01s I0227 00:34:32.937748 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.testBadShape): 0.01s [ OK ] BatchJacobianTest.testBadShape [ RUN ] BatchJacobianTest.testPersistentTape INFO:tensorflow:Running testPersistentTape in GRAPH mode. I0227 00:34:32.938621 281473605399600 test_util.py:1612] Running testPersistentTape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPersistentTape): 0.0s I0227 00:34:32.939707 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.testPersistentTape): 0.0s INFO:tensorflow:Running testPersistentTape in EAGER mode. I0227 00:34:32.940313 281473605399600 test_util.py:1631] Running testPersistentTape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPersistentTape): 0.02s I0227 00:34:32.957253 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.testPersistentTape): 0.02s [ OK ] BatchJacobianTest.testPersistentTape [ RUN ] BatchJacobianTest.testPfor INFO:tensorflow:Running testPfor in GRAPH mode. I0227 00:34:32.958466 281473605399600 test_util.py:1612] Running testPfor in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPfor): 0.45s I0227 00:34:33.410803 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.testPfor): 0.45s INFO:tensorflow:Running testPfor in EAGER mode. I0227 00:34:33.413013 281473605399600 test_util.py:1631] Running testPfor in EAGER mode. WARNING:tensorflow:5 out of the last 5 calls to .f at 0xfffe68211da0> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:34:33.962933 281473605399600 polymorphic_function.py:157] 5 out of the last 5 calls to .f at 0xfffe68211da0> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. INFO:tensorflow:time(__main__.BatchJacobianTest.testPfor): 0.6s I0227 00:34:34.013912 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.testPfor): 0.6s [ OK ] BatchJacobianTest.testPfor [ RUN ] BatchJacobianTest.testPforDefun INFO:tensorflow:Running testPforDefun in GRAPH mode. I0227 00:34:34.015404 281473605399600 test_util.py:1612] Running testPforDefun in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPforDefun): 0.94s I0227 00:34:34.954085 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.testPforDefun): 0.94s INFO:tensorflow:Running testPforDefun in EAGER mode. I0227 00:34:34.956225 281473605399600 test_util.py:1631] Running testPforDefun in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPforDefun): 0.62s I0227 00:34:35.577144 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.testPforDefun): 0.62s [ OK ] BatchJacobianTest.testPforDefun [ RUN ] BatchJacobianTest.testWhileLoop INFO:tensorflow:Running testWhileLoop in GRAPH mode. I0227 00:34:35.577940 281473605399600 test_util.py:1612] Running testWhileLoop in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoop): 0.42s I0227 00:34:35.996337 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoop): 0.42s INFO:tensorflow:Running testWhileLoop in EAGER mode. I0227 00:34:35.998701 281473605399600 test_util.py:1631] Running testWhileLoop in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoop): 0.09s I0227 00:34:36.089305 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoop): 0.09s [ OK ] BatchJacobianTest.testWhileLoop [ RUN ] BatchJacobianTest.testWhileLoopDefun INFO:tensorflow:Running testWhileLoopDefun in GRAPH mode. I0227 00:34:36.091188 281473605399600 test_util.py:1612] Running testWhileLoopDefun in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoopDefun): 0.49s I0227 00:34:36.583822 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoopDefun): 0.49s INFO:tensorflow:Running testWhileLoopDefun in EAGER mode. I0227 00:34:36.586210 281473605399600 test_util.py:1631] Running testWhileLoopDefun in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoopDefun): 0.33s I0227 00:34:36.920753 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoopDefun): 0.33s [ OK ] BatchJacobianTest.testWhileLoopDefun [ RUN ] BatchJacobianTest.test_degenerate_shape0 (True, True) INFO:tensorflow:Running test_degenerate_shape in GRAPH mode. I0227 00:34:36.921587 281473605399600 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 0.56s I0227 00:34:37.485148 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 0.56s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0227 00:34:37.486725 281473605399600 test_util.py:1631] Running test_degenerate_shape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 0.48s I0227 00:34:37.968117 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 0.48s [ OK ] BatchJacobianTest.test_degenerate_shape0 (True, True) [ RUN ] BatchJacobianTest.test_degenerate_shape1 (True, False) INFO:tensorflow:Running test_degenerate_shape in GRAPH mode. I0227 00:34:37.969120 281473605399600 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.38s I0227 00:34:38.345986 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.38s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0227 00:34:38.347727 281473605399600 test_util.py:1631] Running test_degenerate_shape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.34s I0227 00:34:38.686930 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.34s [ OK ] BatchJacobianTest.test_degenerate_shape1 (True, False) [ RUN ] BatchJacobianTest.test_degenerate_shape2 (False, True) INFO:tensorflow:Running test_degenerate_shape in GRAPH mode. I0227 00:34:38.687860 281473605399600 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape2 (False, True)): 0.48s I0227 00:34:39.170908 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape2 (False, True)): 0.48s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0227 00:34:39.172270 281473605399600 test_util.py:1631] Running test_degenerate_shape in EAGER mode. WARNING:tensorflow:6 out of the last 6 calls to .f at 0xfffe682116c0> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:34:39.770869 281473605399600 polymorphic_function.py:157] 6 out of the last 6 calls to .f at 0xfffe682116c0> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape2 (False, True)): 0.61s I0227 00:34:39.780819 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape2 (False, True)): 0.61s [ OK ] BatchJacobianTest.test_degenerate_shape2 (False, True) [ RUN ] BatchJacobianTest.test_degenerate_shape3 (False, False) INFO:tensorflow:Running test_degenerate_shape in GRAPH mode. I0227 00:34:39.782024 281473605399600 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape3 (False, False)): 0.19s I0227 00:34:39.973518 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape3 (False, False)): 0.19s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0227 00:34:39.975119 281473605399600 test_util.py:1631] Running test_degenerate_shape in EAGER mode. 2024-02-27 00:34:39.995520: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: INVALID_ARGUMENT: indices = 0 is not in [0, 0) INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape3 (False, False)): 0.03s I0227 00:34:40.004154 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape3 (False, False)): 0.03s [ OK ] BatchJacobianTest.test_degenerate_shape3 (False, False) [ RUN ] BatchJacobianTest.test_parallel_iterations INFO:tensorflow:Running test_parallel_iterations in GRAPH mode. I0227 00:34:40.005414 281473605399600 test_util.py:1612] Running test_parallel_iterations in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_parallel_iterations): 1.48s I0227 00:34:41.485994 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.test_parallel_iterations): 1.48s INFO:tensorflow:Running test_parallel_iterations in EAGER mode. I0227 00:34:41.491910 281473605399600 test_util.py:1631] Running test_parallel_iterations in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_parallel_iterations): 4.33s I0227 00:34:45.826328 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.test_parallel_iterations): 4.33s [ OK ] BatchJacobianTest.test_parallel_iterations [ RUN ] BatchJacobianTest.test_session [ SKIPPED ] BatchJacobianTest.test_session [ RUN ] BatchJacobianTest.test_strided_slice INFO:tensorflow:Running test_strided_slice in GRAPH mode. I0227 00:34:45.828047 281473605399600 test_util.py:1612] Running test_strided_slice in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_strided_slice): 0.45s I0227 00:34:46.282974 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.test_strided_slice): 0.45s INFO:tensorflow:Running test_strided_slice in EAGER mode. I0227 00:34:46.283814 281473605399600 test_util.py:1631] Running test_strided_slice in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_strided_slice): 0.57s I0227 00:34:46.855052 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.test_strided_slice): 0.57s [ OK ] BatchJacobianTest.test_strided_slice [ RUN ] BatchJacobianTest.test_zeros_type_correct0 (True) INFO:tensorflow:Running test_zeros_type_correct in GRAPH mode. I0227 00:34:46.856791 281473605399600 test_util.py:1612] Running test_zeros_type_correct in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 0.77s I0227 00:34:47.626140 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 0.77s INFO:tensorflow:Running test_zeros_type_correct in EAGER mode. I0227 00:34:47.629051 281473605399600 test_util.py:1631] Running test_zeros_type_correct in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 1.38s I0227 00:34:49.011730 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 1.38s [ OK ] BatchJacobianTest.test_zeros_type_correct0 (True) [ RUN ] BatchJacobianTest.test_zeros_type_correct1 (False) INFO:tensorflow:Running test_zeros_type_correct in GRAPH mode. I0227 00:34:49.013117 281473605399600 test_util.py:1612] Running test_zeros_type_correct in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 1.58s I0227 00:34:50.592944 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 1.58s INFO:tensorflow:Running test_zeros_type_correct in EAGER mode. I0227 00:34:50.598726 281473605399600 test_util.py:1631] Running test_zeros_type_correct in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 0.42s I0227 00:34:51.015192 281473605399600 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 0.42s [ OK ] BatchJacobianTest.test_zeros_type_correct1 (False) [ RUN ] JacobianTest.testPersistentTape [ SKIPPED ] JacobianTest.testPersistentTape INFO:tensorflow:time(__main__.JacobianTest.testPersistentTape): 0.0s I0227 00:34:51.017519 281473605399600 test_util.py:2620] time(__main__.JacobianTest.testPersistentTape): 0.0s [ RUN ] JacobianTest.testPfor [ SKIPPED ] JacobianTest.testPfor INFO:tensorflow:time(__main__.JacobianTest.testPfor): 0.0s I0227 00:34:51.018186 281473605399600 test_util.py:2620] time(__main__.JacobianTest.testPfor): 0.0s [ RUN ] JacobianTest.testPforDefun [ SKIPPED ] JacobianTest.testPforDefun INFO:tensorflow:time(__main__.JacobianTest.testPforDefun): 0.0s I0227 00:34:51.018767 281473605399600 test_util.py:2620] time(__main__.JacobianTest.testPforDefun): 0.0s [ RUN ] JacobianTest.testWhileLoop [ SKIPPED ] JacobianTest.testWhileLoop INFO:tensorflow:time(__main__.JacobianTest.testWhileLoop): 0.0s I0227 00:34:51.019339 281473605399600 test_util.py:2620] time(__main__.JacobianTest.testWhileLoop): 0.0s [ RUN ] JacobianTest.testWhileLoopDefun [ SKIPPED ] JacobianTest.testWhileLoopDefun INFO:tensorflow:time(__main__.JacobianTest.testWhileLoopDefun): 0.0s I0227 00:34:51.019900 281473605399600 test_util.py:2620] time(__main__.JacobianTest.testWhileLoopDefun): 0.0s [ RUN ] JacobianTest.test_cond_func_grad_jacobian WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:34:51.497867 281473605399600 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. INFO:tensorflow:time(__main__.JacobianTest.test_cond_func_grad_jacobian): 3.85s I0227 00:34:54.869281 281473605399600 test_util.py:2620] time(__main__.JacobianTest.test_cond_func_grad_jacobian): 3.85s [ OK ] JacobianTest.test_cond_func_grad_jacobian [ RUN ] JacobianTest.test_empty_tensor_consistent_jacobian 2024-02-27 00:34:55.098341: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: INVALID_ARGUMENT: indices = 0 is not in [0, 0) INFO:tensorflow:time(__main__.JacobianTest.test_empty_tensor_consistent_jacobian): 0.23s I0227 00:34:55.102462 281473605399600 test_util.py:2620] time(__main__.JacobianTest.test_empty_tensor_consistent_jacobian): 0.23s [ OK ] JacobianTest.test_empty_tensor_consistent_jacobian [ RUN ] JacobianTest.test_foldl_partial_function INFO:tensorflow:time(__main__.JacobianTest.test_foldl_partial_function): 10.8s I0227 00:35:05.901134 281473605399600 test_util.py:2620] time(__main__.JacobianTest.test_foldl_partial_function): 10.8s [ OK ] JacobianTest.test_foldl_partial_function [ RUN ] JacobianTest.test_foldl_pure_function INFO:tensorflow:time(__main__.JacobianTest.test_foldl_pure_function): 6.84s I0227 00:35:12.740815 281473605399600 test_util.py:2620] time(__main__.JacobianTest.test_foldl_pure_function): 6.84s [ OK ] JacobianTest.test_foldl_pure_function [ RUN ] JacobianTest.test_grad_jacobian_conv INFO:tensorflow:time(__main__.JacobianTest.test_grad_jacobian_conv): 3.87s I0227 00:35:16.612133 281473605399600 test_util.py:2620] time(__main__.JacobianTest.test_grad_jacobian_conv): 3.87s [ OK ] JacobianTest.test_grad_jacobian_conv [ RUN ] JacobianTest.test_indexed_slices INFO:tensorflow:Running test_indexed_slices in GRAPH mode. I0227 00:35:16.613850 281473605399600 test_util.py:1612] Running test_indexed_slices in GRAPH mode. WARNING:tensorflow:Converting IndexedSlices(indices=Tensor("gradient_tape/embedding_lookup/Reshape_1:0", shape=(2,), dtype=int32), values=Tensor("gradient_tape/embedding_lookup/Reshape:0", shape=(2, 2), dtype=float32), dense_shape=Tensor("gradient_tape/embedding_lookup/Cast:0", shape=(2,), dtype=int32)) to a dense representation may make it slow. Alternatively, output the indices and values of the IndexedSlices separately, and handle the vectorized outputs directly. W0227 00:35:16.670294 281473605399600 control_flow_ops.py:320] Converting IndexedSlices(indices=Tensor("gradient_tape/embedding_lookup/Reshape_1:0", shape=(2,), dtype=int32), values=Tensor("gradient_tape/embedding_lookup/Reshape:0", shape=(2, 2), dtype=float32), dense_shape=Tensor("gradient_tape/embedding_lookup/Cast:0", shape=(2,), dtype=int32)) to a dense representation may make it slow. Alternatively, output the indices and values of the IndexedSlices separately, and handle the vectorized outputs directly. INFO:tensorflow:time(__main__.JacobianTest.test_indexed_slices): 0.55s I0227 00:35:17.168417 281473605399600 test_util.py:2620] time(__main__.JacobianTest.test_indexed_slices): 0.55s INFO:tensorflow:Running test_indexed_slices in EAGER mode. I0227 00:35:17.170857 281473605399600 test_util.py:1631] Running test_indexed_slices in EAGER mode. WARNING:tensorflow:Converting IndexedSlices(indices=Tensor("gradient_tape/Reshape_2:0", shape=(2,), dtype=int32), values=Tensor("gradient_tape/Reshape_1:0", shape=(2, 2), dtype=float32), dense_shape=Tensor("gradient_tape/Cast:0", shape=(2,), dtype=int32, device=/job:localhost/replica:0/task:0/device:CPU:0)) to a dense representation may make it slow. Alternatively, output the indices and values of the IndexedSlices separately, and handle the vectorized outputs directly. W0227 00:35:17.239824 281473605399600 control_flow_ops.py:320] Converting IndexedSlices(indices=Tensor("gradient_tape/Reshape_2:0", shape=(2,), dtype=int32), values=Tensor("gradient_tape/Reshape_1:0", shape=(2, 2), dtype=float32), dense_shape=Tensor("gradient_tape/Cast:0", shape=(2,), dtype=int32, device=/job:localhost/replica:0/task:0/device:CPU:0)) to a dense representation may make it slow. Alternatively, output the indices and values of the IndexedSlices separately, and handle the vectorized outputs directly. INFO:tensorflow:time(__main__.JacobianTest.test_indexed_slices): 0.62s I0227 00:35:17.795864 281473605399600 test_util.py:2620] time(__main__.JacobianTest.test_indexed_slices): 0.62s [ OK ] JacobianTest.test_indexed_slices [ RUN ] JacobianTest.test_nested_batch_jacobian_foldl INFO:tensorflow:time(__main__.JacobianTest.test_nested_batch_jacobian_foldl): 42.35s I0227 00:36:00.143622 281473605399600 test_util.py:2620] time(__main__.JacobianTest.test_nested_batch_jacobian_foldl): 42.35s [ OK ] JacobianTest.test_nested_batch_jacobian_foldl [ RUN ] JacobianTest.test_nested_jacobian INFO:tensorflow:Running test_nested_jacobian in GRAPH mode. I0227 00:36:00.145387 281473605399600 test_util.py:1612] Running test_nested_jacobian in GRAPH mode. INFO:tensorflow:time(__main__.JacobianTest.test_nested_jacobian): 0.49s I0227 00:36:00.631663 281473605399600 test_util.py:2620] time(__main__.JacobianTest.test_nested_jacobian): 0.49s INFO:tensorflow:Running test_nested_jacobian in EAGER mode. I0227 00:36:00.634017 281473605399600 test_util.py:1631] Running test_nested_jacobian in EAGER mode. [ SKIPPED ] JacobianTest.test_nested_jacobian [eager_mode] INFO:tensorflow:time(__main__.JacobianTest.test_nested_jacobian): 0.0s I0227 00:36:00.634481 281473605399600 test_util.py:2620] time(__main__.JacobianTest.test_nested_jacobian): 0.0s No pending test case: __main__.JacobianTest.test_nested_jacobian [ RUN ] JacobianTest.test_parallel_iterations [ SKIPPED ] JacobianTest.test_parallel_iterations INFO:tensorflow:time(__main__.JacobianTest.test_parallel_iterations): 0.0s I0227 00:36:00.635205 281473605399600 test_util.py:2620] time(__main__.JacobianTest.test_parallel_iterations): 0.0s [ RUN ] JacobianTest.test_session [ SKIPPED ] JacobianTest.test_session ====================================================================== ERROR: testBatchJacobianInsideGradientTapeScope (__main__.BackpropTest) BackpropTest.testBatchJacobianInsideGradientTapeScope ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testGadientTapeCalledOnConstantTarget (__main__.BackpropTest) BackpropTest.testGadientTapeCalledOnConstantTarget ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testGradientTape (__main__.BackpropTest) BackpropTest.testGradientTape ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testGradientTapeBatchJacobianCalledMultipleTimes (__main__.BackpropTest) BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testGradientTapeJacobianCalledMultipleTimes (__main__.BackpropTest) BackpropTest.testGradientTapeJacobianCalledMultipleTimes ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testGradientTapeRepeatedSource (__main__.BackpropTest) BackpropTest.testGradientTapeRepeatedSource ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testGradientTapeStructure (__main__.BackpropTest) BackpropTest.testGradientTapeStructure ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testGradientTapeVariable (__main__.BackpropTest) BackpropTest.testGradientTapeVariable ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testHigherOrderGradient (__main__.BackpropTest) BackpropTest.testHigherOrderGradient ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testJacobianInsideGradientTapeScope (__main__.BackpropTest) BackpropTest.testJacobianInsideGradientTapeScope ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testNestedGradients (__main__.BackpropTest) BackpropTest.testNestedGradients ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testPersistentGradientTapeRepeatedSource (__main__.BackpropTest) BackpropTest.testPersistentGradientTapeRepeatedSource ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testPersistentNestedTape (__main__.BackpropTest) BackpropTest.testPersistentNestedTape ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testUnconnectedGradientsDefault (__main__.BackpropTest) BackpropTest.testUnconnectedGradientsDefault ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testUnconnectedGradientsVariablesZeros (__main__.BackpropTest) BackpropTest.testUnconnectedGradientsVariablesZeros ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testUnconnectedGradientsZeros (__main__.BackpropTest) BackpropTest.testUnconnectedGradientsZeros ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== FAIL: testRecomputeGradWithNestedFunctionAndWhileLoop0 (True) (__main__.BackpropTest) BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True) testRecomputeGradWithNestedFunctionAndWhileLoop(True) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 318, in bound_param_test return test_method(self, testcase_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 123, 'Operation': 108, 'TensorShape': 66}) ====================================================================== FAIL: testRecomputeGradWithNestedFunctionAndWhileLoop1 (False) (__main__.BackpropTest) BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False) testRecomputeGradWithNestedFunctionAndWhileLoop(False) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 318, in bound_param_test return test_method(self, testcase_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 123, 'Operation': 108, 'TensorShape': 66}) ---------------------------------------------------------------------- Ran 159 tests in 156.979s FAILED (failures=2, errors=16, skipped=21) ================================================================================ ==================== Test output for //tensorflow/python/eager:backprop_test_cpu: Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] AggregateIndexedSlicesGradientsTest.testMixedTensorAndIndexedSlices INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testMixedTensorAndIndexedSlices): 0.72s I0227 00:36:11.707435 281472866153520 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testMixedTensorAndIndexedSlices): 0.72s [ OK ] AggregateIndexedSlicesGradientsTest.testMixedTensorAndIndexedSlices [ RUN ] AggregateIndexedSlicesGradientsTest.testMultipleGradients INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradients): 0.02s I0227 00:36:11.726534 281472866153520 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradients): 0.02s [ OK ] AggregateIndexedSlicesGradientsTest.testMultipleGradients [ RUN ] AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones): 0.02s I0227 00:36:11.743964 281472866153520 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones): 0.02s [ OK ] AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones [ RUN ] AggregateIndexedSlicesGradientsTest.testNoGradients INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testNoGradients): 0.0s I0227 00:36:11.744940 281472866153520 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testNoGradients): 0.0s [ OK ] AggregateIndexedSlicesGradientsTest.testNoGradients [ RUN ] AggregateIndexedSlicesGradientsTest.testOneGradient INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testOneGradient): 0.01s I0227 00:36:11.758510 281472866153520 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testOneGradient): 0.01s [ OK ] AggregateIndexedSlicesGradientsTest.testOneGradient [ RUN ] AggregateIndexedSlicesGradientsTest.test_session [ SKIPPED ] AggregateIndexedSlicesGradientsTest.test_session [ RUN ] BackpropTest.testAggregateGradients INFO:tensorflow:Running testAggregateGradients in GRAPH mode. I0227 00:36:11.759922 281472866153520 test_util.py:1612] Running testAggregateGradients in GRAPH mode. WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/contextlib.py:105: TensorFlowTestCase.test_session (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `self.session()` or `self.cached_session()` instead. W0227 00:36:11.760447 281472866153520 deprecation.py:50] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/contextlib.py:105: TensorFlowTestCase.test_session (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `self.session()` or `self.cached_session()` instead. 2024-02-27 00:36:11.953742: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:388] MLIR V1 optimization pass is not enabled INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradients): 0.59s I0227 00:36:12.347761 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradients): 0.59s INFO:tensorflow:Running testAggregateGradients in EAGER mode. I0227 00:36:12.349438 281472866153520 test_util.py:1631] Running testAggregateGradients in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradients): 0.15s I0227 00:36:12.502373 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradients): 0.15s [ OK ] BackpropTest.testAggregateGradients [ RUN ] BackpropTest.testAggregateGradientsWithTensor INFO:tensorflow:Running testAggregateGradientsWithTensor in GRAPH mode. I0227 00:36:12.503777 281472866153520 test_util.py:1612] Running testAggregateGradientsWithTensor in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.37s I0227 00:36:12.875680 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.37s INFO:tensorflow:Running testAggregateGradientsWithTensor in EAGER mode. I0227 00:36:12.877155 281472866153520 test_util.py:1631] Running testAggregateGradientsWithTensor in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.11s I0227 00:36:12.989613 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.11s [ OK ] BackpropTest.testAggregateGradientsWithTensor [ RUN ] BackpropTest.testArgmax INFO:tensorflow:time(__main__.BackpropTest.testArgmax): 1.18s I0227 00:36:14.168884 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testArgmax): 1.18s [ OK ] BackpropTest.testArgmax [ RUN ] BackpropTest.testArgsGradientFunction INFO:tensorflow:time(__main__.BackpropTest.testArgsGradientFunction): 0.01s I0227 00:36:14.178228 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testArgsGradientFunction): 0.01s [ OK ] BackpropTest.testArgsGradientFunction [ RUN ] BackpropTest.testAutomaticWatchedVariables INFO:tensorflow:time(__main__.BackpropTest.testAutomaticWatchedVariables): 0.02s I0227 00:36:14.194134 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testAutomaticWatchedVariables): 0.02s [ OK ] BackpropTest.testAutomaticWatchedVariables [ RUN ] BackpropTest.testBatchJacobianInsideGradientTapeScope WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:36:15.281217 281472866153520 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. [ FAILED ] BackpropTest.testBatchJacobianInsideGradientTapeScope INFO:tensorflow:time(__main__.BackpropTest.testBatchJacobianInsideGradientTapeScope): 4.33s I0227 00:36:18.523294 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testBatchJacobianInsideGradientTapeScope): 4.33s [ RUN ] BackpropTest.testBatchJacobianParallelIterations INFO:tensorflow:time(__main__.BackpropTest.testBatchJacobianParallelIterations): 2.72s I0227 00:36:21.239750 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testBatchJacobianParallelIterations): 2.72s [ OK ] BackpropTest.testBatchJacobianParallelIterations [ RUN ] BackpropTest.testCPU INFO:tensorflow:time(__main__.BackpropTest.testCPU): 1.48s I0227 00:36:22.720414 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testCPU): 1.48s [ OK ] BackpropTest.testCPU [ RUN ] BackpropTest.testCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testCustomGradient): 1.73s I0227 00:36:24.452889 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testCustomGradient): 1.73s [ OK ] BackpropTest.testCustomGradient [ RUN ] BackpropTest.testCustomGradientEmptyError INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientEmptyError): 0.07s I0227 00:36:24.524600 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientEmptyError): 0.07s [ OK ] BackpropTest.testCustomGradientEmptyError [ RUN ] BackpropTest.testCustomGradientForwardprop INFO:tensorflow:Running testCustomGradientForwardprop in GRAPH mode. I0227 00:36:24.525656 281472866153520 test_util.py:1612] Running testCustomGradientForwardprop in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientForwardprop): 0.16s I0227 00:36:24.684712 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientForwardprop): 0.16s INFO:tensorflow:Running testCustomGradientForwardprop in EAGER mode. I0227 00:36:24.685760 281472866153520 test_util.py:1631] Running testCustomGradientForwardprop in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientForwardprop): 0.05s I0227 00:36:24.740731 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientForwardprop): 0.05s [ OK ] BackpropTest.testCustomGradientForwardprop [ RUN ] BackpropTest.testCustomGradientIdentity INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientIdentity): 2.92s I0227 00:36:27.663161 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientIdentity): 2.92s [ OK ] BackpropTest.testCustomGradientIdentity [ RUN ] BackpropTest.testCustomGradientInEagerAndGraph INFO:tensorflow:Running testCustomGradientInEagerAndGraph in GRAPH mode. I0227 00:36:27.664173 281472866153520 test_util.py:1612] Running testCustomGradientInEagerAndGraph in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.58s I0227 00:36:28.246664 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.58s INFO:tensorflow:Running testCustomGradientInEagerAndGraph in EAGER mode. I0227 00:36:28.247615 281472866153520 test_util.py:1631] Running testCustomGradientInEagerAndGraph in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.01s I0227 00:36:28.255483 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.01s [ OK ] BackpropTest.testCustomGradientInEagerAndGraph [ RUN ] BackpropTest.testDifferentiatingFunctionThatReturnsNone INFO:tensorflow:time(__main__.BackpropTest.testDifferentiatingFunctionThatReturnsNone): 0.0s I0227 00:36:28.260314 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testDifferentiatingFunctionThatReturnsNone): 0.0s [ OK ] BackpropTest.testDifferentiatingFunctionThatReturnsNone [ RUN ] BackpropTest.testDifferentiatingScalarCache INFO:tensorflow:Running testDifferentiatingScalarCache in GRAPH mode. I0227 00:36:28.260992 281472866153520 test_util.py:1612] Running testDifferentiatingScalarCache in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.02s I0227 00:36:28.285485 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.02s INFO:tensorflow:Running testDifferentiatingScalarCache in EAGER mode. I0227 00:36:28.286410 281472866153520 test_util.py:1631] Running testDifferentiatingScalarCache in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.0s I0227 00:36:28.291410 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.0s [ OK ] BackpropTest.testDifferentiatingScalarCache [ RUN ] BackpropTest.testDy INFO:tensorflow:time(__main__.BackpropTest.testDy): 0.0s I0227 00:36:28.296128 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testDy): 0.0s [ OK ] BackpropTest.testDy [ RUN ] BackpropTest.testEmptyParams INFO:tensorflow:time(__main__.BackpropTest.testEmptyParams): 1.69s I0227 00:36:29.987515 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testEmptyParams): 1.69s [ OK ] BackpropTest.testEmptyParams [ RUN ] BackpropTest.testEmptyParamsForValueAndGradFunction INFO:tensorflow:time(__main__.BackpropTest.testEmptyParamsForValueAndGradFunction): 3.07s I0227 00:36:33.053777 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testEmptyParamsForValueAndGradFunction): 3.07s [ OK ] BackpropTest.testEmptyParamsForValueAndGradFunction [ RUN ] BackpropTest.testErrors INFO:tensorflow:time(__main__.BackpropTest.testErrors): 0.01s I0227 00:36:33.060046 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testErrors): 0.01s [ OK ] BackpropTest.testErrors [ RUN ] BackpropTest.testExceptionSafety INFO:tensorflow:time(__main__.BackpropTest.testExceptionSafety): 1.33s I0227 00:36:34.386212 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testExceptionSafety): 1.33s [ OK ] BackpropTest.testExceptionSafety [ RUN ] BackpropTest.testExplicitWatchedVariables INFO:tensorflow:time(__main__.BackpropTest.testExplicitWatchedVariables): 0.01s I0227 00:36:34.400293 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testExplicitWatchedVariables): 0.01s [ OK ] BackpropTest.testExplicitWatchedVariables [ RUN ] BackpropTest.testFunctionIndexedSlicesGradient INFO:tensorflow:time(__main__.BackpropTest.testFunctionIndexedSlicesGradient): 0.16s I0227 00:36:34.556646 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testFunctionIndexedSlicesGradient): 0.16s [ OK ] BackpropTest.testFunctionIndexedSlicesGradient [ RUN ] BackpropTest.testGPU WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py:1957: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.config.list_physical_devices('GPU')` instead. W0227 00:36:34.558115 281472866153520 deprecation.py:50] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py:1957: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.config.list_physical_devices('GPU')` instead. [ SKIPPED ] BackpropTest.testGPU INFO:tensorflow:time(__main__.BackpropTest.testGPU): 0.0s I0227 00:36:34.558856 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGPU): 0.0s [ RUN ] BackpropTest.testGPUImplicitGrad [ SKIPPED ] BackpropTest.testGPUImplicitGrad INFO:tensorflow:time(__main__.BackpropTest.testGPUImplicitGrad): 0.0s I0227 00:36:34.559607 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGPUImplicitGrad): 0.0s [ RUN ] BackpropTest.testGadientTapeCalledOnConstantTarget INFO:tensorflow:Running testGadientTapeCalledOnConstantTarget in GRAPH mode. I0227 00:36:35.576202 281472866153520 test_util.py:1612] Running testGadientTapeCalledOnConstantTarget in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 1.07s I0227 00:36:35.633407 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 1.07s INFO:tensorflow:Running testGadientTapeCalledOnConstantTarget in EAGER mode. I0227 00:36:35.634194 281472866153520 test_util.py:1631] Running testGadientTapeCalledOnConstantTarget in EAGER mode. [ FAILED ] BackpropTest.testGadientTapeCalledOnConstantTarget INFO:tensorflow:time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 2.08s I0227 00:36:37.717076 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 2.08s [ RUN ] BackpropTest.testGetAttrList INFO:tensorflow:time(__main__.BackpropTest.testGetAttrList): 0.0s I0227 00:36:37.718046 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGetAttrList): 0.0s [ OK ] BackpropTest.testGetAttrList [ RUN ] BackpropTest.testGetAttrType INFO:tensorflow:time(__main__.BackpropTest.testGetAttrType): 0.0s I0227 00:36:37.718720 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGetAttrType): 0.0s [ OK ] BackpropTest.testGetAttrType [ RUN ] BackpropTest.testGradGrad INFO:tensorflow:time(__main__.BackpropTest.testGradGrad): 4.07s I0227 00:36:41.905024 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradGrad): 4.07s [ OK ] BackpropTest.testGradGrad [ RUN ] BackpropTest.testGradGradExp INFO:tensorflow:time(__main__.BackpropTest.testGradGradExp): 1.74s I0227 00:36:43.646998 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradGradExp): 1.74s [ OK ] BackpropTest.testGradGradExp [ RUN ] BackpropTest.testGradientInsideLoop INFO:tensorflow:time(__main__.BackpropTest.testGradientInsideLoop): 0.15s I0227 00:36:43.795355 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradientInsideLoop): 0.15s [ OK ] BackpropTest.testGradientInsideLoop [ RUN ] BackpropTest.testGradientInteger INFO:tensorflow:time(__main__.BackpropTest.testGradientInteger): 0.01s I0227 00:36:43.801179 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradientInteger): 0.01s [ OK ] BackpropTest.testGradientInteger [ RUN ] BackpropTest.testGradientNone WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/util/dispatch.py:1260: softmax_cross_entropy_with_logits (from tensorflow.python.ops.nn_ops) is deprecated and will be removed in a future version. Instructions for updating: Future major versions of TensorFlow will allow gradients to flow into the labels input on backprop by default. See `tf.nn.softmax_cross_entropy_with_logits_v2`. W0227 00:36:44.288055 281472866153520 deprecation.py:50] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/util/dispatch.py:1260: softmax_cross_entropy_with_logits (from tensorflow.python.ops.nn_ops) is deprecated and will be removed in a future version. Instructions for updating: Future major versions of TensorFlow will allow gradients to flow into the labels input on backprop by default. See `tf.nn.softmax_cross_entropy_with_logits_v2`. INFO:tensorflow:time(__main__.BackpropTest.testGradientNone): 1.31s I0227 00:36:45.111867 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradientNone): 1.31s [ OK ] BackpropTest.testGradientNone [ RUN ] BackpropTest.testGradientTape INFO:tensorflow:Running testGradientTape in GRAPH mode. I0227 00:36:46.613007 281472866153520 test_util.py:1612] Running testGradientTape in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTape): 1.57s I0227 00:36:46.680757 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradientTape): 1.57s INFO:tensorflow:Running testGradientTape in EAGER mode. I0227 00:36:46.681765 281472866153520 test_util.py:1631] Running testGradientTape in EAGER mode. [ FAILED ] BackpropTest.testGradientTape INFO:tensorflow:time(__main__.BackpropTest.testGradientTape): 2.39s I0227 00:36:49.075155 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradientTape): 2.39s [ RUN ] BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes [ FAILED ] BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes): 5.5s I0227 00:36:54.573098 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes): 5.5s [ RUN ] BackpropTest.testGradientTapeGradientCalledMultipleTimes INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeGradientCalledMultipleTimes): 1.75s I0227 00:36:56.323415 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeGradientCalledMultipleTimes): 1.75s [ OK ] BackpropTest.testGradientTapeGradientCalledMultipleTimes [ RUN ] BackpropTest.testGradientTapeJacobianCalledMultipleTimes [ FAILED ] BackpropTest.testGradientTapeJacobianCalledMultipleTimes INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeJacobianCalledMultipleTimes): 3.15s I0227 00:36:59.473550 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeJacobianCalledMultipleTimes): 3.15s [ RUN ] BackpropTest.testGradientTapeReEnterContext INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeReEnterContext): 3.15s I0227 00:37:02.627060 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeReEnterContext): 3.15s [ OK ] BackpropTest.testGradientTapeReEnterContext [ RUN ] BackpropTest.testGradientTapeRepeatedSource INFO:tensorflow:Running testGradientTapeRepeatedSource in GRAPH mode. I0227 00:37:03.952113 281472866153520 test_util.py:1612] Running testGradientTapeRepeatedSource in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeRepeatedSource): 1.36s I0227 00:37:03.985556 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeRepeatedSource): 1.36s INFO:tensorflow:Running testGradientTapeRepeatedSource in EAGER mode. I0227 00:37:03.986581 281472866153520 test_util.py:1631] Running testGradientTapeRepeatedSource in EAGER mode. [ FAILED ] BackpropTest.testGradientTapeRepeatedSource INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeRepeatedSource): 1.49s I0227 00:37:05.479767 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeRepeatedSource): 1.49s [ RUN ] BackpropTest.testGradientTapeStructure INFO:tensorflow:Running testGradientTapeStructure in GRAPH mode. I0227 00:37:06.523666 281472866153520 test_util.py:1612] Running testGradientTapeStructure in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeStructure): 1.18s I0227 00:37:06.664683 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeStructure): 1.18s INFO:tensorflow:Running testGradientTapeStructure in EAGER mode. I0227 00:37:06.666416 281472866153520 test_util.py:1631] Running testGradientTapeStructure in EAGER mode. [ FAILED ] BackpropTest.testGradientTapeStructure INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeStructure): 1.06s I0227 00:37:07.724837 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeStructure): 1.06s [ RUN ] BackpropTest.testGradientTapeVariable INFO:tensorflow:Running testGradientTapeVariable in GRAPH mode. I0227 00:37:08.150072 281472866153520 test_util.py:1612] Running testGradientTapeVariable in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeVariable): 0.46s I0227 00:37:08.185412 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeVariable): 0.46s INFO:tensorflow:Running testGradientTapeVariable in EAGER mode. I0227 00:37:08.186686 281472866153520 test_util.py:1631] Running testGradientTapeVariable in EAGER mode. [ FAILED ] BackpropTest.testGradientTapeVariable INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeVariable): 0.67s I0227 00:37:08.852706 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeVariable): 0.67s [ RUN ] BackpropTest.testGradientTapeWithCond INFO:tensorflow:Running testGradientTapeWithCond in GRAPH mode. I0227 00:37:08.854006 281472866153520 test_util.py:1612] Running testGradientTapeWithCond in GRAPH mode. [ SKIPPED ] BackpropTest.testGradientTapeWithCond [graph_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithCond): 0.0s I0227 00:37:08.856240 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeWithCond): 0.0s INFO:tensorflow:Running testGradientTapeWithCond in EAGER mode. I0227 00:37:08.856899 281472866153520 test_util.py:1631] Running testGradientTapeWithCond in EAGER mode. [ SKIPPED ] BackpropTest.testGradientTapeWithCond [eager_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithCond): 0.0s I0227 00:37:08.857322 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeWithCond): 0.0s No pending test case: __main__.BackpropTest.testGradientTapeWithCond [ RUN ] BackpropTest.testGradientTapeWithWhileLoop INFO:tensorflow:Running testGradientTapeWithWhileLoop in GRAPH mode. I0227 00:37:08.857853 281472866153520 test_util.py:1612] Running testGradientTapeWithWhileLoop in GRAPH mode. [ SKIPPED ] BackpropTest.testGradientTapeWithWhileLoop [graph_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithWhileLoop): 0.0s I0227 00:37:08.858949 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeWithWhileLoop): 0.0s INFO:tensorflow:Running testGradientTapeWithWhileLoop in EAGER mode. I0227 00:37:08.859542 281472866153520 test_util.py:1631] Running testGradientTapeWithWhileLoop in EAGER mode. [ SKIPPED ] BackpropTest.testGradientTapeWithWhileLoop [eager_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithWhileLoop): 0.0s I0227 00:37:08.859950 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeWithWhileLoop): 0.0s No pending test case: __main__.BackpropTest.testGradientTapeWithWhileLoop [ RUN ] BackpropTest.testGradientWithinTapeBlock INFO:tensorflow:Running testGradientWithinTapeBlock in GRAPH mode. I0227 00:37:08.860463 281472866153520 test_util.py:1612] Running testGradientWithinTapeBlock in GRAPH mode. WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:37:08.891831 281472866153520 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. INFO:tensorflow:time(__main__.BackpropTest.testGradientWithinTapeBlock): 0.04s I0227 00:37:08.903241 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradientWithinTapeBlock): 0.04s INFO:tensorflow:Running testGradientWithinTapeBlock in EAGER mode. I0227 00:37:08.904502 281472866153520 test_util.py:1631] Running testGradientWithinTapeBlock in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientWithinTapeBlock): 0.11s I0227 00:37:09.018483 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradientWithinTapeBlock): 0.11s [ OK ] BackpropTest.testGradientWithinTapeBlock [ RUN ] BackpropTest.testGradientsFunctionInCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testGradientsFunctionInCustomGradient): 0.01s I0227 00:37:09.026780 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testGradientsFunctionInCustomGradient): 0.01s [ OK ] BackpropTest.testGradientsFunctionInCustomGradient [ RUN ] BackpropTest.testHigherOrderGradient INFO:tensorflow:Running testHigherOrderGradient in GRAPH mode. I0227 00:37:09.575716 281472866153520 test_util.py:1612] Running testHigherOrderGradient in GRAPH mode. WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:37:09.581178 281472866153520 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:37:09.589480 281472866153520 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. INFO:tensorflow:time(__main__.BackpropTest.testHigherOrderGradient): 0.62s I0227 00:37:09.644536 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testHigherOrderGradient): 0.62s INFO:tensorflow:Running testHigherOrderGradient in EAGER mode. I0227 00:37:09.646095 281472866153520 test_util.py:1631] Running testHigherOrderGradient in EAGER mode. [ FAILED ] BackpropTest.testHigherOrderGradient INFO:tensorflow:time(__main__.BackpropTest.testHigherOrderGradient): 0.74s I0227 00:37:10.383634 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testHigherOrderGradient): 0.74s [ RUN ] BackpropTest.testImplicitGradOrdering INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradOrdering): 0.02s I0227 00:37:10.399764 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradOrdering): 0.02s [ OK ] BackpropTest.testImplicitGradOrdering [ RUN ] BackpropTest.testImplicitGradOverEmbeddingLookup INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradOverEmbeddingLookup): 0.49s I0227 00:37:10.893207 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradOverEmbeddingLookup): 0.49s [ OK ] BackpropTest.testImplicitGradOverEmbeddingLookup [ RUN ] BackpropTest.testImplicitGradWithResourceVariable INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradWithResourceVariable): 0.01s I0227 00:37:10.921999 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradWithResourceVariable): 0.01s [ OK ] BackpropTest.testImplicitGradWithResourceVariable [ RUN ] BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue): 2.81s I0227 00:37:13.730727 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue): 2.81s [ OK ] BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue [ RUN ] BackpropTest.testInvalidRecordOperationMessage INFO:tensorflow:time(__main__.BackpropTest.testInvalidRecordOperationMessage): 0.0s I0227 00:37:13.735678 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testInvalidRecordOperationMessage): 0.0s [ OK ] BackpropTest.testInvalidRecordOperationMessage [ RUN ] BackpropTest.testJacobianCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testJacobianCustomGradient): 3.53s I0227 00:37:17.270197 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testJacobianCustomGradient): 3.53s [ OK ] BackpropTest.testJacobianCustomGradient [ RUN ] BackpropTest.testJacobianInsideGradientTapeScope [ FAILED ] BackpropTest.testJacobianInsideGradientTapeScope INFO:tensorflow:time(__main__.BackpropTest.testJacobianInsideGradientTapeScope): 2.24s I0227 00:37:19.511507 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testJacobianInsideGradientTapeScope): 2.24s [ RUN ] BackpropTest.testMakeAttrShape INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrShape): 0.0s I0227 00:37:19.513401 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrShape): 0.0s [ OK ] BackpropTest.testMakeAttrShape [ RUN ] BackpropTest.testMakeAttrShapeList INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrShapeList): 0.0s I0227 00:37:19.514472 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrShapeList): 0.0s [ OK ] BackpropTest.testMakeAttrShapeList [ RUN ] BackpropTest.testMakeAttrString INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrString): 0.0s I0227 00:37:19.515161 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrString): 0.0s [ OK ] BackpropTest.testMakeAttrString [ RUN ] BackpropTest.testMakeAttrStringList INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrStringList): 0.0s I0227 00:37:19.515882 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrStringList): 0.0s [ OK ] BackpropTest.testMakeAttrStringList [ RUN ] BackpropTest.testMakeAttrType INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrType): 0.0s I0227 00:37:19.516488 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrType): 0.0s [ OK ] BackpropTest.testMakeAttrType [ RUN ] BackpropTest.testMakeAttrTypeList INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrTypeList): 0.0s I0227 00:37:19.517067 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrTypeList): 0.0s [ OK ] BackpropTest.testMakeAttrTypeList [ RUN ] BackpropTest.testMakeVJP INFO:tensorflow:time(__main__.BackpropTest.testMakeVJP): 1.77s I0227 00:37:21.286290 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testMakeVJP): 1.77s [ OK ] BackpropTest.testMakeVJP [ RUN ] BackpropTest.testMulType INFO:tensorflow:time(__main__.BackpropTest.testMulType): 0.01s I0227 00:37:21.296139 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testMulType): 0.01s [ OK ] BackpropTest.testMulType [ RUN ] BackpropTest.testMultiValueConvertToTensor INFO:tensorflow:time(__main__.BackpropTest.testMultiValueConvertToTensor): 1.77s I0227 00:37:23.070621 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testMultiValueConvertToTensor): 1.77s [ OK ] BackpropTest.testMultiValueConvertToTensor [ RUN ] BackpropTest.testMultiValuePreservesIfNotDiffedAgainst INFO:tensorflow:time(__main__.BackpropTest.testMultiValuePreservesIfNotDiffedAgainst): 0.06s I0227 00:37:23.130301 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testMultiValuePreservesIfNotDiffedAgainst): 0.06s [ OK ] BackpropTest.testMultiValuePreservesIfNotDiffedAgainst [ RUN ] BackpropTest.testNameScope INFO:tensorflow:time(__main__.BackpropTest.testNameScope): 0.21s I0227 00:37:23.343658 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testNameScope): 0.21s [ OK ] BackpropTest.testNameScope [ RUN ] BackpropTest.testNestedGradients INFO:tensorflow:Running testNestedGradients in GRAPH mode. I0227 00:37:24.476870 281472866153520 test_util.py:1612] Running testNestedGradients in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testNestedGradients): 1.23s I0227 00:37:24.570007 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testNestedGradients): 1.23s INFO:tensorflow:Running testNestedGradients in EAGER mode. I0227 00:37:24.571225 281472866153520 test_util.py:1631] Running testNestedGradients in EAGER mode. [ FAILED ] BackpropTest.testNestedGradients INFO:tensorflow:time(__main__.BackpropTest.testNestedGradients): 2.46s I0227 00:37:27.026396 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testNestedGradients): 2.46s [ RUN ] BackpropTest.testNestedSelfContexts INFO:tensorflow:Running testNestedSelfContexts in GRAPH mode. I0227 00:37:27.027543 281472866153520 test_util.py:1612] Running testNestedSelfContexts in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testNestedSelfContexts): 0.03s I0227 00:37:27.055578 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testNestedSelfContexts): 0.03s INFO:tensorflow:Running testNestedSelfContexts in EAGER mode. I0227 00:37:27.056848 281472866153520 test_util.py:1631] Running testNestedSelfContexts in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testNestedSelfContexts): 0.01s I0227 00:37:27.063709 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testNestedSelfContexts): 0.01s [ OK ] BackpropTest.testNestedSelfContexts [ RUN ] BackpropTest.testNoOpBehaviorConsistentFunction INFO:tensorflow:time(__main__.BackpropTest.testNoOpBehaviorConsistentFunction): 1.38s I0227 00:37:28.447234 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testNoOpBehaviorConsistentFunction): 1.38s [ OK ] BackpropTest.testNoOpBehaviorConsistentFunction [ RUN ] BackpropTest.testNoOpBehaviorConsistentNoFunction INFO:tensorflow:time(__main__.BackpropTest.testNoOpBehaviorConsistentNoFunction): 0.03s I0227 00:37:28.476109 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testNoOpBehaviorConsistentNoFunction): 0.03s [ OK ] BackpropTest.testNoOpBehaviorConsistentNoFunction [ RUN ] BackpropTest.testNonEmptyParamsForValueAndGradFunction INFO:tensorflow:time(__main__.BackpropTest.testNonEmptyParamsForValueAndGradFunction): 6.11s I0227 00:37:34.592366 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testNonEmptyParamsForValueAndGradFunction): 6.11s [ OK ] BackpropTest.testNonEmptyParamsForValueAndGradFunction [ RUN ] BackpropTest.testOutput INFO:tensorflow:time(__main__.BackpropTest.testOutput): 0.05s I0227 00:37:34.639868 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testOutput): 0.05s [ OK ] BackpropTest.testOutput [ RUN ] BackpropTest.testOutputGradUsedInComputation INFO:tensorflow:time(__main__.BackpropTest.testOutputGradUsedInComputation): 0.01s I0227 00:37:34.648345 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testOutputGradUsedInComputation): 0.01s [ OK ] BackpropTest.testOutputGradUsedInComputation [ RUN ] BackpropTest.testOverrideSecondOrderWithCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testOverrideSecondOrderWithCustomGradient): 0.02s I0227 00:37:34.672707 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testOverrideSecondOrderWithCustomGradient): 0.02s [ OK ] BackpropTest.testOverrideSecondOrderWithCustomGradient [ RUN ] BackpropTest.testPartial INFO:tensorflow:time(__main__.BackpropTest.testPartial): 0.01s I0227 00:37:34.679500 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testPartial): 0.01s [ OK ] BackpropTest.testPartial [ RUN ] BackpropTest.testPersistentGradientTapeRepeatedSource INFO:tensorflow:Running testPersistentGradientTapeRepeatedSource in GRAPH mode. I0227 00:37:35.115013 281472866153520 test_util.py:1612] Running testPersistentGradientTapeRepeatedSource in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 0.5s I0227 00:37:35.175924 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 0.5s INFO:tensorflow:Running testPersistentGradientTapeRepeatedSource in EAGER mode. I0227 00:37:35.177254 281472866153520 test_util.py:1631] Running testPersistentGradientTapeRepeatedSource in EAGER mode. [ FAILED ] BackpropTest.testPersistentGradientTapeRepeatedSource INFO:tensorflow:time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 0.83s I0227 00:37:36.006010 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 0.83s [ RUN ] BackpropTest.testPersistentMakeVJP INFO:tensorflow:time(__main__.BackpropTest.testPersistentMakeVJP): 0.01s I0227 00:37:36.016821 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testPersistentMakeVJP): 0.01s [ OK ] BackpropTest.testPersistentMakeVJP [ RUN ] BackpropTest.testPersistentNestedTape INFO:tensorflow:Running testPersistentNestedTape in GRAPH mode. I0227 00:37:36.540027 281472866153520 test_util.py:1612] Running testPersistentNestedTape in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testPersistentNestedTape): 0.68s I0227 00:37:36.702075 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testPersistentNestedTape): 0.68s INFO:tensorflow:Running testPersistentNestedTape in EAGER mode. I0227 00:37:36.703539 281472866153520 test_util.py:1631] Running testPersistentNestedTape in EAGER mode. [ FAILED ] BackpropTest.testPersistentNestedTape INFO:tensorflow:time(__main__.BackpropTest.testPersistentNestedTape): 0.69s I0227 00:37:37.393240 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testPersistentNestedTape): 0.69s [ RUN ] BackpropTest.testPersistentTape INFO:tensorflow:Running testPersistentTape in GRAPH mode. I0227 00:37:38.226442 281472866153520 test_util.py:1612] Running testPersistentTape in GRAPH mode. [ SKIPPED ] BackpropTest.testPersistentTape [graph_mode] INFO:tensorflow:time(__main__.BackpropTest.testPersistentTape): 0.83s I0227 00:37:38.227838 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testPersistentTape): 0.83s INFO:tensorflow:Running testPersistentTape in EAGER mode. I0227 00:37:38.228513 281472866153520 test_util.py:1631] Running testPersistentTape in EAGER mode. [ SKIPPED ] BackpropTest.testPersistentTape [eager_mode] INFO:tensorflow:time(__main__.BackpropTest.testPersistentTape): 4.1s I0227 00:37:42.327548 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testPersistentTape): 4.1s No pending test case: __main__.BackpropTest.testPersistentTape [ RUN ] BackpropTest.testPythonMax INFO:tensorflow:time(__main__.BackpropTest.testPythonMax): 0.04s I0227 00:37:42.366318 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testPythonMax): 0.04s [ OK ] BackpropTest.testPythonMax [ RUN ] BackpropTest.testRecomputeGradWithDifferentShape INFO:tensorflow:time(__main__.BackpropTest.testRecomputeGradWithDifferentShape): 1.92s I0227 00:37:44.289278 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testRecomputeGradWithDifferentShape): 1.92s [ OK ] BackpropTest.testRecomputeGradWithDifferentShape [ RUN ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True) [ FAILED ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True) INFO:tensorflow:time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True)): 4.44s I0227 00:37:48.735330 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True)): 4.44s [ RUN ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False) [ FAILED ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False) INFO:tensorflow:time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False)): 2.18s I0227 00:37:50.914289 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False)): 2.18s [ RUN ] BackpropTest.testResourceHandleOutputWithoutHandleData INFO:tensorflow:time(__main__.BackpropTest.testResourceHandleOutputWithoutHandleData): 0.01s I0227 00:37:50.921116 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testResourceHandleOutputWithoutHandleData): 0.01s [ OK ] BackpropTest.testResourceHandleOutputWithoutHandleData [ RUN ] BackpropTest.testReturnSameThing INFO:tensorflow:time(__main__.BackpropTest.testReturnSameThing): 0.01s I0227 00:37:50.929851 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testReturnSameThing): 0.01s [ OK ] BackpropTest.testReturnSameThing [ RUN ] BackpropTest.testSameObjectForMultipleArguments INFO:tensorflow:time(__main__.BackpropTest.testSameObjectForMultipleArguments): 0.02s I0227 00:37:50.952946 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testSameObjectForMultipleArguments): 0.02s [ OK ] BackpropTest.testSameObjectForMultipleArguments [ RUN ] BackpropTest.testSecondGrad INFO:tensorflow:time(__main__.BackpropTest.testSecondGrad): 2.61s I0227 00:37:53.563099 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testSecondGrad): 2.61s [ OK ] BackpropTest.testSecondGrad [ RUN ] BackpropTest.testSelectivelyWatchVariables INFO:tensorflow:Running testSelectivelyWatchVariables in GRAPH mode. I0227 00:37:53.564935 281472866153520 test_util.py:1612] Running testSelectivelyWatchVariables in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.05s I0227 00:37:53.612950 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.05s INFO:tensorflow:Running testSelectivelyWatchVariables in EAGER mode. I0227 00:37:53.613978 281472866153520 test_util.py:1631] Running testSelectivelyWatchVariables in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.02s I0227 00:37:53.633002 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.02s [ OK ] BackpropTest.testSelectivelyWatchVariables [ RUN ] BackpropTest.testStopGradient INFO:tensorflow:time(__main__.BackpropTest.testStopGradient): 1.37s I0227 00:37:55.003265 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testStopGradient): 1.37s [ OK ] BackpropTest.testStopGradient [ RUN ] BackpropTest.testTapeGradientMultiTargetOneIsSource INFO:tensorflow:time(__main__.BackpropTest.testTapeGradientMultiTargetOneIsSource): 0.02s I0227 00:37:55.026087 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testTapeGradientMultiTargetOneIsSource): 0.02s [ OK ] BackpropTest.testTapeGradientMultiTargetOneIsSource [ RUN ] BackpropTest.testTapeGradientStringTarget WARNING:tensorflow:The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.string W0227 00:37:55.029854 281472866153520 backprop.py:875] The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.string INFO:tensorflow:time(__main__.BackpropTest.testTapeGradientStringTarget): 0.0s I0227 00:37:55.030657 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testTapeGradientStringTarget): 0.0s [ OK ] BackpropTest.testTapeGradientStringTarget [ RUN ] BackpropTest.testTapeIdentityGradientIsIdentity INFO:tensorflow:time(__main__.BackpropTest.testTapeIdentityGradientIsIdentity): 0.0s I0227 00:37:55.033558 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testTapeIdentityGradientIsIdentity): 0.0s [ OK ] BackpropTest.testTapeIdentityGradientIsIdentity [ RUN ] BackpropTest.testTapeNoOpGradient INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradient): 0.0s I0227 00:37:55.034862 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradient): 0.0s [ OK ] BackpropTest.testTapeNoOpGradient [ RUN ] BackpropTest.testTapeNoOpGradient2By2 INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradient2By2): 1.86s I0227 00:37:56.896665 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradient2By2): 1.86s [ OK ] BackpropTest.testTapeNoOpGradient2By2 [ RUN ] BackpropTest.testTapeNoOpGradientMultiTarget2By2 INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientMultiTarget2By2): 0.84s I0227 00:37:57.733496 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientMultiTarget2By2): 0.84s [ OK ] BackpropTest.testTapeNoOpGradientMultiTarget2By2 [ RUN ] BackpropTest.testTapeNoOpGradientStringSourceAndTarget WARNING:tensorflow:The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.string W0227 00:37:57.736616 281472866153520 backprop.py:875] The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.string INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientStringSourceAndTarget): 0.0s I0227 00:37:57.737511 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientStringSourceAndTarget): 0.0s [ OK ] BackpropTest.testTapeNoOpGradientStringSourceAndTarget [ RUN ] BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource): 0.0s I0227 00:37:57.741868 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource): 0.0s [ OK ] BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource [ RUN ] BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSource INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSource): 0.01s I0227 00:37:57.749180 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSource): 0.01s [ OK ] BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSource [ RUN ] BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSourceIncludeString WARNING:tensorflow:The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.string W0227 00:37:57.751543 281472866153520 backprop.py:875] The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.string INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSourceIncludeString): 0.01s I0227 00:37:57.758199 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSourceIncludeString): 0.01s [ OK ] BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSourceIncludeString [ RUN ] BackpropTest.testTapeNoOpOnVariableIsIdentity INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpOnVariableIsIdentity): 0.01s I0227 00:37:57.767832 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpOnVariableIsIdentity): 0.01s [ OK ] BackpropTest.testTapeNoOpOnVariableIsIdentity [ RUN ] BackpropTest.testTapeReset INFO:tensorflow:time(__main__.BackpropTest.testTapeReset): 0.01s I0227 00:37:57.782892 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testTapeReset): 0.01s [ OK ] BackpropTest.testTapeReset [ RUN ] BackpropTest.testTapeStopRecording INFO:tensorflow:time(__main__.BackpropTest.testTapeStopRecording): 0.01s I0227 00:37:57.790956 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testTapeStopRecording): 0.01s [ OK ] BackpropTest.testTapeStopRecording [ RUN ] BackpropTest.testTapeStopStartRecording INFO:tensorflow:time(__main__.BackpropTest.testTapeStopStartRecording): 0.01s I0227 00:37:57.803106 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testTapeStopStartRecording): 0.01s [ OK ] BackpropTest.testTapeStopStartRecording [ RUN ] BackpropTest.testTensorCopyCPU2GPU2CPU [ SKIPPED ] BackpropTest.testTensorCopyCPU2GPU2CPU INFO:tensorflow:time(__main__.BackpropTest.testTensorCopyCPU2GPU2CPU): 0.0s I0227 00:37:57.804242 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testTensorCopyCPU2GPU2CPU): 0.0s [ RUN ] BackpropTest.testTensorCopyGPU2CPU2GPU [ SKIPPED ] BackpropTest.testTensorCopyGPU2CPU2GPU INFO:tensorflow:time(__main__.BackpropTest.testTensorCopyGPU2CPU2GPU): 0.0s I0227 00:37:57.804908 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testTensorCopyGPU2CPU2GPU): 0.0s [ RUN ] BackpropTest.testTwoTargets INFO:tensorflow:time(__main__.BackpropTest.testTwoTargets): 0.01s I0227 00:37:57.811212 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testTwoTargets): 0.01s [ OK ] BackpropTest.testTwoTargets [ RUN ] BackpropTest.testUnconnectedGradientsDefault INFO:tensorflow:Running testUnconnectedGradientsDefault in GRAPH mode. I0227 00:37:58.384760 281472866153520 test_util.py:1612] Running testUnconnectedGradientsDefault in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsDefault): 0.58s I0227 00:37:58.392604 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsDefault): 0.58s INFO:tensorflow:Running testUnconnectedGradientsDefault in EAGER mode. I0227 00:37:58.393391 281472866153520 test_util.py:1631] Running testUnconnectedGradientsDefault in EAGER mode. [ FAILED ] BackpropTest.testUnconnectedGradientsDefault INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsDefault): 0.56s I0227 00:37:58.949288 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsDefault): 0.56s [ RUN ] BackpropTest.testUnconnectedGradientsNestedDefunZeros INFO:tensorflow:Running testUnconnectedGradientsNestedDefunZeros in GRAPH mode. I0227 00:37:58.950037 281472866153520 test_util.py:1612] Running testUnconnectedGradientsNestedDefunZeros in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.21s I0227 00:37:59.155515 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.21s INFO:tensorflow:Running testUnconnectedGradientsNestedDefunZeros in EAGER mode. I0227 00:37:59.156481 281472866153520 test_util.py:1631] Running testUnconnectedGradientsNestedDefunZeros in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.06s I0227 00:37:59.215463 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.06s [ OK ] BackpropTest.testUnconnectedGradientsNestedDefunZeros [ RUN ] BackpropTest.testUnconnectedGradientsVariablesZeros INFO:tensorflow:Running testUnconnectedGradientsVariablesZeros in GRAPH mode. I0227 00:38:00.015277 281472866153520 test_util.py:1612] Running testUnconnectedGradientsVariablesZeros in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 0.95s I0227 00:38:00.166135 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 0.95s INFO:tensorflow:Running testUnconnectedGradientsVariablesZeros in EAGER mode. I0227 00:38:00.167261 281472866153520 test_util.py:1631] Running testUnconnectedGradientsVariablesZeros in EAGER mode. [ FAILED ] BackpropTest.testUnconnectedGradientsVariablesZeros INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 1.57s I0227 00:38:01.734071 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 1.57s [ RUN ] BackpropTest.testUnconnectedGradientsZeros INFO:tensorflow:Running testUnconnectedGradientsZeros in GRAPH mode. I0227 00:38:02.770108 281472866153520 test_util.py:1612] Running testUnconnectedGradientsZeros in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsZeros): 1.05s I0227 00:38:02.789535 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsZeros): 1.05s INFO:tensorflow:Running testUnconnectedGradientsZeros in EAGER mode. I0227 00:38:02.790427 281472866153520 test_util.py:1631] Running testUnconnectedGradientsZeros in EAGER mode. [ FAILED ] BackpropTest.testUnconnectedGradientsZeros INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsZeros): 1.77s I0227 00:38:04.558513 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsZeros): 1.77s [ RUN ] BackpropTest.testUnconnectedNone INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedNone): 1.59s I0227 00:38:06.148890 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedNone): 1.59s [ OK ] BackpropTest.testUnconnectedNone [ RUN ] BackpropTest.testUnknownShapes INFO:tensorflow:time(__main__.BackpropTest.testUnknownShapes): 0.02s I0227 00:38:06.174625 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testUnknownShapes): 0.02s [ OK ] BackpropTest.testUnknownShapes [ RUN ] BackpropTest.testUnknownUnconnectedGradientsValueGiven INFO:tensorflow:Running testUnknownUnconnectedGradientsValueGiven in GRAPH mode. I0227 00:38:06.175721 281472866153520 test_util.py:1612] Running testUnknownUnconnectedGradientsValueGiven in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.01s I0227 00:38:06.181339 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.01s INFO:tensorflow:Running testUnknownUnconnectedGradientsValueGiven in EAGER mode. I0227 00:38:06.181983 281472866153520 test_util.py:1631] Running testUnknownUnconnectedGradientsValueGiven in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.0s I0227 00:38:06.186225 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.0s [ OK ] BackpropTest.testUnknownUnconnectedGradientsValueGiven [ RUN ] BackpropTest.testVariablesAndConstantsProduceTheSameGradients INFO:tensorflow:time(__main__.BackpropTest.testVariablesAndConstantsProduceTheSameGradients): 0.02s I0227 00:38:06.208398 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testVariablesAndConstantsProduceTheSameGradients): 0.02s [ OK ] BackpropTest.testVariablesAndConstantsProduceTheSameGradients [ RUN ] BackpropTest.testWatchBadThing INFO:tensorflow:Running testWatchBadThing in GRAPH mode. I0227 00:38:06.209457 281472866153520 test_util.py:1612] Running testWatchBadThing in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchBadThing): 0.0s I0227 00:38:06.210926 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testWatchBadThing): 0.0s INFO:tensorflow:Running testWatchBadThing in EAGER mode. I0227 00:38:06.211536 281472866153520 test_util.py:1631] Running testWatchBadThing in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchBadThing): 0.0s I0227 00:38:06.211977 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testWatchBadThing): 0.0s [ OK ] BackpropTest.testWatchBadThing [ RUN ] BackpropTest.testWatchComposite WARNING:tensorflow:The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.int64 W0227 00:38:06.216588 281472866153520 backprop.py:875] The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.int64 WARNING:tensorflow:The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.int64 W0227 00:38:06.216966 281472866153520 backprop.py:875] The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.int64 INFO:tensorflow:time(__main__.BackpropTest.testWatchComposite): 0.02s I0227 00:38:06.228749 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testWatchComposite): 0.02s [ OK ] BackpropTest.testWatchComposite [ RUN ] BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall INFO:tensorflow:time(__main__.BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall): 0.01s I0227 00:38:06.236957 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall): 0.01s [ OK ] BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall [ RUN ] BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape INFO:tensorflow:time(__main__.BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape): 0.01s I0227 00:38:06.245818 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape): 0.01s [ OK ] BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape [ RUN ] BackpropTest.testWatchedVariablesRespectReset INFO:tensorflow:time(__main__.BackpropTest.testWatchedVariablesRespectReset): 0.01s I0227 00:38:06.254779 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testWatchedVariablesRespectReset): 0.01s [ OK ] BackpropTest.testWatchedVariablesRespectReset [ RUN ] BackpropTest.testWatchingIsTapeLocal INFO:tensorflow:Running testWatchingIsTapeLocal in GRAPH mode. I0227 00:38:06.255603 281472866153520 test_util.py:1612] Running testWatchingIsTapeLocal in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.06s I0227 00:38:06.319235 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.06s INFO:tensorflow:Running testWatchingIsTapeLocal in EAGER mode. I0227 00:38:06.320417 281472866153520 test_util.py:1631] Running testWatchingIsTapeLocal in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.02s I0227 00:38:06.336692 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.02s [ OK ] BackpropTest.testWatchingIsTapeLocal [ RUN ] BackpropTest.testWhereGradient INFO:tensorflow:time(__main__.BackpropTest.testWhereGradient): 0.02s I0227 00:38:06.352884 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testWhereGradient): 0.02s [ OK ] BackpropTest.testWhereGradient [ RUN ] BackpropTest.testZerosCacheDoesntLeakAcrossGraphs INFO:tensorflow:time(__main__.BackpropTest.testZerosCacheDoesntLeakAcrossGraphs): 0.11s I0227 00:38:06.466796 281472866153520 test_util.py:2620] time(__main__.BackpropTest.testZerosCacheDoesntLeakAcrossGraphs): 0.11s [ OK ] BackpropTest.testZerosCacheDoesntLeakAcrossGraphs [ RUN ] BackpropTest.test_session [ SKIPPED ] BackpropTest.test_session [ RUN ] BackpropTest.test_stop_gradient_hides_downstream_ops INFO:tensorflow:time(__main__.BackpropTest.test_stop_gradient_hides_downstream_ops): 0.11s I0227 00:38:06.582233 281472866153520 test_util.py:2620] time(__main__.BackpropTest.test_stop_gradient_hides_downstream_ops): 0.11s [ OK ] BackpropTest.test_stop_gradient_hides_downstream_ops [ RUN ] BatchJacobianTest.testBadInputRank INFO:tensorflow:Running testBadInputRank in GRAPH mode. I0227 00:38:06.583234 281472866153520 test_util.py:1612] Running testBadInputRank in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadInputRank): 0.01s I0227 00:38:06.589334 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.testBadInputRank): 0.01s INFO:tensorflow:Running testBadInputRank in EAGER mode. I0227 00:38:06.589986 281472866153520 test_util.py:1631] Running testBadInputRank in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadInputRank): 0.01s I0227 00:38:06.595825 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.testBadInputRank): 0.01s [ OK ] BatchJacobianTest.testBadInputRank [ RUN ] BatchJacobianTest.testBadOutputRank INFO:tensorflow:Running testBadOutputRank in GRAPH mode. I0227 00:38:06.596629 281472866153520 test_util.py:1612] Running testBadOutputRank in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s I0227 00:38:06.602033 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s INFO:tensorflow:Running testBadOutputRank in EAGER mode. I0227 00:38:06.602635 281472866153520 test_util.py:1631] Running testBadOutputRank in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s I0227 00:38:06.608122 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s [ OK ] BatchJacobianTest.testBadOutputRank [ RUN ] BatchJacobianTest.testBadShape INFO:tensorflow:Running testBadShape in GRAPH mode. I0227 00:38:06.608922 281472866153520 test_util.py:1612] Running testBadShape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadShape): 0.01s I0227 00:38:06.614452 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.testBadShape): 0.01s INFO:tensorflow:Running testBadShape in EAGER mode. I0227 00:38:06.615069 281472866153520 test_util.py:1631] Running testBadShape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadShape): 0.01s I0227 00:38:06.620567 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.testBadShape): 0.01s [ OK ] BatchJacobianTest.testBadShape [ RUN ] BatchJacobianTest.testPersistentTape INFO:tensorflow:Running testPersistentTape in GRAPH mode. I0227 00:38:06.621335 281472866153520 test_util.py:1612] Running testPersistentTape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPersistentTape): 0.0s I0227 00:38:06.622338 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.testPersistentTape): 0.0s INFO:tensorflow:Running testPersistentTape in EAGER mode. I0227 00:38:06.622914 281472866153520 test_util.py:1631] Running testPersistentTape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPersistentTape): 0.05s I0227 00:38:06.669708 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.testPersistentTape): 0.05s [ OK ] BatchJacobianTest.testPersistentTape [ RUN ] BatchJacobianTest.testPfor INFO:tensorflow:Running testPfor in GRAPH mode. I0227 00:38:06.670833 281472866153520 test_util.py:1612] Running testPfor in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPfor): 0.45s I0227 00:38:07.117684 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.testPfor): 0.45s INFO:tensorflow:Running testPfor in EAGER mode. I0227 00:38:07.119827 281472866153520 test_util.py:1631] Running testPfor in EAGER mode. WARNING:tensorflow:5 out of the last 5 calls to .f at 0xfffe0434dda0> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:38:08.264655 281472866153520 polymorphic_function.py:157] 5 out of the last 5 calls to .f at 0xfffe0434dda0> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. INFO:tensorflow:time(__main__.BatchJacobianTest.testPfor): 1.16s I0227 00:38:08.283721 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.testPfor): 1.16s [ OK ] BatchJacobianTest.testPfor [ RUN ] BatchJacobianTest.testPforDefun INFO:tensorflow:Running testPforDefun in GRAPH mode. I0227 00:38:08.284942 281472866153520 test_util.py:1612] Running testPforDefun in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPforDefun): 2.27s I0227 00:38:10.555970 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.testPforDefun): 2.27s INFO:tensorflow:Running testPforDefun in EAGER mode. I0227 00:38:10.558062 281472866153520 test_util.py:1631] Running testPforDefun in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPforDefun): 0.47s I0227 00:38:11.028561 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.testPforDefun): 0.47s [ OK ] BatchJacobianTest.testPforDefun [ RUN ] BatchJacobianTest.testWhileLoop INFO:tensorflow:Running testWhileLoop in GRAPH mode. I0227 00:38:11.029380 281472866153520 test_util.py:1612] Running testWhileLoop in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoop): 0.96s I0227 00:38:11.987850 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoop): 0.96s INFO:tensorflow:Running testWhileLoop in EAGER mode. I0227 00:38:11.990328 281472866153520 test_util.py:1631] Running testWhileLoop in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoop): 0.17s I0227 00:38:12.157194 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoop): 0.17s [ OK ] BatchJacobianTest.testWhileLoop [ RUN ] BatchJacobianTest.testWhileLoopDefun INFO:tensorflow:Running testWhileLoopDefun in GRAPH mode. I0227 00:38:12.159268 281472866153520 test_util.py:1612] Running testWhileLoopDefun in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoopDefun): 1.09s I0227 00:38:13.250846 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoopDefun): 1.09s INFO:tensorflow:Running testWhileLoopDefun in EAGER mode. I0227 00:38:13.253378 281472866153520 test_util.py:1631] Running testWhileLoopDefun in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoopDefun): 0.36s I0227 00:38:13.612237 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoopDefun): 0.36s [ OK ] BatchJacobianTest.testWhileLoopDefun [ RUN ] BatchJacobianTest.test_degenerate_shape0 (True, True) INFO:tensorflow:Running test_degenerate_shape in GRAPH mode. I0227 00:38:13.613098 281472866153520 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 1.38s I0227 00:38:14.994004 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 1.38s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0227 00:38:14.995749 281472866153520 test_util.py:1631] Running test_degenerate_shape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 0.41s I0227 00:38:15.409771 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 0.41s [ OK ] BatchJacobianTest.test_degenerate_shape0 (True, True) [ RUN ] BatchJacobianTest.test_degenerate_shape1 (True, False) INFO:tensorflow:Running test_degenerate_shape in GRAPH mode. I0227 00:38:15.410830 281472866153520 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.73s I0227 00:38:16.144877 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.73s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0227 00:38:16.146631 281472866153520 test_util.py:1631] Running test_degenerate_shape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.38s I0227 00:38:16.529577 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.38s [ OK ] BatchJacobianTest.test_degenerate_shape1 (True, False) [ RUN ] BatchJacobianTest.test_degenerate_shape2 (False, True) INFO:tensorflow:Running test_degenerate_shape in GRAPH mode. I0227 00:38:16.530558 281472866153520 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape2 (False, True)): 2.26s I0227 00:38:18.785954 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape2 (False, True)): 2.26s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0227 00:38:18.787767 281472866153520 test_util.py:1631] Running test_degenerate_shape in EAGER mode. WARNING:tensorflow:6 out of the last 6 calls to .f at 0xfffe0434d6c0> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. W0227 00:38:22.497053 281472866153520 polymorphic_function.py:157] 6 out of the last 6 calls to .f at 0xfffe0434d6c0> triggered tf.function retracing. Tracing is expensive and the excessive number of tracings could be due to (1) creating @tf.function repeatedly in a loop, (2) passing tensors with different shapes, (3) passing Python objects instead of tensors. For (1), please define your @tf.function outside of the loop. For (2), @tf.function has reduce_retracing=True option that can avoid unnecessary retracing. For (3), please refer to https://www.tensorflow.org/guide/function#controlling_retracing and https://www.tensorflow.org/api_docs/python/tf/function for more details. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape2 (False, True)): 3.72s I0227 00:38:22.507616 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape2 (False, True)): 3.72s [ OK ] BatchJacobianTest.test_degenerate_shape2 (False, True) [ RUN ] BatchJacobianTest.test_degenerate_shape3 (False, False) INFO:tensorflow:Running test_degenerate_shape in GRAPH mode. I0227 00:38:22.508884 281472866153520 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape3 (False, False)): 0.71s I0227 00:38:23.219235 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape3 (False, False)): 0.71s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0227 00:38:23.220841 281472866153520 test_util.py:1631] Running test_degenerate_shape in EAGER mode. 2024-02-27 00:38:23.282698: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: INVALID_ARGUMENT: indices = 0 is not in [0, 0) INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape3 (False, False)): 0.07s I0227 00:38:23.291417 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape3 (False, False)): 0.07s [ OK ] BatchJacobianTest.test_degenerate_shape3 (False, False) [ RUN ] BatchJacobianTest.test_parallel_iterations INFO:tensorflow:Running test_parallel_iterations in GRAPH mode. I0227 00:38:23.292818 281472866153520 test_util.py:1612] Running test_parallel_iterations in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_parallel_iterations): 2.71s I0227 00:38:26.005691 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.test_parallel_iterations): 2.71s INFO:tensorflow:Running test_parallel_iterations in EAGER mode. I0227 00:38:26.011456 281472866153520 test_util.py:1631] Running test_parallel_iterations in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_parallel_iterations): 5.46s I0227 00:38:31.471619 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.test_parallel_iterations): 5.46s [ OK ] BatchJacobianTest.test_parallel_iterations [ RUN ] BatchJacobianTest.test_session [ SKIPPED ] BatchJacobianTest.test_session [ RUN ] BatchJacobianTest.test_strided_slice INFO:tensorflow:Running test_strided_slice in GRAPH mode. I0227 00:38:31.473390 281472866153520 test_util.py:1612] Running test_strided_slice in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_strided_slice): 0.62s I0227 00:38:32.090822 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.test_strided_slice): 0.62s INFO:tensorflow:Running test_strided_slice in EAGER mode. I0227 00:38:32.091636 281472866153520 test_util.py:1631] Running test_strided_slice in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_strided_slice): 0.44s I0227 00:38:32.527486 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.test_strided_slice): 0.44s [ OK ] BatchJacobianTest.test_strided_slice [ RUN ] BatchJacobianTest.test_zeros_type_correct0 (True) INFO:tensorflow:Running test_zeros_type_correct in GRAPH mode. I0227 00:38:32.529226 281472866153520 test_util.py:1612] Running test_zeros_type_correct in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 0.9s I0227 00:38:33.431215 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 0.9s INFO:tensorflow:Running test_zeros_type_correct in EAGER mode. I0227 00:38:33.434253 281472866153520 test_util.py:1631] Running test_zeros_type_correct in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 1.82s I0227 00:38:35.253274 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 1.82s [ OK ] BatchJacobianTest.test_zeros_type_correct0 (True) [ RUN ] BatchJacobianTest.test_zeros_type_correct1 (False) INFO:tensorflow:Running test_zeros_type_correct in GRAPH mode. I0227 00:38:35.254667 281472866153520 test_util.py:1612] Running test_zeros_type_correct in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 2.06s I0227 00:38:37.309874 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 2.06s INFO:tensorflow:Running test_zeros_type_correct in EAGER mode. I0227 00:38:37.315671 281472866153520 test_util.py:1631] Running test_zeros_type_correct in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 0.75s I0227 00:38:38.063518 281472866153520 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 0.75s [ OK ] BatchJacobianTest.test_zeros_type_correct1 (False) [ RUN ] JacobianTest.testPersistentTape [ SKIPPED ] JacobianTest.testPersistentTape INFO:tensorflow:time(__main__.JacobianTest.testPersistentTape): 0.0s I0227 00:38:38.065900 281472866153520 test_util.py:2620] time(__main__.JacobianTest.testPersistentTape): 0.0s [ RUN ] JacobianTest.testPfor [ SKIPPED ] JacobianTest.testPfor INFO:tensorflow:time(__main__.JacobianTest.testPfor): 0.0s I0227 00:38:38.066566 281472866153520 test_util.py:2620] time(__main__.JacobianTest.testPfor): 0.0s [ RUN ] JacobianTest.testPforDefun [ SKIPPED ] JacobianTest.testPforDefun INFO:tensorflow:time(__main__.JacobianTest.testPforDefun): 0.0s I0227 00:38:38.067163 281472866153520 test_util.py:2620] time(__main__.JacobianTest.testPforDefun): 0.0s [ RUN ] JacobianTest.testWhileLoop [ SKIPPED ] JacobianTest.testWhileLoop INFO:tensorflow:time(__main__.JacobianTest.testWhileLoop): 0.0s I0227 00:38:38.067738 281472866153520 test_util.py:2620] time(__main__.JacobianTest.testWhileLoop): 0.0s [ RUN ] JacobianTest.testWhileLoopDefun [ SKIPPED ] JacobianTest.testWhileLoopDefun INFO:tensorflow:time(__main__.JacobianTest.testWhileLoopDefun): 0.0s I0227 00:38:38.068300 281472866153520 test_util.py:2620] time(__main__.JacobianTest.testWhileLoopDefun): 0.0s [ RUN ] JacobianTest.test_cond_func_grad_jacobian WARNING:tensorflow:Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. W0227 00:38:38.544202 281472866153520 backprop.py:1011] Calling GradientTape.gradient on a persistent tape inside its context is significantly less efficient than calling it outside the context (it causes the gradient ops to be recorded on the tape, leading to increased CPU and memory usage). Only call GradientTape.gradient inside the context if you actually want to trace the gradient in order to compute higher order derivatives. INFO:tensorflow:time(__main__.JacobianTest.test_cond_func_grad_jacobian): 4.17s I0227 00:38:42.238955 281472866153520 test_util.py:2620] time(__main__.JacobianTest.test_cond_func_grad_jacobian): 4.17s [ OK ] JacobianTest.test_cond_func_grad_jacobian [ RUN ] JacobianTest.test_empty_tensor_consistent_jacobian 2024-02-27 00:38:42.475950: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: INVALID_ARGUMENT: indices = 0 is not in [0, 0) INFO:tensorflow:time(__main__.JacobianTest.test_empty_tensor_consistent_jacobian): 0.24s I0227 00:38:42.480075 281472866153520 test_util.py:2620] time(__main__.JacobianTest.test_empty_tensor_consistent_jacobian): 0.24s [ OK ] JacobianTest.test_empty_tensor_consistent_jacobian [ RUN ] JacobianTest.test_foldl_partial_function INFO:tensorflow:time(__main__.JacobianTest.test_foldl_partial_function): 9.98s I0227 00:38:52.461608 281472866153520 test_util.py:2620] time(__main__.JacobianTest.test_foldl_partial_function): 9.98s [ OK ] JacobianTest.test_foldl_partial_function [ RUN ] JacobianTest.test_foldl_pure_function INFO:tensorflow:time(__main__.JacobianTest.test_foldl_pure_function): 7.34s I0227 00:38:59.800439 281472866153520 test_util.py:2620] time(__main__.JacobianTest.test_foldl_pure_function): 7.34s [ OK ] JacobianTest.test_foldl_pure_function [ RUN ] JacobianTest.test_grad_jacobian_conv INFO:tensorflow:time(__main__.JacobianTest.test_grad_jacobian_conv): 2.22s I0227 00:39:02.024204 281472866153520 test_util.py:2620] time(__main__.JacobianTest.test_grad_jacobian_conv): 2.22s [ OK ] JacobianTest.test_grad_jacobian_conv [ RUN ] JacobianTest.test_indexed_slices INFO:tensorflow:Running test_indexed_slices in GRAPH mode. I0227 00:39:02.025980 281472866153520 test_util.py:1612] Running test_indexed_slices in GRAPH mode. WARNING:tensorflow:Converting IndexedSlices(indices=Tensor("gradient_tape/embedding_lookup/Reshape_1:0", shape=(2,), dtype=int32), values=Tensor("gradient_tape/embedding_lookup/Reshape:0", shape=(2, 2), dtype=float32), dense_shape=Tensor("gradient_tape/embedding_lookup/Cast:0", shape=(2,), dtype=int32)) to a dense representation may make it slow. Alternatively, output the indices and values of the IndexedSlices separately, and handle the vectorized outputs directly. W0227 00:39:02.083561 281472866153520 control_flow_ops.py:320] Converting IndexedSlices(indices=Tensor("gradient_tape/embedding_lookup/Reshape_1:0", shape=(2,), dtype=int32), values=Tensor("gradient_tape/embedding_lookup/Reshape:0", shape=(2, 2), dtype=float32), dense_shape=Tensor("gradient_tape/embedding_lookup/Cast:0", shape=(2,), dtype=int32)) to a dense representation may make it slow. Alternatively, output the indices and values of the IndexedSlices separately, and handle the vectorized outputs directly. INFO:tensorflow:time(__main__.JacobianTest.test_indexed_slices): 0.47s I0227 00:39:02.495921 281472866153520 test_util.py:2620] time(__main__.JacobianTest.test_indexed_slices): 0.47s INFO:tensorflow:Running test_indexed_slices in EAGER mode. I0227 00:39:02.498683 281472866153520 test_util.py:1631] Running test_indexed_slices in EAGER mode. WARNING:tensorflow:Converting IndexedSlices(indices=Tensor("gradient_tape/Reshape_2:0", shape=(2,), dtype=int32), values=Tensor("gradient_tape/Reshape_1:0", shape=(2, 2), dtype=float32), dense_shape=Tensor("gradient_tape/Cast:0", shape=(2,), dtype=int32, device=/job:localhost/replica:0/task:0/device:CPU:0)) to a dense representation may make it slow. Alternatively, output the indices and values of the IndexedSlices separately, and handle the vectorized outputs directly. W0227 00:39:02.764583 281472866153520 control_flow_ops.py:320] Converting IndexedSlices(indices=Tensor("gradient_tape/Reshape_2:0", shape=(2,), dtype=int32), values=Tensor("gradient_tape/Reshape_1:0", shape=(2, 2), dtype=float32), dense_shape=Tensor("gradient_tape/Cast:0", shape=(2,), dtype=int32, device=/job:localhost/replica:0/task:0/device:CPU:0)) to a dense representation may make it slow. Alternatively, output the indices and values of the IndexedSlices separately, and handle the vectorized outputs directly. INFO:tensorflow:time(__main__.JacobianTest.test_indexed_slices): 0.67s I0227 00:39:03.167205 281472866153520 test_util.py:2620] time(__main__.JacobianTest.test_indexed_slices): 0.67s [ OK ] JacobianTest.test_indexed_slices [ RUN ] JacobianTest.test_nested_batch_jacobian_foldl INFO:tensorflow:time(__main__.JacobianTest.test_nested_batch_jacobian_foldl): 61.08s I0227 00:40:04.247653 281472866153520 test_util.py:2620] time(__main__.JacobianTest.test_nested_batch_jacobian_foldl): 61.08s [ OK ] JacobianTest.test_nested_batch_jacobian_foldl [ RUN ] JacobianTest.test_nested_jacobian INFO:tensorflow:Running test_nested_jacobian in GRAPH mode. I0227 00:40:04.250151 281472866153520 test_util.py:1612] Running test_nested_jacobian in GRAPH mode. INFO:tensorflow:time(__main__.JacobianTest.test_nested_jacobian): 1.23s I0227 00:40:05.476927 281472866153520 test_util.py:2620] time(__main__.JacobianTest.test_nested_jacobian): 1.23s INFO:tensorflow:Running test_nested_jacobian in EAGER mode. I0227 00:40:05.479576 281472866153520 test_util.py:1631] Running test_nested_jacobian in EAGER mode. [ SKIPPED ] JacobianTest.test_nested_jacobian [eager_mode] INFO:tensorflow:time(__main__.JacobianTest.test_nested_jacobian): 0.0s I0227 00:40:05.480077 281472866153520 test_util.py:2620] time(__main__.JacobianTest.test_nested_jacobian): 0.0s No pending test case: __main__.JacobianTest.test_nested_jacobian [ RUN ] JacobianTest.test_parallel_iterations [ SKIPPED ] JacobianTest.test_parallel_iterations INFO:tensorflow:time(__main__.JacobianTest.test_parallel_iterations): 0.0s I0227 00:40:05.480790 281472866153520 test_util.py:2620] time(__main__.JacobianTest.test_parallel_iterations): 0.0s [ RUN ] JacobianTest.test_session [ SKIPPED ] JacobianTest.test_session ====================================================================== ERROR: testBatchJacobianInsideGradientTapeScope (__main__.BackpropTest) BackpropTest.testBatchJacobianInsideGradientTapeScope ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testGadientTapeCalledOnConstantTarget (__main__.BackpropTest) BackpropTest.testGadientTapeCalledOnConstantTarget ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testGradientTape (__main__.BackpropTest) BackpropTest.testGradientTape ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testGradientTapeBatchJacobianCalledMultipleTimes (__main__.BackpropTest) BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testGradientTapeJacobianCalledMultipleTimes (__main__.BackpropTest) BackpropTest.testGradientTapeJacobianCalledMultipleTimes ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testGradientTapeRepeatedSource (__main__.BackpropTest) BackpropTest.testGradientTapeRepeatedSource ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testGradientTapeStructure (__main__.BackpropTest) BackpropTest.testGradientTapeStructure ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testGradientTapeVariable (__main__.BackpropTest) BackpropTest.testGradientTapeVariable ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testHigherOrderGradient (__main__.BackpropTest) BackpropTest.testHigherOrderGradient ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testJacobianInsideGradientTapeScope (__main__.BackpropTest) BackpropTest.testJacobianInsideGradientTapeScope ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testNestedGradients (__main__.BackpropTest) BackpropTest.testNestedGradients ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testPersistentGradientTapeRepeatedSource (__main__.BackpropTest) BackpropTest.testPersistentGradientTapeRepeatedSource ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testPersistentNestedTape (__main__.BackpropTest) BackpropTest.testPersistentNestedTape ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testUnconnectedGradientsDefault (__main__.BackpropTest) BackpropTest.testUnconnectedGradientsDefault ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testUnconnectedGradientsVariablesZeros (__main__.BackpropTest) BackpropTest.testUnconnectedGradientsVariablesZeros ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== ERROR: testUnconnectedGradientsZeros (__main__.BackpropTest) BackpropTest.testUnconnectedGradientsZeros ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 887, in decorator str(tensors_after), ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/tensor_shape.py", line 871, in __repr__ if self._dims is not None: ^^^^^^^^^^ AttributeError: 'TensorShape' object has no attribute '_dims'. Did you mean: 'dims'? ====================================================================== FAIL: testRecomputeGradWithNestedFunctionAndWhileLoop0 (True) (__main__.BackpropTest) BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True) testRecomputeGradWithNestedFunctionAndWhileLoop(True) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 318, in bound_param_test return test_method(self, testcase_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 123, 'Operation': 108, 'TensorShape': 66}) ====================================================================== FAIL: testRecomputeGradWithNestedFunctionAndWhileLoop1 (False) (__main__.BackpropTest) BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False) testRecomputeGradWithNestedFunctionAndWhileLoop(False) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 318, in bound_param_test return test_method(self, testcase_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/eager/backprop_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 123, 'Operation': 108, 'TensorShape': 66}) ---------------------------------------------------------------------- Ran 159 tests in 234.497s FAILED (failures=2, errors=16, skipped=21) ================================================================================ ==================== Test output for //tensorflow/python/saved_model:load_test_cpu (shard 2 of 10): Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/saved_model/load_test_cpu.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] DeferredInitModuleVariablesTest.test_deferred_init_module_variables I0227 00:44:14.391896 281473169781808 signature_serialization.py:156] Function `call` contains input name(s) Variable, Variable_1, Variable_2 with unsupported characters which will be renamed to assignaddvariableop_variable, assignaddvariableop_1_variable_1, assignaddvariableop_2_variable_2 in the SavedModel. I0227 00:44:14.679596 281473169781808 functional_saver.py:440] Sharding callback duration: 21 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmphuhstpqz/module/assets I0227 00:44:14.874336 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmphuhstpqz/module/assets I0227 00:44:14.877700 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmphuhstpqz/module/fingerprint.pb I0227 00:44:15.022658 281473169781808 signature_serialization.py:156] Function `call` contains input name(s) Const with unsupported characters which will be renamed to identity_const in the SavedModel. I0227 00:44:15.055259 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:15.120583 281473169781808 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmphuhstpqz/variables/Variable/assets I0227 00:44:15.136143 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmphuhstpqz/variables/Variable/assets I0227 00:44:15.138381 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmphuhstpqz/variables/Variable/fingerprint.pb I0227 00:44:16.103160 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:16.157910 281473169781808 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmphuhstpqz/variables/Variable_1/assets I0227 00:44:16.163529 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmphuhstpqz/variables/Variable_1/assets I0227 00:44:16.165914 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmphuhstpqz/variables/Variable_1/fingerprint.pb I0227 00:44:16.181720 281473169781808 signature_serialization.py:156] Function `call` contains input name(s) Const with unsupported characters which will be renamed to identity_const in the SavedModel. I0227 00:44:16.216976 281473169781808 functional_saver.py:440] Sharding callback duration: 9 I0227 00:44:16.293546 281473169781808 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmphuhstpqz/variables/Variable_2/assets I0227 00:44:16.299341 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmphuhstpqz/variables/Variable_2/assets I0227 00:44:16.301517 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmphuhstpqz/variables/Variable_2/fingerprint.pb 2024-02-27 00:44:16.605308: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:388] MLIR V1 optimization pass is not enabled INFO:tensorflow:time(__main__.DeferredInitModuleVariablesTest.test_deferred_init_module_variables): 2.73s I0227 00:44:16.692143 281473169781808 test_util.py:2620] time(__main__.DeferredInitModuleVariablesTest.test_deferred_init_module_variables): 2.73s [ OK ] DeferredInitModuleVariablesTest.test_deferred_init_module_variables [ RUN ] LoadTest.test_additional_kwargs_ReloadTwicePy WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/saved_model/load_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py:2122: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.config.list_physical_devices('GPU')` instead. W0227 00:44:16.812218 281473169781808 deprecation.py:50] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/saved_model/load_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py:2122: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.config.list_physical_devices('GPU')` instead. I0227 00:44:16.841354 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:16.905173 281473169781808 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_8juwq0j_/assets I0227 00:44:16.919720 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_8juwq0j_/assets I0227 00:44:16.921748 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_8juwq0j_/fingerprint.pb I0227 00:44:16.983225 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:17.036225 281473169781808 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_b8zpt5jm/assets I0227 00:44:17.042032 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_b8zpt5jm/assets I0227 00:44:17.044008 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_b8zpt5jm/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_additional_kwargs_ReloadTwicePy): 0.41s I0227 00:44:17.110998 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_additional_kwargs_ReloadTwicePy): 0.41s [ OK ] LoadTest.test_additional_kwargs_ReloadTwicePy [ RUN ] LoadTest.test_callable_ReloadOncePy I0227 00:44:19.608204 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:19.711270 281473169781808 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_8texufc9/assets I0227 00:44:19.724166 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_8texufc9/assets I0227 00:44:19.726417 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_8texufc9/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_callable_ReloadOncePy): 2.73s I0227 00:44:19.847177 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_callable_ReloadOncePy): 2.73s [ OK ] LoadTest.test_callable_ReloadOncePy [ RUN ] LoadTest.test_capture_assets_in_graph_ReloadThricePy I0227 00:44:20.679738 281473169781808 functional_saver.py:440] Sharding callback duration: 9 I0227 00:44:20.787498 281473169781808 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_9ldjie7m/assets I0227 00:44:20.821319 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_9ldjie7m/assets I0227 00:44:20.823609 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_9ldjie7m/fingerprint.pb I0227 00:44:20.936192 281473169781808 functional_saver.py:440] Sharding callback duration: 9 I0227 00:44:20.992060 281473169781808 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_shi6yyer/assets I0227 00:44:20.998102 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_shi6yyer/assets I0227 00:44:21.000380 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_shi6yyer/fingerprint.pb I0227 00:44:21.104771 281473169781808 functional_saver.py:440] Sharding callback duration: 11 I0227 00:44:21.160653 281473169781808 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_/tmpn6fklu1_yt7a8und/assets I0227 00:44:21.166757 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_/tmpn6fklu1_yt7a8und/assets I0227 00:44:21.169030 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_/tmpn6fklu1_yt7a8und/fingerprint.pb INFO:tensorflow:Graph was finalized. I0227 00:44:21.249138 281473169781808 monitored_session.py:240] Graph was finalized. INFO:tensorflow:Running local_init_op. I0227 00:44:21.298102 281473169781808 session_manager.py:545] Running local_init_op. INFO:tensorflow:Done running local_init_op. I0227 00:44:21.304183 281473169781808 session_manager.py:548] Done running local_init_op. INFO:tensorflow:time(__main__.LoadTest.test_capture_assets_in_graph_ReloadThricePy): 1.47s I0227 00:44:21.321933 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_capture_assets_in_graph_ReloadThricePy): 1.47s [ OK ] LoadTest.test_capture_assets_in_graph_ReloadThricePy [ RUN ] LoadTest.test_captured_constant_ReloadTwicePy I0227 00:44:22.986304 281473169781808 functional_saver.py:440] Sharding callback duration: 11 I0227 00:44:23.109878 281473169781808 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5__yrdlzd2/assets I0227 00:44:23.143338 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5__yrdlzd2/assets I0227 00:44:23.165351 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5__yrdlzd2/fingerprint.pb I0227 00:44:23.298580 281473169781808 functional_saver.py:440] Sharding callback duration: 9 I0227 00:44:23.415493 281473169781808 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_2gwy91s8/assets I0227 00:44:23.421050 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_2gwy91s8/assets I0227 00:44:23.423134 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_2gwy91s8/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_captured_constant_ReloadTwicePy): 2.22s I0227 00:44:23.538995 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_captured_constant_ReloadTwicePy): 2.22s [ OK ] LoadTest.test_captured_constant_ReloadTwicePy [ RUN ] LoadTest.test_concrete_function_arg_names_ReloadOncePy I0227 00:44:23.630650 281473169781808 functional_saver.py:440] Sharding callback duration: 9 I0227 00:44:23.685844 281473169781808 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_wwi47c1n/assets I0227 00:44:23.698501 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_wwi47c1n/assets I0227 00:44:23.700464 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_wwi47c1n/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_concrete_function_arg_names_ReloadOncePy): 0.21s I0227 00:44:23.748617 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_concrete_function_arg_names_ReloadOncePy): 0.21s [ OK ] LoadTest.test_concrete_function_arg_names_ReloadOncePy [ RUN ] LoadTest.test_concrete_function_no_signature_ReloadThricePy I0227 00:44:23.843178 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:23.898269 281473169781808 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_7t5pefhg/assets I0227 00:44:23.911642 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_7t5pefhg/assets I0227 00:44:23.913665 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_7t5pefhg/fingerprint.pb I0227 00:44:23.969613 281473169781808 functional_saver.py:440] Sharding callback duration: 9 I0227 00:44:24.020047 281473169781808 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_yhgneams/assets I0227 00:44:24.025689 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_yhgneams/assets I0227 00:44:24.027569 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_yhgneams/fingerprint.pb I0227 00:44:24.084895 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:24.134945 281473169781808 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_dqudsndg/assets I0227 00:44:24.140552 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_dqudsndg/assets I0227 00:44:24.142459 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_dqudsndg/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_concrete_function_no_signature_ReloadThricePy): 0.44s I0227 00:44:24.191218 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_concrete_function_no_signature_ReloadThricePy): 0.44s [ OK ] LoadTest.test_concrete_function_no_signature_ReloadThricePy [ RUN ] LoadTest.test_control_outputs_ReloadTwicePy I0227 00:44:25.032000 281473169781808 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to should_be_control_output_resource in the SavedModel. I0227 00:44:25.074183 281473169781808 functional_saver.py:440] Sharding callback duration: 11 I0227 00:44:25.149528 281473169781808 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_0h80d8mu/assets I0227 00:44:25.162314 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_0h80d8mu/assets I0227 00:44:25.164834 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_0h80d8mu/fingerprint.pb I0227 00:44:25.226991 281473169781808 signature_serialization.py:156] Function `signature_wrapper` contains input name(s) 1744 with unsupported characters which will be renamed to unknown in the SavedModel. I0227 00:44:25.272232 281473169781808 functional_saver.py:440] Sharding callback duration: 11 I0227 00:44:25.338102 281473169781808 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_nhhrzrud/assets I0227 00:44:25.343821 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_nhhrzrud/assets I0227 00:44:25.349530 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_nhhrzrud/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_control_outputs_ReloadTwicePy): 1.22s I0227 00:44:25.414339 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_control_outputs_ReloadTwicePy): 1.22s [ OK ] LoadTest.test_control_outputs_ReloadTwicePy [ RUN ] LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy I0227 00:44:25.649384 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:25.720714 281473169781808 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_619_hp39/assets I0227 00:44:25.733427 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_619_hp39/assets I0227 00:44:25.735913 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_619_hp39/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy): 0.46s I0227 00:44:25.873471 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy): 0.46s [ OK ] LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy [ RUN ] LoadTest.test_dict_ReloadThricePy I0227 00:44:26.914876 281473169781808 functional_saver.py:440] Sharding callback duration: 13 I0227 00:44:27.000885 281473169781808 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_dmbue24s/assets I0227 00:44:27.014740 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_dmbue24s/assets I0227 00:44:27.017264 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_dmbue24s/fingerprint.pb I0227 00:44:27.165178 281473169781808 functional_saver.py:440] Sharding callback duration: 12 I0227 00:44:27.241536 281473169781808 functional_saver.py:440] Sharding callback duration: 13 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_zrkh3v9x/assets I0227 00:44:27.247896 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_zrkh3v9x/assets I0227 00:44:27.250296 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_zrkh3v9x/fingerprint.pb I0227 00:44:27.362082 281473169781808 functional_saver.py:440] Sharding callback duration: 11 I0227 00:44:27.437707 281473169781808 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_vw0rm7ge/assets I0227 00:44:27.443531 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_vw0rm7ge/assets I0227 00:44:27.445968 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_vw0rm7ge/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_dict_ReloadThricePy): 1.65s I0227 00:44:27.530513 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_dict_ReloadThricePy): 1.65s [ OK ] LoadTest.test_dict_ReloadThricePy [ RUN ] LoadTest.test_extra_args_ReloadTwicePy I0227 00:44:27.638284 281473169781808 functional_saver.py:440] Sharding callback duration: 9 I0227 00:44:27.698519 281473169781808 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_98fpmep_/assets I0227 00:44:27.712147 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_98fpmep_/assets I0227 00:44:27.714190 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_98fpmep_/fingerprint.pb I0227 00:44:27.773837 281473169781808 functional_saver.py:440] Sharding callback duration: 9 I0227 00:44:27.826721 281473169781808 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_p6r9cq0y/assets I0227 00:44:27.832566 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_p6r9cq0y/assets I0227 00:44:27.834518 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_p6r9cq0y/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_extra_args_ReloadTwicePy): 0.37s I0227 00:44:27.900057 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_extra_args_ReloadTwicePy): 0.37s [ OK ] LoadTest.test_extra_args_ReloadTwicePy [ RUN ] LoadTest.test_function_with_default_bool_input_ReloadOncePy I0227 00:44:28.068418 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:28.130453 281473169781808 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_ngzr89h0/assets I0227 00:44:28.145138 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_ngzr89h0/assets I0227 00:44:28.147473 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_ngzr89h0/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_function_with_default_bool_input_ReloadOncePy): 0.34s I0227 00:44:28.237808 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_function_with_default_bool_input_ReloadOncePy): 0.34s [ OK ] LoadTest.test_function_with_default_bool_input_ReloadOncePy [ RUN ] LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy I0227 00:44:28.350331 281473169781808 functional_saver.py:440] Sharding callback duration: 11 I0227 00:44:28.412696 281473169781808 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_itn6n26d/assets I0227 00:44:28.429723 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_itn6n26d/assets I0227 00:44:28.432027 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_itn6n26d/fingerprint.pb I0227 00:44:28.521111 281473169781808 functional_saver.py:440] Sharding callback duration: 8 I0227 00:44:28.645397 281473169781808 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_l_mt3bet/assets I0227 00:44:28.651143 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_l_mt3bet/assets I0227 00:44:28.653430 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_l_mt3bet/fingerprint.pb I0227 00:44:28.741585 281473169781808 functional_saver.py:440] Sharding callback duration: 9 I0227 00:44:28.798057 281473169781808 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_anx4dy2l/assets I0227 00:44:28.803593 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_anx4dy2l/assets I0227 00:44:28.806153 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_anx4dy2l/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy): 0.64s I0227 00:44:28.882649 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy): 0.64s [ OK ] LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy [ RUN ] LoadTest.test_functions_list_ReloadTwicePy I0227 00:44:31.343255 281473169781808 functional_saver.py:440] Sharding callback duration: 11 I0227 00:44:31.431060 281473169781808 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_f09rlnn4/assets I0227 00:44:31.444283 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_f09rlnn4/assets I0227 00:44:31.447196 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_f09rlnn4/fingerprint.pb I0227 00:44:31.591653 281473169781808 functional_saver.py:440] Sharding callback duration: 11 I0227 00:44:31.686618 281473169781808 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_1cf7513u/assets I0227 00:44:31.692162 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_1cf7513u/assets I0227 00:44:31.694745 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_1cf7513u/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_functions_list_ReloadTwicePy): 2.94s I0227 00:44:31.826906 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_functions_list_ReloadTwicePy): 2.94s [ OK ] LoadTest.test_functions_list_ReloadTwicePy [ RUN ] LoadTest.test_list_ReloadOncePy I0227 00:44:31.925188 281473169781808 functional_saver.py:440] Sharding callback duration: 11 I0227 00:44:32.001760 281473169781808 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_oxa1oqdf/assets I0227 00:44:32.014486 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_oxa1oqdf/assets I0227 00:44:32.016754 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_oxa1oqdf/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_list_ReloadOncePy): 0.24s I0227 00:44:32.069406 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_list_ReloadOncePy): 0.24s [ OK ] LoadTest.test_list_ReloadOncePy [ RUN ] LoadTest.test_load_grad_save_ReloadThricePy I0227 00:44:33.094514 281473169781808 functional_saver.py:440] Sharding callback duration: 12 I0227 00:44:33.184032 281473169781808 functional_saver.py:440] Sharding callback duration: 14 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_ogh1e7od/assets I0227 00:44:33.196828 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_ogh1e7od/assets I0227 00:44:33.199434 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_ogh1e7od/fingerprint.pb I0227 00:44:33.411589 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:33.485929 281473169781808 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_fvcj1ys4/assets I0227 00:44:33.491423 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_fvcj1ys4/assets I0227 00:44:33.493897 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_fvcj1ys4/fingerprint.pb I0227 00:44:33.814614 281473169781808 functional_saver.py:440] Sharding callback duration: 12 I0227 00:44:33.889059 281473169781808 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_90ywwr7c/assets I0227 00:44:33.894603 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_90ywwr7c/assets I0227 00:44:33.897061 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_90ywwr7c/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_load_grad_save_ReloadThricePy): 1.89s I0227 00:44:33.965506 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_load_grad_save_ReloadThricePy): 1.89s [ OK ] LoadTest.test_load_grad_save_ReloadThricePy [ RUN ] LoadTest.test_load_resource_with_dependency_ReloadTwicePy I0227 00:44:34.064549 281473169781808 signature_serialization.py:156] Function `__call__` contains input name(s) table_handle with unsupported characters which will be renamed to none_lookup_lookuptablefindv2_table_handle in the SavedModel. I0227 00:44:34.171102 281473169781808 functional_saver.py:440] Sharding callback duration: 9 I0227 00:44:34.244930 281473169781808 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_j0c149iu/assets I0227 00:44:34.259889 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_j0c149iu/assets I0227 00:44:34.262996 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_j0c149iu/fingerprint.pb I0227 00:44:34.393285 281473169781808 signature_serialization.py:156] Function `signature_wrapper` contains input name(s) 4387 with unsupported characters which will be renamed to unknown in the SavedModel. I0227 00:44:34.560758 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:34.642118 281473169781808 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_ix1hi6oj/assets I0227 00:44:34.647782 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_ix1hi6oj/assets I0227 00:44:34.651367 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_ix1hi6oj/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_load_resource_with_dependency_ReloadTwicePy): 1.04s I0227 00:44:35.005269 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_load_resource_with_dependency_ReloadTwicePy): 1.04s [ OK ] LoadTest.test_load_resource_with_dependency_ReloadTwicePy [ RUN ] LoadTest.test_names_normalized_ReloadOncePy INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_yhukoziu/assets INFO:tensorflow:time(__main__.LoadTest.test_names_normalized_ReloadOncePy): 0.26s I0227 00:44:35.271309 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_names_normalized_ReloadOncePy): 0.26s [ OK ] LoadTest.test_names_normalized_ReloadOncePy [ RUN ] LoadTest.test_nested_functions_ReloadThricePy I0227 00:44:37.476723 281473169781808 functional_saver.py:440] Sharding callback duration: 9 I0227 00:44:37.537979 281473169781808 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_1n57cf39/assets I0227 00:44:37.550591 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_1n57cf39/assets I0227 00:44:37.553119 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_1n57cf39/fingerprint.pb I0227 00:44:37.645318 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:37.712339 281473169781808 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_tygmfcgp/assets I0227 00:44:37.717750 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_tygmfcgp/assets I0227 00:44:37.720313 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_tygmfcgp/fingerprint.pb I0227 00:44:37.822230 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:37.882776 281473169781808 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_zetqke67/assets I0227 00:44:37.898745 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_zetqke67/assets I0227 00:44:37.901483 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_zetqke67/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_nested_functions_ReloadThricePy): 2.73s I0227 00:44:38.007475 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_nested_functions_ReloadThricePy): 2.73s [ OK ] LoadTest.test_nested_functions_ReloadThricePy [ RUN ] LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy I0227 00:44:38.229001 281473169781808 functional_saver.py:440] Sharding callback duration: 8 I0227 00:44:38.287931 281473169781808 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_88o3k2eq/assets I0227 00:44:38.301217 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_88o3k2eq/assets I0227 00:44:38.303440 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_88o3k2eq/fingerprint.pb I0227 00:44:38.391843 281473169781808 functional_saver.py:440] Sharding callback duration: 9 I0227 00:44:38.482149 281473169781808 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_k_a7bd6u/assets I0227 00:44:38.491424 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_k_a7bd6u/assets I0227 00:44:38.493651 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_k_a7bd6u/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy): 0.56s I0227 00:44:38.570873 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy): 0.56s [ OK ] LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy [ RUN ] LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy I0227 00:44:38.715501 281473169781808 functional_saver.py:440] Sharding callback duration: 8 I0227 00:44:38.773105 281473169781808 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_q0end4k7/assets I0227 00:44:38.786248 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_q0end4k7/assets I0227 00:44:38.788429 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_q0end4k7/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy): 0.28s I0227 00:44:38.855594 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy): 0.28s [ OK ] LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy [ RUN ] LoadTest.test_partially_defined_variable_shape_ReloadThricePy I0227 00:44:39.075071 281473169781808 functional_saver.py:440] Sharding callback duration: 11 I0227 00:44:39.148974 281473169781808 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_rwd4p2io/assets I0227 00:44:39.162249 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_rwd4p2io/assets I0227 00:44:39.164549 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_rwd4p2io/fingerprint.pb I0227 00:44:39.268354 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:39.332911 281473169781808 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_skc78web/assets I0227 00:44:39.338251 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_skc78web/assets I0227 00:44:39.340430 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_skc78web/fingerprint.pb I0227 00:44:39.428318 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:39.622096 281473169781808 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_f641wrt_/assets I0227 00:44:39.627871 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_f641wrt_/assets I0227 00:44:39.630175 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_f641wrt_/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_partially_defined_variable_shape_ReloadThricePy): 0.89s I0227 00:44:39.751987 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_partially_defined_variable_shape_ReloadThricePy): 0.89s [ OK ] LoadTest.test_partially_defined_variable_shape_ReloadThricePy [ RUN ] LoadTest.test_preserve_argspec_ReloadTwicePy I0227 00:44:39.787179 281473169781808 save.py:290] Found untraced functions such as f while saving (showing 1 of 1). These functions will not be directly callable after loading. I0227 00:44:39.823645 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:39.926311 281473169781808 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_8i1crls4/assets I0227 00:44:39.950728 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_8i1crls4/assets I0227 00:44:39.952815 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_8i1crls4/fingerprint.pb I0227 00:44:39.999691 281473169781808 save.py:290] Found untraced functions such as restored_function_body while saving (showing 1 of 1). These functions will not be directly callable after loading. I0227 00:44:40.182885 281473169781808 functional_saver.py:440] Sharding callback duration: 9 I0227 00:44:40.234587 281473169781808 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_6lgs_eey/assets I0227 00:44:40.240357 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_6lgs_eey/assets I0227 00:44:40.242387 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_6lgs_eey/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_preserve_argspec_ReloadTwicePy): 0.54s I0227 00:44:40.296294 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_preserve_argspec_ReloadTwicePy): 0.54s [ OK ] LoadTest.test_preserve_argspec_ReloadTwicePy [ RUN ] LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy I0227 00:44:40.381170 281473169781808 signature_serialization.py:156] Function `g` contains input name(s) resource with unsupported characters which will be renamed to mul_readvariableop_resource in the SavedModel. I0227 00:44:40.427814 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:40.502979 281473169781808 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_8ppc93uz/assets I0227 00:44:40.515671 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_8ppc93uz/assets I0227 00:44:40.518328 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_8ppc93uz/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy): 0.43s I0227 00:44:40.724919 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy): 0.43s [ OK ] LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy [ RUN ] LoadTest.test_shapes_available_ReloadOncePy I0227 00:44:40.858393 281473169781808 functional_saver.py:440] Sharding callback duration: 9 I0227 00:44:40.952859 281473169781808 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5__9mufryz/assets I0227 00:44:40.966356 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5__9mufryz/assets I0227 00:44:40.968964 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5__9mufryz/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_shapes_available_ReloadOncePy): 0.3s I0227 00:44:41.031659 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_shapes_available_ReloadOncePy): 0.3s [ OK ] LoadTest.test_shapes_available_ReloadOncePy [ RUN ] LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy I0227 00:44:41.182693 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:41.244395 281473169781808 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_7_olni4h/assets I0227 00:44:41.258677 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_7_olni4h/assets I0227 00:44:41.261182 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_7_olni4h/fingerprint.pb I0227 00:44:41.347309 281473169781808 functional_saver.py:440] Sharding callback duration: 9 I0227 00:44:41.402896 281473169781808 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_3lzgc_en/assets I0227 00:44:41.408350 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_3lzgc_en/assets I0227 00:44:41.410809 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_3lzgc_en/fingerprint.pb I0227 00:44:41.507748 281473169781808 functional_saver.py:440] Sharding callback duration: 11 I0227 00:44:41.565294 281473169781808 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_pwm84qgv/assets I0227 00:44:41.570911 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_pwm84qgv/assets I0227 00:44:41.573449 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_pwm84qgv/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy): 0.65s I0227 00:44:41.682029 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy): 0.65s [ OK ] LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy [ RUN ] LoadTest.test_structured_inputs_ReloadTwicePy I0227 00:44:42.247102 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:42.657776 281473169781808 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_ucr1qpyr/assets I0227 00:44:42.813438 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_ucr1qpyr/assets I0227 00:44:42.815731 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_ucr1qpyr/fingerprint.pb I0227 00:44:42.914373 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:42.974512 281473169781808 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_3wgi5r0e/assets I0227 00:44:42.979913 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_3wgi5r0e/assets I0227 00:44:42.982090 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_3wgi5r0e/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_structured_inputs_ReloadTwicePy): 1.38s I0227 00:44:43.066373 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_structured_inputs_ReloadTwicePy): 1.38s [ OK ] LoadTest.test_structured_inputs_ReloadTwicePy [ RUN ] LoadTest.test_table_collections_untouched_eager_ReloadOncePy I0227 00:44:44.220381 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:44.310413 281473169781808 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_44fjjqj5/assets I0227 00:44:44.349119 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_44fjjqj5/assets I0227 00:44:44.352843 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_44fjjqj5/fingerprint.pb I0227 00:44:45.527678 281473169781808 functional_saver.py:440] Sharding callback duration: 9 I0227 00:44:45.827931 281473169781808 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_upqb_mq_/assets I0227 00:44:45.833923 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_upqb_mq_/assets I0227 00:44:45.837578 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_upqb_mq_/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_table_collections_untouched_eager_ReloadOncePy): 3.24s I0227 00:44:46.308161 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_table_collections_untouched_eager_ReloadOncePy): 3.24s [ OK ] LoadTest.test_table_collections_untouched_eager_ReloadOncePy [ RUN ] LoadTest.test_tuple_signature_ReloadThricePy I0227 00:44:47.719567 281473169781808 functional_saver.py:440] Sharding callback duration: 12 I0227 00:44:47.793497 281473169781808 functional_saver.py:440] Sharding callback duration: 13 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_ankf0zgj/assets I0227 00:44:47.805617 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_ankf0zgj/assets I0227 00:44:47.808209 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_ankf0zgj/fingerprint.pb I0227 00:44:47.924714 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:48.051669 281473169781808 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_z67uszi1/assets I0227 00:44:48.084387 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_z67uszi1/assets I0227 00:44:48.086932 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_z67uszi1/fingerprint.pb I0227 00:44:48.274602 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:48.595427 281473169781808 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_q740thh6/assets I0227 00:44:48.617291 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_q740thh6/assets I0227 00:44:48.619962 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_q740thh6/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_tuple_signature_ReloadThricePy): 2.41s I0227 00:44:48.717142 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_tuple_signature_ReloadThricePy): 2.41s [ OK ] LoadTest.test_tuple_signature_ReloadThricePy [ RUN ] LoadTest.test_variables_destroyed_ReloadTwicePy I0227 00:44:48.763740 281473169781808 functional_saver.py:440] Sharding callback duration: 12 I0227 00:44:48.883306 281473169781808 functional_saver.py:440] Sharding callback duration: 13 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_2_l7p0xw/assets I0227 00:44:48.926593 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_2_l7p0xw/assets I0227 00:44:48.928860 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_2_l7p0xw/fingerprint.pb I0227 00:44:49.026433 281473169781808 functional_saver.py:440] Sharding callback duration: 11 I0227 00:44:49.092822 281473169781808 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_iq9rv_3q/assets I0227 00:44:49.098514 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_iq9rv_3q/assets I0227 00:44:49.100615 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_iq9rv_3q/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_variables_destroyed_ReloadTwicePy): 0.43s I0227 00:44:49.147246 281473169781808 test_util.py:2620] time(__main__.LoadTest.test_variables_destroyed_ReloadTwicePy): 0.43s [ OK ] LoadTest.test_variables_destroyed_ReloadTwicePy [ RUN ] SavedModelLoadMemoryTests.test_no_oom_loading_large_tenor_LoadWithPython [ SKIPPED ] SavedModelLoadMemoryTests.test_no_oom_loading_large_tenor_LoadWithPython INFO:tensorflow:time(__main__.SavedModelLoadMemoryTests.test_no_oom_loading_large_tenor_LoadWithPython): 0.0s I0227 00:44:49.149969 281473169781808 test_util.py:2620] time(__main__.SavedModelLoadMemoryTests.test_no_oom_loading_large_tenor_LoadWithPython): 0.0s [ RUN ] SingleCycleTests.test_functions_cleaned_LoadWithPython I0227 00:44:49.769311 281473169781808 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0227 00:44:49.813358 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:49.889114 281473169781808 functional_saver.py:440] Sharding callback duration: 13 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_mkvg1fr2/assets I0227 00:44:49.901805 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_mkvg1fr2/assets I0227 00:44:49.904390 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_mkvg1fr2/fingerprint.pb I0227 00:44:50.173993 281473169781808 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0227 00:44:50.219056 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:50.315523 281473169781808 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_s9nf1j4n/assets I0227 00:44:50.397930 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_s9nf1j4n/assets I0227 00:44:50.457849 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_s9nf1j4n/fingerprint.pb I0227 00:44:50.926388 281473169781808 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0227 00:44:50.970608 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:51.036115 281473169781808 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_o4z6_gbr/assets I0227 00:44:51.041343 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_o4z6_gbr/assets I0227 00:44:51.043900 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_o4z6_gbr/fingerprint.pb I0227 00:44:51.123587 281473169781808 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0227 00:44:51.167707 281473169781808 functional_saver.py:440] Sharding callback duration: 10 I0227 00:44:51.232944 281473169781808 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_sx07w_tj/assets I0227 00:44:51.367200 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_sx07w_tj/assets I0227 00:44:51.369871 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_sx07w_tj/fingerprint.pb I0227 00:44:51.517100 281473169781808 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0227 00:44:51.565698 281473169781808 functional_saver.py:440] Sharding callback duration: 11 I0227 00:44:51.632541 281473169781808 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_ph662vbs/assets I0227 00:44:52.196579 281473169781808 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_ph662vbs/assets I0227 00:44:52.199188 281473169781808 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295e340dm5_ph662vbs/fingerprint.pb [ FAILED ] SingleCycleTests.test_functions_cleaned_LoadWithPython INFO:tensorflow:time(__main__.SingleCycleTests.test_functions_cleaned_LoadWithPython): 3.36s I0227 00:44:52.512907 281473169781808 test_util.py:2620] time(__main__.SingleCycleTests.test_functions_cleaned_LoadWithPython): 3.36s [ RUN ] SingleCycleTests.test_session [ SKIPPED ] SingleCycleTests.test_session ====================================================================== FAIL: test_functions_cleaned_LoadWithPython (__main__.SingleCycleTests) SingleCycleTests.test_functions_cleaned_LoadWithPython test_functions_cleaned_LoadWithPython(use_cpp_bindings=False) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/saved_model/load_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 314, in bound_param_test return test_method(self, **testcase_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/saved_model/load_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 330, 'Operation': 270, 'TensorShape': 147}) ---------------------------------------------------------------------- Ran 33 tests in 38.552s FAILED (failures=1, skipped=2) ================================================================================ ==================== Test output for //tensorflow/python/saved_model:load_test_cpu (shard 2 of 10): Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/saved_model/load_test_cpu.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] DeferredInitModuleVariablesTest.test_deferred_init_module_variables I0227 00:44:58.635689 281472981234736 signature_serialization.py:156] Function `call` contains input name(s) Variable, Variable_1, Variable_2 with unsupported characters which will be renamed to assignaddvariableop_variable, assignaddvariableop_1_variable_1, assignaddvariableop_2_variable_2 in the SavedModel. I0227 00:44:58.787149 281472981234736 functional_saver.py:440] Sharding callback duration: 20 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmp3_glhb_e/module/assets I0227 00:44:58.870388 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmp3_glhb_e/module/assets I0227 00:44:58.873703 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmp3_glhb_e/module/fingerprint.pb I0227 00:44:58.983546 281472981234736 signature_serialization.py:156] Function `call` contains input name(s) Const with unsupported characters which will be renamed to identity_const in the SavedModel. I0227 00:44:59.020288 281472981234736 functional_saver.py:440] Sharding callback duration: 12 I0227 00:44:59.088478 281472981234736 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmp3_glhb_e/variables/Variable/assets I0227 00:44:59.108512 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmp3_glhb_e/variables/Variable/assets I0227 00:44:59.110668 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmp3_glhb_e/variables/Variable/fingerprint.pb I0227 00:45:00.682231 281472981234736 functional_saver.py:440] Sharding callback duration: 8 I0227 00:45:00.733991 281472981234736 functional_saver.py:440] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmp3_glhb_e/variables/Variable_1/assets I0227 00:45:00.739449 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmp3_glhb_e/variables/Variable_1/assets I0227 00:45:00.741517 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmp3_glhb_e/variables/Variable_1/fingerprint.pb I0227 00:45:00.756136 281472981234736 signature_serialization.py:156] Function `call` contains input name(s) Const with unsupported characters which will be renamed to identity_const in the SavedModel. I0227 00:45:00.787887 281472981234736 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:00.840370 281472981234736 functional_saver.py:440] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmp3_glhb_e/variables/Variable_2/assets I0227 00:45:00.857316 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmp3_glhb_e/variables/Variable_2/assets I0227 00:45:00.859436 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmp3_glhb_e/variables/Variable_2/fingerprint.pb 2024-02-27 00:45:01.207617: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:388] MLIR V1 optimization pass is not enabled INFO:tensorflow:time(__main__.DeferredInitModuleVariablesTest.test_deferred_init_module_variables): 3.25s I0227 00:45:01.326882 281472981234736 test_util.py:2620] time(__main__.DeferredInitModuleVariablesTest.test_deferred_init_module_variables): 3.25s [ OK ] DeferredInitModuleVariablesTest.test_deferred_init_module_variables [ RUN ] LoadTest.test_additional_kwargs_ReloadTwicePy WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/saved_model/load_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py:2122: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.config.list_physical_devices('GPU')` instead. W0227 00:45:01.736110 281472981234736 deprecation.py:50] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/saved_model/load_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py:2122: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.config.list_physical_devices('GPU')` instead. I0227 00:45:01.767282 281472981234736 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:01.828063 281472981234736 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d8o86q81o/assets I0227 00:45:01.858991 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d8o86q81o/assets I0227 00:45:01.860902 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d8o86q81o/fingerprint.pb I0227 00:45:01.958361 281472981234736 functional_saver.py:440] Sharding callback duration: 8 I0227 00:45:02.008641 281472981234736 functional_saver.py:440] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d4qx38l8_/assets I0227 00:45:02.087047 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d4qx38l8_/assets I0227 00:45:02.088956 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d4qx38l8_/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_additional_kwargs_ReloadTwicePy): 0.66s I0227 00:45:02.149741 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_additional_kwargs_ReloadTwicePy): 0.66s [ OK ] LoadTest.test_additional_kwargs_ReloadTwicePy [ RUN ] LoadTest.test_callable_ReloadOncePy I0227 00:45:03.953728 281472981234736 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:04.073676 281472981234736 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dnk8zgf60/assets I0227 00:45:04.106547 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dnk8zgf60/assets I0227 00:45:04.108661 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dnk8zgf60/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_callable_ReloadOncePy): 2.15s I0227 00:45:04.305814 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_callable_ReloadOncePy): 2.15s [ OK ] LoadTest.test_callable_ReloadOncePy [ RUN ] LoadTest.test_capture_assets_in_graph_ReloadThricePy I0227 00:45:05.060510 281472981234736 functional_saver.py:440] Sharding callback duration: 8 I0227 00:45:05.115615 281472981234736 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d5pqpkopx/assets I0227 00:45:05.127646 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d5pqpkopx/assets I0227 00:45:05.129777 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d5pqpkopx/fingerprint.pb I0227 00:45:05.211235 281472981234736 functional_saver.py:440] Sharding callback duration: 8 I0227 00:45:05.262882 281472981234736 functional_saver.py:440] Sharding callback duration: 7 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dfc0som82/assets I0227 00:45:05.268422 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dfc0som82/assets I0227 00:45:05.270552 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dfc0som82/fingerprint.pb I0227 00:45:05.366480 281472981234736 functional_saver.py:440] Sharding callback duration: 8 I0227 00:45:05.417962 281472981234736 functional_saver.py:440] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d/tmpv1ysnzkl4ftxk5bt/assets I0227 00:45:05.423674 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d/tmpv1ysnzkl4ftxk5bt/assets I0227 00:45:05.426067 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d/tmpv1ysnzkl4ftxk5bt/fingerprint.pb INFO:tensorflow:Graph was finalized. I0227 00:45:05.499723 281472981234736 monitored_session.py:240] Graph was finalized. INFO:tensorflow:Running local_init_op. I0227 00:45:05.517604 281472981234736 session_manager.py:545] Running local_init_op. INFO:tensorflow:Done running local_init_op. I0227 00:45:05.522423 281472981234736 session_manager.py:548] Done running local_init_op. INFO:tensorflow:time(__main__.LoadTest.test_capture_assets_in_graph_ReloadThricePy): 1.23s I0227 00:45:05.538173 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_capture_assets_in_graph_ReloadThricePy): 1.23s [ OK ] LoadTest.test_capture_assets_in_graph_ReloadThricePy [ RUN ] LoadTest.test_captured_constant_ReloadTwicePy I0227 00:45:08.105532 281472981234736 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:08.163180 281472981234736 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d3h384x42/assets I0227 00:45:08.175591 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d3h384x42/assets I0227 00:45:08.177701 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d3h384x42/fingerprint.pb I0227 00:45:08.244184 281472981234736 functional_saver.py:440] Sharding callback duration: 8 I0227 00:45:08.317916 281472981234736 functional_saver.py:440] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dc1n7e9u1/assets I0227 00:45:08.323446 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dc1n7e9u1/assets I0227 00:45:08.325507 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dc1n7e9u1/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_captured_constant_ReloadTwicePy): 2.87s I0227 00:45:08.413572 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_captured_constant_ReloadTwicePy): 2.87s [ OK ] LoadTest.test_captured_constant_ReloadTwicePy [ RUN ] LoadTest.test_concrete_function_arg_names_ReloadOncePy I0227 00:45:08.501357 281472981234736 functional_saver.py:440] Sharding callback duration: 8 I0227 00:45:08.553829 281472981234736 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8de6rsvrik/assets I0227 00:45:08.566241 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8de6rsvrik/assets I0227 00:45:08.568161 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8de6rsvrik/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_concrete_function_arg_names_ReloadOncePy): 0.2s I0227 00:45:08.613586 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_concrete_function_arg_names_ReloadOncePy): 0.2s [ OK ] LoadTest.test_concrete_function_arg_names_ReloadOncePy [ RUN ] LoadTest.test_concrete_function_no_signature_ReloadThricePy I0227 00:45:08.702837 281472981234736 functional_saver.py:440] Sharding callback duration: 8 I0227 00:45:08.774996 281472981234736 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d_8mb1aza/assets I0227 00:45:08.807412 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d_8mb1aza/assets I0227 00:45:08.809350 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d_8mb1aza/fingerprint.pb I0227 00:45:08.865914 281472981234736 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:08.913400 281472981234736 functional_saver.py:440] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dec32l2ps/assets I0227 00:45:08.918785 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dec32l2ps/assets I0227 00:45:08.920615 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dec32l2ps/fingerprint.pb I0227 00:45:08.973789 281472981234736 functional_saver.py:440] Sharding callback duration: 8 I0227 00:45:09.021254 281472981234736 functional_saver.py:440] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d8a9igu0z/assets I0227 00:45:09.026714 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d8a9igu0z/assets I0227 00:45:09.028527 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d8a9igu0z/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_concrete_function_no_signature_ReloadThricePy): 0.46s I0227 00:45:09.075238 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_concrete_function_no_signature_ReloadThricePy): 0.46s [ OK ] LoadTest.test_concrete_function_no_signature_ReloadThricePy [ RUN ] LoadTest.test_control_outputs_ReloadTwicePy I0227 00:45:09.729553 281472981234736 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to should_be_control_output_resource in the SavedModel. I0227 00:45:09.769759 281472981234736 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:09.841852 281472981234736 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dwie5xej2/assets I0227 00:45:09.854374 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dwie5xej2/assets I0227 00:45:09.856738 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dwie5xej2/fingerprint.pb I0227 00:45:09.916541 281472981234736 signature_serialization.py:156] Function `signature_wrapper` contains input name(s) 1744 with unsupported characters which will be renamed to unknown in the SavedModel. I0227 00:45:09.958898 281472981234736 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:10.021178 281472981234736 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8du2maldjc/assets I0227 00:45:10.031187 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8du2maldjc/assets I0227 00:45:10.033695 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8du2maldjc/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_control_outputs_ReloadTwicePy): 1.17s I0227 00:45:10.243725 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_control_outputs_ReloadTwicePy): 1.17s [ OK ] LoadTest.test_control_outputs_ReloadTwicePy [ RUN ] LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy I0227 00:45:10.959959 281472981234736 functional_saver.py:440] Sharding callback duration: 8 I0227 00:45:11.021602 281472981234736 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dz6j7gqtd/assets I0227 00:45:11.033921 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dz6j7gqtd/assets I0227 00:45:11.036475 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dz6j7gqtd/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy): 0.92s I0227 00:45:11.208544 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy): 0.92s [ OK ] LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy [ RUN ] LoadTest.test_dict_ReloadThricePy I0227 00:45:12.033482 281472981234736 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:12.113523 281472981234736 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8drsiryj5r/assets I0227 00:45:12.126685 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8drsiryj5r/assets I0227 00:45:12.129105 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8drsiryj5r/fingerprint.pb I0227 00:45:12.230475 281472981234736 functional_saver.py:440] Sharding callback duration: 11 I0227 00:45:12.300643 281472981234736 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d2rxl0g34/assets I0227 00:45:12.336773 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d2rxl0g34/assets I0227 00:45:12.339099 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d2rxl0g34/fingerprint.pb I0227 00:45:12.451103 281472981234736 functional_saver.py:440] Sharding callback duration: 11 I0227 00:45:12.522303 281472981234736 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dtw0p17iq/assets I0227 00:45:12.528049 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dtw0p17iq/assets I0227 00:45:12.530370 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dtw0p17iq/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_dict_ReloadThricePy): 1.42s I0227 00:45:12.629917 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_dict_ReloadThricePy): 1.42s [ OK ] LoadTest.test_dict_ReloadThricePy [ RUN ] LoadTest.test_extra_args_ReloadTwicePy I0227 00:45:12.812733 281472981234736 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:12.897782 281472981234736 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8ddaedgsbn/assets I0227 00:45:12.930588 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8ddaedgsbn/assets I0227 00:45:12.932499 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8ddaedgsbn/fingerprint.pb I0227 00:45:12.986961 281472981234736 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:13.036228 281472981234736 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dx79zqpuu/assets I0227 00:45:13.041647 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dx79zqpuu/assets I0227 00:45:13.043492 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dx79zqpuu/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_extra_args_ReloadTwicePy): 0.47s I0227 00:45:13.103775 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_extra_args_ReloadTwicePy): 0.47s [ OK ] LoadTest.test_extra_args_ReloadTwicePy [ RUN ] LoadTest.test_function_with_default_bool_input_ReloadOncePy I0227 00:45:13.258429 281472981234736 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:13.314773 281472981234736 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8de0s7pny8/assets I0227 00:45:13.327179 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8de0s7pny8/assets I0227 00:45:13.329230 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8de0s7pny8/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_function_with_default_bool_input_ReloadOncePy): 0.32s I0227 00:45:13.422179 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_function_with_default_bool_input_ReloadOncePy): 0.32s [ OK ] LoadTest.test_function_with_default_bool_input_ReloadOncePy [ RUN ] LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy I0227 00:45:13.909136 281472981234736 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:13.973003 281472981234736 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dcw9b4z63/assets I0227 00:45:13.987036 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dcw9b4z63/assets I0227 00:45:13.989195 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dcw9b4z63/fingerprint.pb I0227 00:45:14.073657 281472981234736 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:14.132470 281472981234736 functional_saver.py:440] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dq3bd96wq/assets I0227 00:45:14.138227 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dq3bd96wq/assets I0227 00:45:14.140429 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dq3bd96wq/fingerprint.pb I0227 00:45:14.229105 281472981234736 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:14.283994 281472981234736 functional_saver.py:440] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d4_klkqrj/assets I0227 00:45:14.289728 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d4_klkqrj/assets I0227 00:45:14.291962 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d4_klkqrj/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy): 0.98s I0227 00:45:14.403748 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy): 0.98s [ OK ] LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy [ RUN ] LoadTest.test_functions_list_ReloadTwicePy I0227 00:45:15.424128 281472981234736 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:15.528892 281472981234736 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d55ftt4is/assets I0227 00:45:15.541452 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d55ftt4is/assets I0227 00:45:15.543996 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d55ftt4is/fingerprint.pb I0227 00:45:15.663821 281472981234736 functional_saver.py:440] Sharding callback duration: 13 I0227 00:45:15.739421 281472981234736 functional_saver.py:440] Sharding callback duration: 13 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d1wbb0u5r/assets I0227 00:45:15.744896 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d1wbb0u5r/assets I0227 00:45:15.747408 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d1wbb0u5r/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_functions_list_ReloadTwicePy): 1.47s I0227 00:45:15.874217 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_functions_list_ReloadTwicePy): 1.47s [ OK ] LoadTest.test_functions_list_ReloadTwicePy [ RUN ] LoadTest.test_list_ReloadOncePy I0227 00:45:15.979409 281472981234736 functional_saver.py:440] Sharding callback duration: 11 I0227 00:45:16.057600 281472981234736 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d531v6f6v/assets I0227 00:45:16.070173 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d531v6f6v/assets I0227 00:45:16.072245 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d531v6f6v/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_list_ReloadOncePy): 0.25s I0227 00:45:16.123015 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_list_ReloadOncePy): 0.25s [ OK ] LoadTest.test_list_ReloadOncePy [ RUN ] LoadTest.test_load_grad_save_ReloadThricePy I0227 00:45:16.856008 281472981234736 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:16.943196 281472981234736 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dht_vvh8n/assets I0227 00:45:17.108670 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dht_vvh8n/assets I0227 00:45:17.111116 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dht_vvh8n/fingerprint.pb I0227 00:45:17.455676 281472981234736 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:17.583254 281472981234736 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d_s8a_09k/assets I0227 00:45:17.588851 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d_s8a_09k/assets I0227 00:45:17.591145 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d_s8a_09k/fingerprint.pb I0227 00:45:17.798200 281472981234736 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:17.871123 281472981234736 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d52c4h_tr/assets I0227 00:45:17.877189 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d52c4h_tr/assets I0227 00:45:17.879550 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d52c4h_tr/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_load_grad_save_ReloadThricePy): 1.82s I0227 00:45:17.948360 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_load_grad_save_ReloadThricePy): 1.82s [ OK ] LoadTest.test_load_grad_save_ReloadThricePy [ RUN ] LoadTest.test_load_resource_with_dependency_ReloadTwicePy I0227 00:45:18.041783 281472981234736 signature_serialization.py:156] Function `__call__` contains input name(s) table_handle with unsupported characters which will be renamed to none_lookup_lookuptablefindv2_table_handle in the SavedModel. I0227 00:45:18.120235 281472981234736 functional_saver.py:440] Sharding callback duration: 8 I0227 00:45:18.193804 281472981234736 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d27irgt6s/assets I0227 00:45:18.208214 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d27irgt6s/assets I0227 00:45:18.211098 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d27irgt6s/fingerprint.pb I0227 00:45:18.349403 281472981234736 signature_serialization.py:156] Function `signature_wrapper` contains input name(s) 4387 with unsupported characters which will be renamed to unknown in the SavedModel. I0227 00:45:18.472734 281472981234736 functional_saver.py:440] Sharding callback duration: 8 I0227 00:45:18.555033 281472981234736 functional_saver.py:440] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dw_qjr34b/assets I0227 00:45:18.560833 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dw_qjr34b/assets I0227 00:45:18.564249 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dw_qjr34b/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_load_resource_with_dependency_ReloadTwicePy): 1.05s I0227 00:45:19.000132 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_load_resource_with_dependency_ReloadTwicePy): 1.05s [ OK ] LoadTest.test_load_resource_with_dependency_ReloadTwicePy [ RUN ] LoadTest.test_names_normalized_ReloadOncePy INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dxwghsq6c/assets INFO:tensorflow:time(__main__.LoadTest.test_names_normalized_ReloadOncePy): 0.31s I0227 00:45:19.315670 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_names_normalized_ReloadOncePy): 0.31s [ OK ] LoadTest.test_names_normalized_ReloadOncePy [ RUN ] LoadTest.test_nested_functions_ReloadThricePy I0227 00:45:21.503672 281472981234736 functional_saver.py:440] Sharding callback duration: 8 I0227 00:45:21.562641 281472981234736 functional_saver.py:440] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8da6bzwjs9/assets I0227 00:45:21.579208 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8da6bzwjs9/assets I0227 00:45:21.581797 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8da6bzwjs9/fingerprint.pb I0227 00:45:22.189550 281472981234736 functional_saver.py:440] Sharding callback duration: 11 I0227 00:45:22.276618 281472981234736 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dbomhu9ez/assets I0227 00:45:22.378206 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dbomhu9ez/assets I0227 00:45:22.380510 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dbomhu9ez/fingerprint.pb I0227 00:45:22.522256 281472981234736 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:22.577715 281472981234736 functional_saver.py:440] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d_n_s5o1b/assets I0227 00:45:22.583205 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d_n_s5o1b/assets I0227 00:45:22.586516 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d_n_s5o1b/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_nested_functions_ReloadThricePy): 3.37s I0227 00:45:22.683187 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_nested_functions_ReloadThricePy): 3.37s [ OK ] LoadTest.test_nested_functions_ReloadThricePy [ RUN ] LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy I0227 00:45:22.838912 281472981234736 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:22.895586 281472981234736 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dewmbl5x3/assets I0227 00:45:23.218837 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dewmbl5x3/assets I0227 00:45:23.220852 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dewmbl5x3/fingerprint.pb I0227 00:45:23.412058 281472981234736 functional_saver.py:440] Sharding callback duration: 8 I0227 00:45:23.532730 281472981234736 functional_saver.py:440] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dyhwckatr/assets I0227 00:45:23.538122 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dyhwckatr/assets I0227 00:45:23.540058 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dyhwckatr/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy): 1.03s I0227 00:45:23.710542 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy): 1.03s [ OK ] LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy [ RUN ] LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy I0227 00:45:23.982410 281472981234736 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:24.097156 281472981234736 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8di1_38riy/assets I0227 00:45:24.130032 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8di1_38riy/assets I0227 00:45:24.131924 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8di1_38riy/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy): 0.59s I0227 00:45:24.301656 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy): 0.59s [ OK ] LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy [ RUN ] LoadTest.test_partially_defined_variable_shape_ReloadThricePy I0227 00:45:25.076748 281472981234736 functional_saver.py:440] Sharding callback duration: 11 I0227 00:45:25.348400 281472981234736 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dn5130ge5/assets I0227 00:45:25.407569 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dn5130ge5/assets I0227 00:45:25.409733 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dn5130ge5/fingerprint.pb I0227 00:45:25.489592 281472981234736 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:25.548871 281472981234736 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dn4er1i64/assets I0227 00:45:25.554594 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dn4er1i64/assets I0227 00:45:25.556873 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dn4er1i64/fingerprint.pb I0227 00:45:25.631268 281472981234736 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:25.691515 281472981234736 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8diaqfvhnj/assets I0227 00:45:25.697464 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8diaqfvhnj/assets I0227 00:45:25.699590 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8diaqfvhnj/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_partially_defined_variable_shape_ReloadThricePy): 1.44s I0227 00:45:25.747568 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_partially_defined_variable_shape_ReloadThricePy): 1.44s [ OK ] LoadTest.test_partially_defined_variable_shape_ReloadThricePy [ RUN ] LoadTest.test_preserve_argspec_ReloadTwicePy I0227 00:45:25.753104 281472981234736 save.py:290] Found untraced functions such as f while saving (showing 1 of 1). These functions will not be directly callable after loading. I0227 00:45:25.767750 281472981234736 functional_saver.py:440] Sharding callback duration: 8 I0227 00:45:25.828174 281472981234736 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dc9mg4mor/assets I0227 00:45:25.840966 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dc9mg4mor/assets I0227 00:45:25.842884 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dc9mg4mor/fingerprint.pb I0227 00:45:25.876094 281472981234736 save.py:290] Found untraced functions such as restored_function_body while saving (showing 1 of 1). These functions will not be directly callable after loading. I0227 00:45:25.891602 281472981234736 functional_saver.py:440] Sharding callback duration: 8 I0227 00:45:25.938102 281472981234736 functional_saver.py:440] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dha8_3crl/assets I0227 00:45:25.943577 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dha8_3crl/assets I0227 00:45:25.945345 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dha8_3crl/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_preserve_argspec_ReloadTwicePy): 0.23s I0227 00:45:25.977910 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_preserve_argspec_ReloadTwicePy): 0.23s [ OK ] LoadTest.test_preserve_argspec_ReloadTwicePy [ RUN ] LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy I0227 00:45:26.048246 281472981234736 signature_serialization.py:156] Function `g` contains input name(s) resource with unsupported characters which will be renamed to mul_readvariableop_resource in the SavedModel. I0227 00:45:26.091748 281472981234736 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:26.167256 281472981234736 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dxf6gw2fh/assets I0227 00:45:26.179585 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dxf6gw2fh/assets I0227 00:45:26.181985 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dxf6gw2fh/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy): 0.79s I0227 00:45:26.769900 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy): 0.79s [ OK ] LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy [ RUN ] LoadTest.test_shapes_available_ReloadOncePy I0227 00:45:27.312470 281472981234736 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:27.862657 281472981234736 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dl9jydpuw/assets I0227 00:45:27.876570 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dl9jydpuw/assets I0227 00:45:27.879193 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dl9jydpuw/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_shapes_available_ReloadOncePy): 1.17s I0227 00:45:27.946174 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_shapes_available_ReloadOncePy): 1.17s [ OK ] LoadTest.test_shapes_available_ReloadOncePy [ RUN ] LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy I0227 00:45:28.084702 281472981234736 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:28.148118 281472981234736 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dt5x0odjs/assets I0227 00:45:28.161755 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dt5x0odjs/assets I0227 00:45:28.164227 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dt5x0odjs/fingerprint.pb I0227 00:45:28.253663 281472981234736 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:28.312940 281472981234736 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dralwp61c/assets I0227 00:45:28.319152 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dralwp61c/assets I0227 00:45:28.321713 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dralwp61c/fingerprint.pb I0227 00:45:28.433672 281472981234736 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:28.492371 281472981234736 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dutd9qn0n/assets I0227 00:45:28.498275 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dutd9qn0n/assets I0227 00:45:28.500817 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dutd9qn0n/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy): 0.64s I0227 00:45:28.589116 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy): 0.64s [ OK ] LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy [ RUN ] LoadTest.test_structured_inputs_ReloadTwicePy I0227 00:45:28.792787 281472981234736 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:28.863885 281472981234736 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dqb0yi8w6/assets I0227 00:45:28.877357 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dqb0yi8w6/assets I0227 00:45:28.879672 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dqb0yi8w6/fingerprint.pb I0227 00:45:28.945555 281472981234736 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:29.000840 281472981234736 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dsffgwa18/assets I0227 00:45:29.006848 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dsffgwa18/assets I0227 00:45:29.009066 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dsffgwa18/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_structured_inputs_ReloadTwicePy): 0.5s I0227 00:45:29.089182 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_structured_inputs_ReloadTwicePy): 0.5s [ OK ] LoadTest.test_structured_inputs_ReloadTwicePy [ RUN ] LoadTest.test_table_collections_untouched_eager_ReloadOncePy I0227 00:45:30.829878 281472981234736 functional_saver.py:440] Sharding callback duration: 11 I0227 00:45:30.924199 281472981234736 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d98_4_58y/assets I0227 00:45:30.938733 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d98_4_58y/assets I0227 00:45:30.942587 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d98_4_58y/fingerprint.pb I0227 00:45:31.400056 281472981234736 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:31.503452 281472981234736 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dwutsfbhf/assets I0227 00:45:31.530449 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dwutsfbhf/assets I0227 00:45:31.534031 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dwutsfbhf/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_table_collections_untouched_eager_ReloadOncePy): 2.73s I0227 00:45:31.821183 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_table_collections_untouched_eager_ReloadOncePy): 2.73s [ OK ] LoadTest.test_table_collections_untouched_eager_ReloadOncePy [ RUN ] LoadTest.test_tuple_signature_ReloadThricePy I0227 00:45:32.645102 281472981234736 functional_saver.py:440] Sharding callback duration: 12 I0227 00:45:32.725117 281472981234736 functional_saver.py:440] Sharding callback duration: 13 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dd__m_v5r/assets I0227 00:45:32.738435 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dd__m_v5r/assets I0227 00:45:32.741142 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dd__m_v5r/fingerprint.pb I0227 00:45:33.132029 281472981234736 functional_saver.py:440] Sharding callback duration: 11 I0227 00:45:33.200853 281472981234736 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8ddkayynqv/assets I0227 00:45:33.207052 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8ddkayynqv/assets I0227 00:45:33.209686 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8ddkayynqv/fingerprint.pb I0227 00:45:33.416723 281472981234736 functional_saver.py:440] Sharding callback duration: 11 I0227 00:45:33.640700 281472981234736 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dw6xr4985/assets I0227 00:45:33.667278 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dw6xr4985/assets I0227 00:45:33.669982 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dw6xr4985/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_tuple_signature_ReloadThricePy): 1.94s I0227 00:45:33.764115 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_tuple_signature_ReloadThricePy): 1.94s [ OK ] LoadTest.test_tuple_signature_ReloadThricePy [ RUN ] LoadTest.test_variables_destroyed_ReloadTwicePy I0227 00:45:33.817430 281472981234736 functional_saver.py:440] Sharding callback duration: 12 I0227 00:45:34.186101 281472981234736 functional_saver.py:440] Sharding callback duration: 15 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d23e3sz_q/assets I0227 00:45:34.200043 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d23e3sz_q/assets I0227 00:45:34.202382 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d23e3sz_q/fingerprint.pb I0227 00:45:34.465489 281472981234736 functional_saver.py:440] Sharding callback duration: 12 I0227 00:45:34.541744 281472981234736 functional_saver.py:440] Sharding callback duration: 23 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d3dwn0ezj/assets I0227 00:45:34.547859 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d3dwn0ezj/assets I0227 00:45:34.549980 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d3dwn0ezj/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_variables_destroyed_ReloadTwicePy): 0.83s I0227 00:45:34.598028 281472981234736 test_util.py:2620] time(__main__.LoadTest.test_variables_destroyed_ReloadTwicePy): 0.83s [ OK ] LoadTest.test_variables_destroyed_ReloadTwicePy [ RUN ] SavedModelLoadMemoryTests.test_no_oom_loading_large_tenor_LoadWithPython [ SKIPPED ] SavedModelLoadMemoryTests.test_no_oom_loading_large_tenor_LoadWithPython INFO:tensorflow:time(__main__.SavedModelLoadMemoryTests.test_no_oom_loading_large_tenor_LoadWithPython): 0.0s I0227 00:45:34.600883 281472981234736 test_util.py:2620] time(__main__.SavedModelLoadMemoryTests.test_no_oom_loading_large_tenor_LoadWithPython): 0.0s [ RUN ] SingleCycleTests.test_functions_cleaned_LoadWithPython I0227 00:45:35.445811 281472981234736 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0227 00:45:35.522329 281472981234736 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:35.641076 281472981234736 functional_saver.py:440] Sharding callback duration: 13 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d1zrd2qta/assets I0227 00:45:35.654068 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d1zrd2qta/assets I0227 00:45:35.656704 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d1zrd2qta/fingerprint.pb I0227 00:45:35.739217 281472981234736 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0227 00:45:35.783706 281472981234736 functional_saver.py:440] Sharding callback duration: 11 I0227 00:45:35.880404 281472981234736 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dfscrq7tl/assets I0227 00:45:36.136332 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dfscrq7tl/assets I0227 00:45:36.138788 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dfscrq7tl/fingerprint.pb I0227 00:45:36.855861 281472981234736 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0227 00:45:36.903182 281472981234736 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:36.967824 281472981234736 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d4o480xbd/assets I0227 00:45:36.975399 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d4o480xbd/assets I0227 00:45:36.978296 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8d4o480xbd/fingerprint.pb I0227 00:45:37.101762 281472981234736 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0227 00:45:37.146183 281472981234736 functional_saver.py:440] Sharding callback duration: 12 I0227 00:45:37.251244 281472981234736 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8db634t998/assets I0227 00:45:37.256965 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8db634t998/assets I0227 00:45:37.259562 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8db634t998/fingerprint.pb I0227 00:45:37.338070 281472981234736 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0227 00:45:37.381174 281472981234736 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:37.490795 281472981234736 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dzpligiar/assets I0227 00:45:37.666742 281472981234736 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dzpligiar/assets I0227 00:45:37.669325 281472981234736 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295wi_seh8dzpligiar/fingerprint.pb [ FAILED ] SingleCycleTests.test_functions_cleaned_LoadWithPython INFO:tensorflow:time(__main__.SingleCycleTests.test_functions_cleaned_LoadWithPython): 4.69s I0227 00:45:39.288851 281472981234736 test_util.py:2620] time(__main__.SingleCycleTests.test_functions_cleaned_LoadWithPython): 4.69s [ RUN ] SingleCycleTests.test_session [ SKIPPED ] SingleCycleTests.test_session ====================================================================== FAIL: test_functions_cleaned_LoadWithPython (__main__.SingleCycleTests) SingleCycleTests.test_functions_cleaned_LoadWithPython test_functions_cleaned_LoadWithPython(use_cpp_bindings=False) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/saved_model/load_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 314, in bound_param_test return test_method(self, **testcase_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/saved_model/load_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 330, 'Operation': 270, 'TensorShape': 147}) ---------------------------------------------------------------------- Ran 33 tests in 41.218s FAILED (failures=1, skipped=2) ================================================================================ ==================== Test output for //tensorflow/python/saved_model:load_test_cpu (shard 2 of 10): Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/saved_model/load_test_cpu.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] DeferredInitModuleVariablesTest.test_deferred_init_module_variables I0227 00:45:45.493731 281472975926320 signature_serialization.py:156] Function `call` contains input name(s) Variable, Variable_1, Variable_2 with unsupported characters which will be renamed to assignaddvariableop_variable, assignaddvariableop_1_variable_1, assignaddvariableop_2_variable_2 in the SavedModel. I0227 00:45:45.632991 281472975926320 functional_saver.py:440] Sharding callback duration: 18 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmpuiqtfgyr/module/assets I0227 00:45:45.712247 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmpuiqtfgyr/module/assets I0227 00:45:45.715198 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmpuiqtfgyr/module/fingerprint.pb I0227 00:45:45.815593 281472975926320 signature_serialization.py:156] Function `call` contains input name(s) Const with unsupported characters which will be renamed to identity_const in the SavedModel. I0227 00:45:45.847616 281472975926320 functional_saver.py:440] Sharding callback duration: 11 I0227 00:45:45.910037 281472975926320 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmpuiqtfgyr/variables/Variable/assets I0227 00:45:45.925364 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmpuiqtfgyr/variables/Variable/assets I0227 00:45:45.927517 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmpuiqtfgyr/variables/Variable/fingerprint.pb I0227 00:45:47.039028 281472975926320 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:47.142720 281472975926320 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmpuiqtfgyr/variables/Variable_1/assets I0227 00:45:47.148225 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmpuiqtfgyr/variables/Variable_1/assets I0227 00:45:47.150232 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmpuiqtfgyr/variables/Variable_1/fingerprint.pb I0227 00:45:47.168816 281472975926320 signature_serialization.py:156] Function `call` contains input name(s) Const with unsupported characters which will be renamed to identity_const in the SavedModel. I0227 00:45:47.200781 281472975926320 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:47.254710 281472975926320 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmpuiqtfgyr/variables/Variable_2/assets I0227 00:45:47.269351 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmpuiqtfgyr/variables/Variable_2/assets I0227 00:45:47.271484 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmpuiqtfgyr/variables/Variable_2/fingerprint.pb 2024-02-27 00:45:47.698193: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:388] MLIR V1 optimization pass is not enabled INFO:tensorflow:time(__main__.DeferredInitModuleVariablesTest.test_deferred_init_module_variables): 2.71s I0227 00:45:47.750517 281472975926320 test_util.py:2620] time(__main__.DeferredInitModuleVariablesTest.test_deferred_init_module_variables): 2.71s [ OK ] DeferredInitModuleVariablesTest.test_deferred_init_module_variables [ RUN ] LoadTest.test_additional_kwargs_ReloadTwicePy WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/saved_model/load_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py:2122: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.config.list_physical_devices('GPU')` instead. W0227 00:45:47.865549 281472975926320 deprecation.py:50] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/saved_model/load_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py:2122: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.config.list_physical_devices('GPU')` instead. I0227 00:45:47.892479 281472975926320 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:47.978030 281472975926320 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0srq20fcv1/assets I0227 00:45:47.990151 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0srq20fcv1/assets I0227 00:45:47.992070 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0srq20fcv1/fingerprint.pb I0227 00:45:48.093529 281472975926320 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:48.164607 281472975926320 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sfm2pc8gg/assets I0227 00:45:48.169780 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sfm2pc8gg/assets I0227 00:45:48.171676 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sfm2pc8gg/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_additional_kwargs_ReloadTwicePy): 0.48s I0227 00:45:48.233433 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_additional_kwargs_ReloadTwicePy): 0.48s [ OK ] LoadTest.test_additional_kwargs_ReloadTwicePy [ RUN ] LoadTest.test_callable_ReloadOncePy I0227 00:45:49.180069 281472975926320 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:49.379711 281472975926320 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s2ss8t0_m/assets I0227 00:45:49.391690 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s2ss8t0_m/assets I0227 00:45:49.393786 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s2ss8t0_m/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_callable_ReloadOncePy): 1.34s I0227 00:45:49.577297 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_callable_ReloadOncePy): 1.34s [ OK ] LoadTest.test_callable_ReloadOncePy [ RUN ] LoadTest.test_capture_assets_in_graph_ReloadThricePy I0227 00:45:50.980483 281472975926320 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:51.219851 281472975926320 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s9j4zpihr/assets I0227 00:45:51.423053 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s9j4zpihr/assets I0227 00:45:51.465555 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s9j4zpihr/fingerprint.pb I0227 00:45:51.691929 281472975926320 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:51.746110 281472975926320 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sifzd7jih/assets I0227 00:45:51.751217 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sifzd7jih/assets I0227 00:45:51.753364 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sifzd7jih/fingerprint.pb I0227 00:45:51.896737 281472975926320 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:51.955620 281472975926320 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s/tmpsitf1yg1hfmwrq97/assets I0227 00:45:51.963795 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s/tmpsitf1yg1hfmwrq97/assets I0227 00:45:51.966579 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s/tmpsitf1yg1hfmwrq97/fingerprint.pb INFO:tensorflow:Graph was finalized. I0227 00:45:52.072073 281472975926320 monitored_session.py:240] Graph was finalized. INFO:tensorflow:Running local_init_op. I0227 00:45:52.112247 281472975926320 session_manager.py:545] Running local_init_op. INFO:tensorflow:Done running local_init_op. I0227 00:45:52.119261 281472975926320 session_manager.py:548] Done running local_init_op. INFO:tensorflow:time(__main__.LoadTest.test_capture_assets_in_graph_ReloadThricePy): 2.84s I0227 00:45:52.421574 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_capture_assets_in_graph_ReloadThricePy): 2.84s [ OK ] LoadTest.test_capture_assets_in_graph_ReloadThricePy [ RUN ] LoadTest.test_captured_constant_ReloadTwicePy I0227 00:45:54.672308 281472975926320 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:54.753304 281472975926320 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s2kds547n/assets I0227 00:45:54.801614 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s2kds547n/assets I0227 00:45:54.803758 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s2kds547n/fingerprint.pb I0227 00:45:54.873122 281472975926320 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:54.927011 281472975926320 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sjeq3rduw/assets I0227 00:45:54.932335 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sjeq3rduw/assets I0227 00:45:54.934410 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sjeq3rduw/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_captured_constant_ReloadTwicePy): 2.61s I0227 00:45:55.036623 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_captured_constant_ReloadTwicePy): 2.61s [ OK ] LoadTest.test_captured_constant_ReloadTwicePy [ RUN ] LoadTest.test_concrete_function_arg_names_ReloadOncePy I0227 00:45:55.154645 281472975926320 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:55.223415 281472975926320 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0suscx0q7y/assets I0227 00:45:55.262273 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0suscx0q7y/assets I0227 00:45:55.264644 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0suscx0q7y/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_concrete_function_arg_names_ReloadOncePy): 0.27s I0227 00:45:55.311892 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_concrete_function_arg_names_ReloadOncePy): 0.27s [ OK ] LoadTest.test_concrete_function_arg_names_ReloadOncePy [ RUN ] LoadTest.test_concrete_function_no_signature_ReloadThricePy I0227 00:45:55.403401 281472975926320 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:55.457069 281472975926320 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sp_sfg_re/assets I0227 00:45:55.468778 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sp_sfg_re/assets I0227 00:45:55.470661 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sp_sfg_re/fingerprint.pb I0227 00:45:55.525958 281472975926320 functional_saver.py:440] Sharding callback duration: 9 I0227 00:45:55.574504 281472975926320 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s6h_avldb/assets I0227 00:45:55.579572 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s6h_avldb/assets I0227 00:45:55.581424 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s6h_avldb/fingerprint.pb I0227 00:45:55.637044 281472975926320 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:55.685702 281472975926320 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sdtds6v3y/assets I0227 00:45:55.690781 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sdtds6v3y/assets I0227 00:45:55.692612 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sdtds6v3y/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_concrete_function_no_signature_ReloadThricePy): 0.43s I0227 00:45:55.739603 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_concrete_function_no_signature_ReloadThricePy): 0.43s [ OK ] LoadTest.test_concrete_function_no_signature_ReloadThricePy [ RUN ] LoadTest.test_control_outputs_ReloadTwicePy I0227 00:45:57.056061 281472975926320 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to should_be_control_output_resource in the SavedModel. I0227 00:45:57.098499 281472975926320 functional_saver.py:440] Sharding callback duration: 11 I0227 00:45:57.172430 281472975926320 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s5udztykc/assets I0227 00:45:57.184597 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s5udztykc/assets I0227 00:45:57.189490 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s5udztykc/fingerprint.pb I0227 00:45:57.274339 281472975926320 signature_serialization.py:156] Function `signature_wrapper` contains input name(s) 1744 with unsupported characters which will be renamed to unknown in the SavedModel. I0227 00:45:57.359073 281472975926320 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:57.513643 281472975926320 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0su2bjh4u6/assets I0227 00:45:57.518781 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0su2bjh4u6/assets I0227 00:45:57.521121 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0su2bjh4u6/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_control_outputs_ReloadTwicePy): 1.84s I0227 00:45:57.582707 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_control_outputs_ReloadTwicePy): 1.84s [ OK ] LoadTest.test_control_outputs_ReloadTwicePy [ RUN ] LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy I0227 00:45:57.985645 281472975926320 functional_saver.py:440] Sharding callback duration: 10 I0227 00:45:58.046938 281472975926320 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0suhr6hjjl/assets I0227 00:45:58.117969 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0suhr6hjjl/assets I0227 00:45:58.120424 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0suhr6hjjl/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy): 1.25s I0227 00:45:58.837641 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy): 1.25s [ OK ] LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy [ RUN ] LoadTest.test_dict_ReloadThricePy I0227 00:46:00.961068 281472975926320 functional_saver.py:440] Sharding callback duration: 11 I0227 00:46:01.050514 281472975926320 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s_1zrfzqp/assets I0227 00:46:01.063218 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s_1zrfzqp/assets I0227 00:46:01.068546 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s_1zrfzqp/fingerprint.pb I0227 00:46:01.192511 281472975926320 functional_saver.py:440] Sharding callback duration: 11 I0227 00:46:01.263464 281472975926320 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sc2z3nfwe/assets I0227 00:46:01.268925 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sc2z3nfwe/assets I0227 00:46:01.271221 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sc2z3nfwe/fingerprint.pb I0227 00:46:01.375430 281472975926320 functional_saver.py:440] Sharding callback duration: 10 I0227 00:46:01.693435 281472975926320 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sjdesp4xe/assets I0227 00:46:01.698732 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sjdesp4xe/assets I0227 00:46:01.701039 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sjdesp4xe/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_dict_ReloadThricePy): 2.94s I0227 00:46:01.779966 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_dict_ReloadThricePy): 2.94s [ OK ] LoadTest.test_dict_ReloadThricePy [ RUN ] LoadTest.test_extra_args_ReloadTwicePy I0227 00:46:01.880321 281472975926320 functional_saver.py:440] Sharding callback duration: 9 I0227 00:46:01.934746 281472975926320 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0srr5ulkos/assets I0227 00:46:01.947347 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0srr5ulkos/assets I0227 00:46:01.949313 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0srr5ulkos/fingerprint.pb I0227 00:46:02.006635 281472975926320 functional_saver.py:440] Sharding callback duration: 9 I0227 00:46:02.056648 281472975926320 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s5sca0r3d/assets I0227 00:46:02.061805 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s5sca0r3d/assets I0227 00:46:02.063704 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s5sca0r3d/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_extra_args_ReloadTwicePy): 0.34s I0227 00:46:02.125055 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_extra_args_ReloadTwicePy): 0.34s [ OK ] LoadTest.test_extra_args_ReloadTwicePy [ RUN ] LoadTest.test_function_with_default_bool_input_ReloadOncePy I0227 00:46:02.321412 281472975926320 functional_saver.py:440] Sharding callback duration: 9 I0227 00:46:02.386143 281472975926320 functional_saver.py:440] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0scrjt7r6c/assets I0227 00:46:02.398274 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0scrjt7r6c/assets I0227 00:46:02.400347 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0scrjt7r6c/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_function_with_default_bool_input_ReloadOncePy): 0.36s I0227 00:46:02.484453 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_function_with_default_bool_input_ReloadOncePy): 0.36s [ OK ] LoadTest.test_function_with_default_bool_input_ReloadOncePy [ RUN ] LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy I0227 00:46:02.586581 281472975926320 functional_saver.py:440] Sharding callback duration: 10 I0227 00:46:02.644725 281472975926320 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s43bu43jj/assets I0227 00:46:02.656909 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s43bu43jj/assets I0227 00:46:02.659092 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s43bu43jj/fingerprint.pb I0227 00:46:02.772235 281472975926320 functional_saver.py:440] Sharding callback duration: 9 I0227 00:46:02.831185 281472975926320 functional_saver.py:440] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0szj2s25iv/assets I0227 00:46:02.836582 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0szj2s25iv/assets I0227 00:46:02.839009 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0szj2s25iv/fingerprint.pb I0227 00:46:02.924822 281472975926320 functional_saver.py:440] Sharding callback duration: 9 I0227 00:46:02.978967 281472975926320 functional_saver.py:440] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s2mh6ffpy/assets I0227 00:46:02.984267 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s2mh6ffpy/assets I0227 00:46:02.986551 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s2mh6ffpy/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy): 0.58s I0227 00:46:03.062590 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy): 0.58s [ OK ] LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy [ RUN ] LoadTest.test_functions_list_ReloadTwicePy I0227 00:46:04.418471 281472975926320 functional_saver.py:440] Sharding callback duration: 13 I0227 00:46:04.509801 281472975926320 functional_saver.py:440] Sharding callback duration: 15 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sjxxvalcg/assets I0227 00:46:04.544107 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sjxxvalcg/assets I0227 00:46:04.546987 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sjxxvalcg/fingerprint.pb I0227 00:46:04.696660 281472975926320 functional_saver.py:440] Sharding callback duration: 14 I0227 00:46:04.810808 281472975926320 functional_saver.py:440] Sharding callback duration: 13 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0ssbiscu5m/assets I0227 00:46:04.817130 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0ssbiscu5m/assets I0227 00:46:04.819878 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0ssbiscu5m/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_functions_list_ReloadTwicePy): 1.9s I0227 00:46:04.968761 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_functions_list_ReloadTwicePy): 1.9s [ OK ] LoadTest.test_functions_list_ReloadTwicePy [ RUN ] LoadTest.test_list_ReloadOncePy I0227 00:46:05.040198 281472975926320 functional_saver.py:440] Sharding callback duration: 11 I0227 00:46:05.226800 281472975926320 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sxbag532r/assets I0227 00:46:05.238986 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sxbag532r/assets I0227 00:46:05.241058 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sxbag532r/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_list_ReloadOncePy): 0.33s I0227 00:46:05.300187 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_list_ReloadOncePy): 0.33s [ OK ] LoadTest.test_list_ReloadOncePy [ RUN ] LoadTest.test_load_grad_save_ReloadThricePy I0227 00:46:06.164702 281472975926320 functional_saver.py:440] Sharding callback duration: 14 I0227 00:46:06.256910 281472975926320 functional_saver.py:440] Sharding callback duration: 16 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s8drb1ytn/assets I0227 00:46:06.270994 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s8drb1ytn/assets I0227 00:46:06.273700 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s8drb1ytn/fingerprint.pb I0227 00:46:06.484083 281472975926320 functional_saver.py:440] Sharding callback duration: 14 I0227 00:46:06.576674 281472975926320 functional_saver.py:440] Sharding callback duration: 13 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sh91critk/assets I0227 00:46:06.582987 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sh91critk/assets I0227 00:46:06.585658 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sh91critk/fingerprint.pb I0227 00:46:06.789068 281472975926320 functional_saver.py:440] Sharding callback duration: 13 I0227 00:46:06.981103 281472975926320 functional_saver.py:440] Sharding callback duration: 13 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sznc5ikr2/assets I0227 00:46:06.987151 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sznc5ikr2/assets I0227 00:46:06.989774 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sznc5ikr2/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_load_grad_save_ReloadThricePy): 1.76s I0227 00:46:07.062248 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_load_grad_save_ReloadThricePy): 1.76s [ OK ] LoadTest.test_load_grad_save_ReloadThricePy [ RUN ] LoadTest.test_load_resource_with_dependency_ReloadTwicePy I0227 00:46:07.168549 281472975926320 signature_serialization.py:156] Function `__call__` contains input name(s) table_handle with unsupported characters which will be renamed to none_lookup_lookuptablefindv2_table_handle in the SavedModel. I0227 00:46:07.256918 281472975926320 functional_saver.py:440] Sharding callback duration: 12 I0227 00:46:07.335631 281472975926320 functional_saver.py:440] Sharding callback duration: 13 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sar8rbc6b/assets I0227 00:46:07.349843 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sar8rbc6b/assets I0227 00:46:07.353138 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sar8rbc6b/fingerprint.pb I0227 00:46:07.522613 281472975926320 signature_serialization.py:156] Function `signature_wrapper` contains input name(s) 4387 with unsupported characters which will be renamed to unknown in the SavedModel. I0227 00:46:07.653817 281472975926320 functional_saver.py:440] Sharding callback duration: 11 I0227 00:46:07.738240 281472975926320 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sdv4s78tt/assets I0227 00:46:07.744348 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sdv4s78tt/assets I0227 00:46:07.748031 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sdv4s78tt/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_load_resource_with_dependency_ReloadTwicePy): 0.93s I0227 00:46:07.999855 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_load_resource_with_dependency_ReloadTwicePy): 0.93s [ OK ] LoadTest.test_load_resource_with_dependency_ReloadTwicePy [ RUN ] LoadTest.test_names_normalized_ReloadOncePy INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sxynom56a/assets INFO:tensorflow:time(__main__.LoadTest.test_names_normalized_ReloadOncePy): 0.29s I0227 00:46:08.288153 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_names_normalized_ReloadOncePy): 0.29s [ OK ] LoadTest.test_names_normalized_ReloadOncePy [ RUN ] LoadTest.test_nested_functions_ReloadThricePy I0227 00:46:11.347104 281472975926320 functional_saver.py:440] Sharding callback duration: 13 I0227 00:46:11.414744 281472975926320 functional_saver.py:440] Sharding callback duration: 13 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0soixb0o61/assets I0227 00:46:11.432834 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0soixb0o61/assets I0227 00:46:11.435657 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0soixb0o61/fingerprint.pb I0227 00:46:11.536720 281472975926320 functional_saver.py:440] Sharding callback duration: 12 I0227 00:46:11.597715 281472975926320 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s0yuqxqmd/assets I0227 00:46:11.603866 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s0yuqxqmd/assets I0227 00:46:11.606611 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s0yuqxqmd/fingerprint.pb I0227 00:46:11.760503 281472975926320 functional_saver.py:440] Sharding callback duration: 12 I0227 00:46:11.908317 281472975926320 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sp7d58z23/assets I0227 00:46:11.914517 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sp7d58z23/assets I0227 00:46:11.977524 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sp7d58z23/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_nested_functions_ReloadThricePy): 3.79s I0227 00:46:12.081080 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_nested_functions_ReloadThricePy): 3.79s [ OK ] LoadTest.test_nested_functions_ReloadThricePy [ RUN ] LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy I0227 00:46:12.256279 281472975926320 functional_saver.py:440] Sharding callback duration: 12 I0227 00:46:12.325522 281472975926320 functional_saver.py:440] Sharding callback duration: 13 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0slzwlixjf/assets I0227 00:46:12.345798 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0slzwlixjf/assets I0227 00:46:12.348166 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0slzwlixjf/fingerprint.pb I0227 00:46:12.420274 281472975926320 functional_saver.py:440] Sharding callback duration: 12 I0227 00:46:12.476976 281472975926320 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s0ohug4z3/assets I0227 00:46:12.483225 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s0ohug4z3/assets I0227 00:46:12.485544 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s0ohug4z3/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy): 0.49s I0227 00:46:12.571093 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy): 0.49s [ OK ] LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy [ RUN ] LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy I0227 00:46:12.769565 281472975926320 functional_saver.py:440] Sharding callback duration: 11 I0227 00:46:12.830006 281472975926320 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s9kd0w1ny/assets I0227 00:46:12.844662 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s9kd0w1ny/assets I0227 00:46:12.846908 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s9kd0w1ny/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy): 0.36s I0227 00:46:12.937311 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy): 0.36s [ OK ] LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy [ RUN ] LoadTest.test_partially_defined_variable_shape_ReloadThricePy I0227 00:46:13.728687 281472975926320 functional_saver.py:440] Sharding callback duration: 13 I0227 00:46:13.803633 281472975926320 functional_saver.py:440] Sharding callback duration: 14 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s772rd42q/assets I0227 00:46:13.817351 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s772rd42q/assets I0227 00:46:13.819761 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s772rd42q/fingerprint.pb I0227 00:46:13.905609 281472975926320 functional_saver.py:440] Sharding callback duration: 12 I0227 00:46:13.969329 281472975926320 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s7x_bb39f/assets I0227 00:46:13.975142 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s7x_bb39f/assets I0227 00:46:13.977375 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s7x_bb39f/fingerprint.pb I0227 00:46:14.066032 281472975926320 functional_saver.py:440] Sharding callback duration: 12 I0227 00:46:14.130788 281472975926320 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s92ejj5t2/assets I0227 00:46:14.136797 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s92ejj5t2/assets I0227 00:46:14.139065 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s92ejj5t2/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_partially_defined_variable_shape_ReloadThricePy): 1.25s I0227 00:46:14.191165 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_partially_defined_variable_shape_ReloadThricePy): 1.25s [ OK ] LoadTest.test_partially_defined_variable_shape_ReloadThricePy [ RUN ] LoadTest.test_preserve_argspec_ReloadTwicePy I0227 00:46:14.197480 281472975926320 save.py:290] Found untraced functions such as f while saving (showing 1 of 1). These functions will not be directly callable after loading. I0227 00:46:14.213750 281472975926320 functional_saver.py:440] Sharding callback duration: 11 I0227 00:46:14.282721 281472975926320 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sqvc_0olf/assets I0227 00:46:14.296136 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sqvc_0olf/assets I0227 00:46:14.298232 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sqvc_0olf/fingerprint.pb I0227 00:46:14.334568 281472975926320 save.py:290] Found untraced functions such as restored_function_body while saving (showing 1 of 1). These functions will not be directly callable after loading. I0227 00:46:14.351797 281472975926320 functional_saver.py:440] Sharding callback duration: 11 I0227 00:46:14.404275 281472975926320 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0so3oe26ms/assets I0227 00:46:14.411108 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0so3oe26ms/assets I0227 00:46:14.413077 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0so3oe26ms/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_preserve_argspec_ReloadTwicePy): 0.26s I0227 00:46:14.450259 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_preserve_argspec_ReloadTwicePy): 0.26s [ OK ] LoadTest.test_preserve_argspec_ReloadTwicePy [ RUN ] LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy I0227 00:46:14.530121 281472975926320 signature_serialization.py:156] Function `g` contains input name(s) resource with unsupported characters which will be renamed to mul_readvariableop_resource in the SavedModel. I0227 00:46:14.581451 281472975926320 functional_saver.py:440] Sharding callback duration: 13 I0227 00:46:14.661808 281472975926320 functional_saver.py:440] Sharding callback duration: 13 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0segxec_h5/assets I0227 00:46:14.675607 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0segxec_h5/assets I0227 00:46:14.678347 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0segxec_h5/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy): 0.66s I0227 00:46:15.109535 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy): 0.66s [ OK ] LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy [ RUN ] LoadTest.test_shapes_available_ReloadOncePy I0227 00:46:15.261332 281472975926320 functional_saver.py:440] Sharding callback duration: 11 I0227 00:46:15.324574 281472975926320 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sboksfnhh/assets I0227 00:46:15.369105 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sboksfnhh/assets I0227 00:46:15.371686 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sboksfnhh/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_shapes_available_ReloadOncePy): 0.35s I0227 00:46:15.461605 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_shapes_available_ReloadOncePy): 0.35s [ OK ] LoadTest.test_shapes_available_ReloadOncePy [ RUN ] LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy I0227 00:46:15.631553 281472975926320 functional_saver.py:440] Sharding callback duration: 11 I0227 00:46:15.696885 281472975926320 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sopxf86gr/assets I0227 00:46:15.711375 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sopxf86gr/assets I0227 00:46:15.714046 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sopxf86gr/fingerprint.pb I0227 00:46:15.805543 281472975926320 functional_saver.py:440] Sharding callback duration: 12 I0227 00:46:15.866174 281472975926320 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s03482adc/assets I0227 00:46:15.872357 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s03482adc/assets I0227 00:46:15.883607 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s03482adc/fingerprint.pb I0227 00:46:15.988414 281472975926320 functional_saver.py:440] Sharding callback duration: 11 I0227 00:46:16.049333 281472975926320 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s6scbg40h/assets I0227 00:46:16.055468 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s6scbg40h/assets I0227 00:46:16.058028 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s6scbg40h/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy): 0.75s I0227 00:46:16.209843 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy): 0.75s [ OK ] LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy [ RUN ] LoadTest.test_structured_inputs_ReloadTwicePy I0227 00:46:16.375680 281472975926320 functional_saver.py:440] Sharding callback duration: 12 I0227 00:46:16.451485 281472975926320 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sqeos_32w/assets I0227 00:46:16.465941 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sqeos_32w/assets I0227 00:46:16.468318 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sqeos_32w/fingerprint.pb I0227 00:46:16.535129 281472975926320 functional_saver.py:440] Sharding callback duration: 11 I0227 00:46:16.589255 281472975926320 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sifidx2e6/assets I0227 00:46:16.595080 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sifidx2e6/assets I0227 00:46:16.597276 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sifidx2e6/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_structured_inputs_ReloadTwicePy): 0.47s I0227 00:46:16.677555 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_structured_inputs_ReloadTwicePy): 0.47s [ OK ] LoadTest.test_structured_inputs_ReloadTwicePy [ RUN ] LoadTest.test_table_collections_untouched_eager_ReloadOncePy I0227 00:46:17.706974 281472975926320 functional_saver.py:440] Sharding callback duration: 11 I0227 00:46:17.858587 281472975926320 functional_saver.py:440] Sharding callback duration: 13 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sdtyu9gxr/assets I0227 00:46:17.872161 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sdtyu9gxr/assets I0227 00:46:17.893785 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sdtyu9gxr/fingerprint.pb I0227 00:46:18.239548 281472975926320 functional_saver.py:440] Sharding callback duration: 11 I0227 00:46:18.323548 281472975926320 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s4eos3rd0/assets I0227 00:46:18.330376 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s4eos3rd0/assets I0227 00:46:18.333995 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s4eos3rd0/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_table_collections_untouched_eager_ReloadOncePy): 1.91s I0227 00:46:18.585884 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_table_collections_untouched_eager_ReloadOncePy): 1.91s [ OK ] LoadTest.test_table_collections_untouched_eager_ReloadOncePy [ RUN ] LoadTest.test_tuple_signature_ReloadThricePy I0227 00:46:19.288051 281472975926320 functional_saver.py:440] Sharding callback duration: 13 I0227 00:46:19.367931 281472975926320 functional_saver.py:440] Sharding callback duration: 14 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sgypp6q3j/assets I0227 00:46:19.381689 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sgypp6q3j/assets I0227 00:46:19.384433 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sgypp6q3j/fingerprint.pb I0227 00:46:19.549413 281472975926320 functional_saver.py:440] Sharding callback duration: 11 I0227 00:46:19.629647 281472975926320 functional_saver.py:440] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s7w5u97vp/assets I0227 00:46:19.635554 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s7w5u97vp/assets I0227 00:46:19.638128 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s7w5u97vp/fingerprint.pb I0227 00:46:19.860160 281472975926320 functional_saver.py:440] Sharding callback duration: 13 I0227 00:46:19.939934 281472975926320 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s5l7677m0/assets I0227 00:46:19.946113 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s5l7677m0/assets I0227 00:46:19.949224 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s5l7677m0/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_tuple_signature_ReloadThricePy): 1.45s I0227 00:46:20.035264 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_tuple_signature_ReloadThricePy): 1.45s [ OK ] LoadTest.test_tuple_signature_ReloadThricePy [ RUN ] LoadTest.test_variables_destroyed_ReloadTwicePy I0227 00:46:20.087403 281472975926320 functional_saver.py:440] Sharding callback duration: 14 I0227 00:46:20.282451 281472975926320 functional_saver.py:440] Sharding callback duration: 16 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s2v9xv0vd/assets I0227 00:46:20.297094 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s2v9xv0vd/assets I0227 00:46:20.299521 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s2v9xv0vd/fingerprint.pb I0227 00:46:20.391601 281472975926320 functional_saver.py:440] Sharding callback duration: 13 I0227 00:46:20.500928 281472975926320 functional_saver.py:440] Sharding callback duration: 14 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sc_8bk_nc/assets I0227 00:46:20.506901 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sc_8bk_nc/assets I0227 00:46:20.509057 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sc_8bk_nc/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_variables_destroyed_ReloadTwicePy): 0.52s I0227 00:46:20.562443 281472975926320 test_util.py:2620] time(__main__.LoadTest.test_variables_destroyed_ReloadTwicePy): 0.52s [ OK ] LoadTest.test_variables_destroyed_ReloadTwicePy [ RUN ] SavedModelLoadMemoryTests.test_no_oom_loading_large_tenor_LoadWithPython [ SKIPPED ] SavedModelLoadMemoryTests.test_no_oom_loading_large_tenor_LoadWithPython INFO:tensorflow:time(__main__.SavedModelLoadMemoryTests.test_no_oom_loading_large_tenor_LoadWithPython): 0.0s I0227 00:46:20.565470 281472975926320 test_util.py:2620] time(__main__.SavedModelLoadMemoryTests.test_no_oom_loading_large_tenor_LoadWithPython): 0.0s [ RUN ] SingleCycleTests.test_functions_cleaned_LoadWithPython I0227 00:46:21.258517 281472975926320 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0227 00:46:21.308842 281472975926320 functional_saver.py:440] Sharding callback duration: 13 I0227 00:46:21.389351 281472975926320 functional_saver.py:440] Sharding callback duration: 14 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sgzyrfu3u/assets I0227 00:46:21.403185 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sgzyrfu3u/assets I0227 00:46:21.406702 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sgzyrfu3u/fingerprint.pb I0227 00:46:21.495404 281472975926320 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0227 00:46:21.543596 281472975926320 functional_saver.py:440] Sharding callback duration: 12 I0227 00:46:21.612541 281472975926320 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sub49ab46/assets I0227 00:46:21.618616 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sub49ab46/assets I0227 00:46:21.621135 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sub49ab46/fingerprint.pb I0227 00:46:22.174371 281472975926320 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0227 00:46:22.222074 281472975926320 functional_saver.py:440] Sharding callback duration: 13 I0227 00:46:22.304103 281472975926320 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0su6zmquzx/assets I0227 00:46:22.310276 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0su6zmquzx/assets I0227 00:46:22.313144 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0su6zmquzx/fingerprint.pb I0227 00:46:22.401111 281472975926320 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0227 00:46:22.449158 281472975926320 functional_saver.py:440] Sharding callback duration: 12 I0227 00:46:22.519426 281472975926320 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sox629qsr/assets I0227 00:46:22.525389 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sox629qsr/assets I0227 00:46:22.528094 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0sox629qsr/fingerprint.pb I0227 00:46:22.613978 281472975926320 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0227 00:46:22.661906 281472975926320 functional_saver.py:440] Sharding callback duration: 13 I0227 00:46:22.739088 281472975926320 functional_saver.py:440] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s06qk23c7/assets I0227 00:46:22.796990 281472975926320 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s06qk23c7/assets I0227 00:46:22.799646 281472975926320 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295t3tb1w0s06qk23c7/fingerprint.pb [ FAILED ] SingleCycleTests.test_functions_cleaned_LoadWithPython INFO:tensorflow:time(__main__.SingleCycleTests.test_functions_cleaned_LoadWithPython): 2.86s I0227 00:46:23.425248 281472975926320 test_util.py:2620] time(__main__.SingleCycleTests.test_functions_cleaned_LoadWithPython): 2.86s [ RUN ] SingleCycleTests.test_session [ SKIPPED ] SingleCycleTests.test_session ====================================================================== FAIL: test_functions_cleaned_LoadWithPython (__main__.SingleCycleTests) SingleCycleTests.test_functions_cleaned_LoadWithPython test_functions_cleaned_LoadWithPython(use_cpp_bindings=False) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/saved_model/load_test_cpu.runfiles/absl_py/absl/testing/parameterized.py", line 314, in bound_param_test return test_method(self, **testcase_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/saved_model/load_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 823, in decorator assert not obj_count_by_type, ( AssertionError: The following objects were newly created: Counter({'list': 330, 'Operation': 270, 'TensorShape': 147}) ---------------------------------------------------------------------- Ran 33 tests in 38.387s FAILED (failures=1, skipped=2) ================================================================================ ==================== Test output for //tensorflow/python/kernel_tests/linalg:matrix_triangular_solve_op_test_cpu (shard 1 of 3): Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test_cpu.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] MatrixTriangularSolveOpTest.testEmpty INFO:tensorflow:time(__main__.MatrixTriangularSolveOpTest.testEmpty): 0.17s I0227 00:32:47.170844 281473432712240 test_util.py:2620] time(__main__.MatrixTriangularSolveOpTest.testEmpty): 0.17s [ OK ] MatrixTriangularSolveOpTest.testEmpty [ RUN ] MatrixTriangularSolveOpTest.testSolve WARNING:tensorflow:From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/contextlib.py:105: TensorFlowTestCase.test_session (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `self.session()` or `self.cached_session()` instead. W0227 00:32:47.178054 281473432712240 deprecation.py:50] From /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/contextlib.py:105: TensorFlowTestCase.test_session (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version. Instructions for updating: Use `self.session()` or `self.cached_session()` instead. 2024-02-27 00:32:47.183298: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:388] MLIR V1 optimization pass is not enabled INFO:tensorflow:time(__main__.MatrixTriangularSolveOpTest.testSolve): 1.59s I0227 00:32:48.763467 281473432712240 test_util.py:2620] time(__main__.MatrixTriangularSolveOpTest.testSolve): 1.59s [ OK ] MatrixTriangularSolveOpTest.testSolve [ RUN ] MatrixTriangularSolveOpTest.testSolveBatchBroadcastLargerBatches -- Test timed out at 2024-02-27 00:47:37 UTC -- Current thread 0x0000ffffa3f87430 (most recent call first): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test_cpu.runfiles/pypi_numpy/site-packages/numpy/linalg/linalg.py", line 409 in solve File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test.py", line 89 in _verifySolve File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test.py", line 31 in _verifySolveAllWays File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test.py", line 41 in _verifySolveAllWaysReal File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test.py", line 173 in testSolveBatchBroadcastLargerBatches File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_util.py", line 1844 in decorated File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/unittest/case.py", line 589 in _callTestMethod File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/unittest/case.py", line 634 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/unittest/case.py", line 690 in __call__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/unittest/suite.py", line 122 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/unittest/suite.py", line 84 in __call__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/unittest/suite.py", line 122 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/unittest/suite.py", line 84 in __call__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/unittest/runner.py", line 240 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/unittest/main.py", line 281 in runTests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/unittest/main.py", line 105 in __init__ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2537 in _run_and_get_tests_result File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2568 in run_tests File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2156 in _run_in_app File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test_cpu.runfiles/absl_py/absl/testing/absltest.py", line 2049 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 51 in g_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test_cpu.runfiles/absl_py/absl/app.py", line 258 in _run_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test_cpu.runfiles/absl_py/absl/app.py", line 312 in run File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 60 in main_wrapper File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/benchmark.py", line 489 in benchmarks_main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/googletest.py", line 62 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/platform/test.py", line 53 in main File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test_cpu.runfiles/org_tensorflow/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test.py", line 244 in ================================================================================ //tensorflow/c:c_api_experimental_test PASSED in 32.0s //tensorflow/c:c_api_function_test PASSED in 33.9s //tensorflow/c:c_api_test_cpu PASSED in 35.4s //tensorflow/c:c_test PASSED in 30.9s //tensorflow/c:env_test_cpu PASSED in 27.3s //tensorflow/c:kernels_test_cpu PASSED in 39.6s //tensorflow/c:ops_test PASSED in 28.0s //tensorflow/c:tf_status_helper_test PASSED in 0.1s //tensorflow/c:while_loop_test PASSED in 31.7s //tensorflow/c/eager:c_api_cluster_test_cpu PASSED in 32.8s //tensorflow/c/eager:c_api_remote_function_test_cpu PASSED in 32.2s //tensorflow/c/eager:c_api_remote_test_cpu PASSED in 31.8s //tensorflow/c/eager:c_api_test_cpu PASSED in 34.2s //tensorflow/c/eager:custom_device_test PASSED in 31.4s //tensorflow/c/eager:dlpack_test_cpu PASSED in 30.7s //tensorflow/c/eager/parallel_device:parallel_device_lib_test PASSED in 32.0s //tensorflow/c/eager/parallel_device:parallel_device_remote_test PASSED in 32.4s //tensorflow/c/eager/parallel_device:parallel_device_test PASSED in 31.6s //tensorflow/c/experimental/filesystem/plugins/gcs:expiring_lru_cache_test PASSED in 0.1s //tensorflow/c/experimental/filesystem/plugins/gcs:ram_file_block_cache_test PASSED in 2.2s //tensorflow/c/experimental/grappler:grappler_test PASSED in 28.0s //tensorflow/c/experimental/next_pluggable_device:tensor_pjrt_buffer_util_test PASSED in 5.1s //tensorflow/c/experimental/ops/gen/common:case_format_test PASSED in 0.4s //tensorflow/c/experimental/ops/gen/cpp:cpp_generator_test PASSED in 0.5s //tensorflow/c/experimental/ops/gen/cpp/renderers:renderer_test PASSED in 0.4s //tensorflow/c/experimental/saved_model/core:constant_loading_test PASSED in 15.4s //tensorflow/c/experimental/saved_model/core:object_graph_traversal_test PASSED in 14.3s //tensorflow/c/experimental/saved_model/core:saved_variable_loading_test PASSED in 16.7s //tensorflow/c/experimental/saved_model/core:signature_flattening_test PASSED in 13.8s //tensorflow/c/experimental/saved_model/core:tf_concrete_function_loading_test PASSED in 13.7s //tensorflow/c/experimental/saved_model/core/ops:restore_ops_test PASSED in 16.5s //tensorflow/c/experimental/saved_model/core/ops:variable_ops_test PASSED in 16.5s //tensorflow/c/experimental/saved_model/internal:saved_model_api_test PASSED in 34.3s //tensorflow/c/experimental/stream_executor:stream_executor_test PASSED in 0.1s //tensorflow/c/kernels:bitcast_op_test PASSED in 0.5s //tensorflow/c/kernels:summary_op_benchmark_test PASSED in 0.4s //tensorflow/c/kernels:summary_op_test PASSED in 0.5s //tensorflow/c/kernels:tensor_shape_utils_test PASSED in 0.1s //tensorflow/cc:cc_op_gen_test PASSED in 0.1s //tensorflow/cc:client_client_session_test PASSED in 1.8s //tensorflow/cc:coordinator_test PASSED in 3.8s //tensorflow/cc:framework_cc_ops_test PASSED in 1.5s //tensorflow/cc:framework_gradient_checker_test PASSED in 2.0s //tensorflow/cc:framework_gradients_test PASSED in 3.8s //tensorflow/cc:framework_scope_test PASSED in 0.4s //tensorflow/cc:framework_while_gradients_test PASSED in 2.2s //tensorflow/cc:gradients_array_grad_test PASSED in 4.4s //tensorflow/cc:gradients_data_flow_grad_test PASSED in 1.7s //tensorflow/cc:gradients_functional_grad_test PASSED in 2.1s //tensorflow/cc:gradients_image_grad_test PASSED in 4.8s //tensorflow/cc:gradients_linalg_grad_test PASSED in 2.0s //tensorflow/cc:gradients_manip_grad_test PASSED in 1.8s //tensorflow/cc:gradients_math_grad_test PASSED in 4.2s //tensorflow/cc:gradients_nn_grad_test PASSED in 3.0s //tensorflow/cc:gradients_resource_variable_grad_test PASSED in 1.9s //tensorflow/cc:ops_const_op_test PASSED in 0.4s //tensorflow/cc:ops_while_loop_test PASSED in 1.8s //tensorflow/cc:queue_runner_test PASSED in 11.9s //tensorflow/cc/experimental/base/tests:tensor_test PASSED in 0.1s //tensorflow/cc/experimental/base/tests:tensorhandle_test PASSED in 30.3s //tensorflow/cc/experimental/libexport:load_test PASSED in 0.1s //tensorflow/cc/experimental/libexport:save_test PASSED in 0.1s //tensorflow/cc/experimental/libtf:libtf_module_test PASSED in 30.5s //tensorflow/cc/experimental/libtf:libtf_object_test PASSED in 0.1s //tensorflow/cc/experimental/libtf:libtf_perf_test PASSED in 0.1s //tensorflow/cc/experimental/libtf:libtf_runtime_test PASSED in 31.9s //tensorflow/cc/experimental/libtf:libtf_transform_test PASSED in 30.9s //tensorflow/cc/experimental/libtf:libtf_value_test PASSED in 0.1s //tensorflow/cc/experimental/libtf:libtf_visit_test PASSED in 0.1s //tensorflow/cc/experimental/libtf/impl:iostream_test PASSED in 0.1s //tensorflow/cc/experimental/libtf/impl:none_test PASSED in 0.1s //tensorflow/cc/experimental/libtf/impl:scalars_test PASSED in 0.1s //tensorflow/cc/experimental/libtf/impl:string_test PASSED in 0.1s //tensorflow/cc/experimental/libtf/impl:tensor_spec_test PASSED in 0.1s //tensorflow/cc/saved_model:bundle_v2_test PASSED in 0.1s //tensorflow/cc/saved_model:fingerprinting_chunked_test PASSED in 0.1s //tensorflow/cc/saved_model:fingerprinting_test PASSED in 0.9s //tensorflow/cc/saved_model:fingerprinting_utils_test PASSED in 0.2s //tensorflow/cc/saved_model:metrics_test PASSED in 0.1s //tensorflow/cc/saved_model:reader_test PASSED in 0.1s //tensorflow/cc/saved_model:saved_model_bundle_lite_test PASSED in 4.4s //tensorflow/cc/saved_model:saved_model_bundle_test PASSED in 4.8s //tensorflow/cc/saved_model:util_test PASSED in 0.1s //tensorflow/cc/saved_model/experimental/tests:saved_model_api_test PASSED in 31.1s //tensorflow/cc/tools:freeze_saved_model_test PASSED in 1.8s //tensorflow/compiler/aot:codegen_test PASSED in 29.4s //tensorflow/compiler/jit:compilability_check_util_test PASSED in 22.7s //tensorflow/compiler/jit:deadness_analysis_test PASSED in 11.4s //tensorflow/compiler/jit:device_compilation_cache_test PASSED in 4.9s //tensorflow/compiler/jit:device_compilation_cluster_signature_test PASSED in 5.0s //tensorflow/compiler/jit:device_compilation_profiler_test PASSED in 20.1s //tensorflow/compiler/jit:device_compiler_client_test PASSED in 4.8s //tensorflow/compiler/jit:device_compiler_disable_test PASSED in 20.2s //tensorflow/compiler/jit:device_executable_persistor_test PASSED in 23.1s //tensorflow/compiler/jit:device_util_test PASSED in 5.0s //tensorflow/compiler/jit:encapsulate_util_test PASSED in 0.7s //tensorflow/compiler/jit:node_matchers_test PASSED in 0.4s //tensorflow/compiler/jit:resource_operation_safety_analysis_test PASSED in 9.8s //tensorflow/compiler/jit:shape_inference_test PASSED in 0.4s //tensorflow/compiler/jit:xla_activity_listener_test PASSED in 20.8s //tensorflow/compiler/jit:xla_cluster_util_test PASSED in 9.6s //tensorflow/compiler/jit:xla_compile_util_test PASSED in 5.1s //tensorflow/compiler/jit:xla_kernel_creator_test PASSED in 10.3s //tensorflow/compiler/jit:xla_launch_util_test PASSED in 23.2s //tensorflow/compiler/jit/tests:auto_clustering_test PASSED in 21.8s //tensorflow/compiler/mlir:mlir_graph_optimization_pass_test PASSED in 13.7s //tensorflow/compiler/mlir:register_common_dialects_test PASSED in 17.6s //tensorflow/compiler/mlir/lite:lstm_utils_test PASSED in 0.6s //tensorflow/compiler/mlir/lite:offset_buffer_test PASSED in 0.1s //tensorflow/compiler/mlir/lite:perception_ops_utils_test PASSED in 0.5s //tensorflow/compiler/mlir/lite:size_utils_test PASSED in 0.1s //tensorflow/compiler/mlir/lite:tftext_utils_test PASSED in 0.5s //tensorflow/compiler/mlir/lite/debug:debug_test PASSED in 0.6s //tensorflow/compiler/mlir/lite/experimental/remat:rematerializer_test PASSED in 0.8s //tensorflow/compiler/mlir/lite/experimental/tac:execution_metadata_exporter_test PASSED in 5.5s //tensorflow/compiler/mlir/lite/experimental/tac/tests:compute-cost.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/experimental/tac/tests:device-transform-gpu.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/experimental/tac/tests:device-transform-nnapi.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/experimental/tac/tests:fold-constants-to-subgraph.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/experimental/tac/tests:get-alternative-subgraph.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/experimental/tac/tests:get-op-cost.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/experimental/tac/tests:pick-subgraphs.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/experimental/tac/tests:raise-target-subgraphs.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/experimental/tac/tests:tac-filter.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/experimental/tac/tests:target-annotation.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/experimental/tac/tests/e2e:device-transform-nnapi.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/experimental/tac/tests/e2e:simple-graph.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/metrics:error_collector_inst_test PASSED in 0.3s //tensorflow/compiler/mlir/lite/quantization:numerical_utils_test PASSED in 0.1s //tensorflow/compiler/mlir/lite/quantization/lite:quantize_model_test PASSED in 8.7s //tensorflow/compiler/mlir/lite/quantization/lite:quantize_weights_test PASSED in 9.1s //tensorflow/compiler/mlir/lite/quantization/stablehlo:quantization_test PASSED in 17.8s //tensorflow/compiler/mlir/lite/quantization/tensorflow/tests:fallback_to_flex_ops_default.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/quantization/tensorflow/tests:fallback_to_flex_ops_legacy.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/quantization/tensorflow/tests:tf_to_quant.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/quantization/tensorflow/tests:tf_to_quant_4bit.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/quantization/tests:import_quant_stats.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/sparsity:sparsify_model_test PASSED in 1.1s //tensorflow/compiler/mlir/lite/stablehlo/tests:call_xla_module_to_stablehlo.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/stablehlo/tests:compose-uniform-quantized-type.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/stablehlo/tests:fold_broadcast.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/stablehlo/tests:fuse_mhlo_convolution.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-inplaceupdate.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-skip-quantization-ops.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tf-fb-tf.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-add.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-broadcast_in_dim.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-clamp.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-compare.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-concat.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-constant.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-conv.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-dot.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-gather.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-max.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-mul.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-pad.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-reshape.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-rsqrt.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-scatter.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-sub.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-vhlo.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-add.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-broadcast.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-clamp.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-concat.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-constant.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-conv.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-max.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-mul.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-pad.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-reshape.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-rsqrt.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-sub.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize_hlo.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/stablehlo/tests:odml-to-stablehlo-allow-tf.mlir.test PASSED in 1.5s //tensorflow/compiler/mlir/lite/stablehlo/tests:odml-to-stablehlo-smuggle-resize.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/stablehlo/tests:optimize.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/stablehlo/tests:tf-tfl-translate-serialize-stablehlo-clamp.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/stablehlo/tests:tf-tfl-translate-serialize-stablehlo-concat.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/stablehlo/tests:tf-tfl-translate-serialize-stablehlo-conv.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/stablehlo/tests:tf-tfl-translate-serialize-stablehlo-division.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:tf-tfl-translate-serialize-stablehlo-logistic.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/stablehlo/tests:tf-tfl-translate-serialize-stablehlo-multiply.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/stablehlo/tests:tf-tfl-translate-serialize-stablehlo-resize-bilinear.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/stablehlo/tests:tf-tfl-translate-serialize-stablehlo.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:tf-tfl-translate-tf-quantize.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:tfl_legalize_hlo.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:tfl_legalize_hlo_custom_call.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/stablehlo/tests:unfold_splat_constant_pass.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/stablehlo/tests:unfuse_mhlo_batch_norm.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/stablehlo/tests:uniform-quantized-stablehlo-to-tfl.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/tests:analyze-variables.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:canonicalize.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests:const-fold.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:decompose-hybrid-quantization.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests:default_quant_params.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:dilated-conv.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests:fuse-tftext.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/tests:get-arithmetic-count.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:guarantee_func_has_one_use.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:inlining.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests:insert_call_once_op.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:legalize-tensorlist.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests:legalize-tf-assert.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:legalize-tf-hashtables.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:legalize-tf-no-runtime-verification.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:legalize-tf-variables.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:legalize-tf-while.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:legalize-tf.mlir.test PASSED in 1.5s //tensorflow/compiler/mlir/lite/tests:legalize_jax_random.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests:lift_tflite_flex_ops.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:lower-static-tensor-list-default-to-single-batch.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:lower-static-tensor-list-enable-dynamic-update-slice.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests:lower-static-tensor-list.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:modify_io_nodes.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests:ops.mlir.test PASSED in 1.7s //tensorflow/compiler/mlir/lite/tests:optimize-after-quantization.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/tests:optimize.mlir.test PASSED in 2.5s //tensorflow/compiler/mlir/lite/tests:optimize_batch_matmul.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests:optimize_functional_ops.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:optimize_no_verify.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/tests:optimize_op_order.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests:partitioned-topological-sort.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests:pin-ops-with-side-effects.mlir.test PASSED in 1.4s //tensorflow/compiler/mlir/lite/tests:post-quantize-dynamic-range.mlir.test PASSED in 1.9s //tensorflow/compiler/mlir/lite/tests:post-quantize.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/lite/tests:prepare-composite-functions-tf.mlir.test PASSED in 2.3s //tensorflow/compiler/mlir/lite/tests:prepare-quantize-dynamic-range.mlir.test PASSED in 2.7s //tensorflow/compiler/mlir/lite/tests:prepare-quantize-post-training-16bits.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests:prepare-quantize-post-training.mlir.test PASSED in 1.6s //tensorflow/compiler/mlir/lite/tests:prepare-quantize-signed.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:prepare-quantize.mlir.test PASSED in 1.7s //tensorflow/compiler/mlir/lite/tests:prepare-tf-fake-quant-4bit.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:prepare-tf-fake-quant.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:prepare-tf-with-allowing-bf16-and-f16-type-legalization.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests:prepare-tf.mlir.test PASSED in 1.5s //tensorflow/compiler/mlir/lite/tests:quantize-dynamic-range.mlir.test PASSED in 1.7s //tensorflow/compiler/mlir/lite/tests:quantize-numeric-verify.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests:quantize-variables.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests:quantize.mlir.test PASSED in 1.5s //tensorflow/compiler/mlir/lite/tests:raise-custom-ops.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/tests:reduce-type-precision.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:reduce_while_operands.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:shape-inference.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:split-merged-operands.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests:tfl_while_op_licm.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests:tfl_while_outline.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:trim-functions-tf.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/tests:unfold-large-splat-constant.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/debuginfo:v1_1.0_224_frozen.wrong_attr.line.part.pbtxt.test PASSED in 2.0s //tensorflow/compiler/mlir/lite/tests/debuginfo:v1_1.0_224_frozen.wrong_attr.stack.part.pbtxt.test PASSED in 1.7s //tensorflow/compiler/mlir/lite/tests/end2end:add.pbtxt.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests/end2end:back2back_fake_quant.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/end2end:control_flow_v1.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/end2end:conv_2d.pbtxt.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests/end2end:conv_2d_nchw.pbtxt.test PASSED in 1.3s //tensorflow/compiler/mlir/lite/tests/end2end:custom_opdef.pbtxt.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests/end2end:disallow_stateful_partitioned_call.pbtxt.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/tests/end2end:fake_quant_per_channel.pbtxt.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/tests/end2end:fake_quant_per_channel_4bit.pbtxt.test PASSED in 1.5s //tensorflow/compiler/mlir/lite/tests/end2end:fake_quant_without_identity.pbtxt.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests/end2end:fake_quant_without_identity_4bit.pbtxt.test PASSED in 1.3s //tensorflow/compiler/mlir/lite/tests/end2end:graph-input-node.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/end2end:graph_with_placeholder_with_default.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/end2end:if_op.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/end2end:quant_stats.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/end2end:unroll_batch_matmul.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/end2end:unroll_batch_matmul_disabled.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:basic_lstm.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:bucketize.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:constants.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:constants_offset.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:control_edges.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:custom_op.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:custom_op_offset.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:dynamic_shape.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:empty_input_output_names.json.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:external_constant.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:if_op.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:import_json.json.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:importer_test_min_max.cc.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:importer_test_min_max.cc.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:input_arrays.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:input_output_names_attr.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:legacy_reshape.json.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:lstm.json.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:lstm.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:many_attribute_op.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:math.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:matmul.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:mix_tflite_stablehlo.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:multi_output_op.json.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:optional.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:optional_input.json.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:output_arrays.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:pruning.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:pruning_function_input_as_output.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:quant_stats.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:quantization.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:reshape.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:signature.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:signature_with_multiple_entry_points.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:simple.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:stablehlo.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:stablehlo_const.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:stablehlo_custom_call.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:tf_variant_type.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:unranked_function_output.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:unranked_tensor.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:variable.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:while_op.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2exec:tfl_while_op.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:basic_lstm.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:bucketize.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:custom_op_with_tflite_op.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:custom_tensorlist_reserve.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:deduplicate_const.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:depthwise_conv2d.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:depthwise_conv2d_v2.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:disable_builtin.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:disable_custom.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:disable_flex.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:disable_flex_enable_builtin.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:dynamic_shape_constant.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:fake_quant.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:flex_exclusively.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:flex_op_with_complex128.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:flex_op_with_f64.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:flex_op_with_tflite_op.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:fully_connected.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:fully_connected_v2.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:hashtable_resource.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:if_op.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:logical.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:low_bit_packing.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:lstm.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:lstm_asym_attr.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:lstm_quantized.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:math.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:metadata.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:mul_v2.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:mul_v3.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:nn.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:numeric_verify.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:optional.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:quantization.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:reshape.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:signature_def.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:signature_def_output_override.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:signature_def_with_multiple_entry_points.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:signature_def_with_no_inputs.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:simple.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:simple_with_connected_control_nodes.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:simple_with_unconnected_control_nodes.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:svdf.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:svdf_v2.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:tf_entry_function.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:tfl_while_op.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:transpose_conv_optional.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:type_attr.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:u16_quant.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:unidirectional_sequence_lstm.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:unidirectional_sequence_rnn.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:unranked_tensor.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:unsorted_segment_prod.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:variable.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:variant_type_on_func.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:variant_type_on_op.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:while_op.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/quantization/common:attrs_and_constraints_test PASSED in 8.5s //tensorflow/compiler/mlir/quantization/common:func_test PASSED in 6.8s //tensorflow/compiler/mlir/quantization/common:lift_as_function_call_test PASSED in 8.3s //tensorflow/compiler/mlir/quantization/common:uniform_quantized_types_test PASSED in 0.1s //tensorflow/compiler/mlir/quantization/common/python:testing_test PASSED in 15.7s //tensorflow/compiler/mlir/quantization/stablehlo:bfloat16_type_test PASSED in 20.7s //tensorflow/compiler/mlir/quantization/stablehlo:convert_tf_quant_to_mhlo_int_test PASSED in 13.9s //tensorflow/compiler/mlir/quantization/stablehlo:convert_tf_quant_types_test PASSED in 18.8s //tensorflow/compiler/mlir/quantization/stablehlo:math_utils_test PASSED in 0.1s //tensorflow/compiler/mlir/quantization/stablehlo:stablehlo_type_utils_test PASSED in 0.4s //tensorflow/compiler/mlir/quantization/stablehlo:tf_type_utils_test PASSED in 20.6s //tensorflow/compiler/mlir/quantization/stablehlo/cc:graph_def_test PASSED in 0.1s //tensorflow/compiler/mlir/quantization/stablehlo/cc:io_test PASSED in 0.1s //tensorflow/compiler/mlir/quantization/stablehlo/cc:pre_calibration_test PASSED in 14.6s //tensorflow/compiler/mlir/quantization/stablehlo/cc:saved_model_export_test PASSED in 9.4s //tensorflow/compiler/mlir/quantization/stablehlo/cc:saved_model_import_test PASSED in 0.4s //tensorflow/compiler/mlir/quantization/stablehlo/cc/calibration:assign_ids_test PASSED in 0.1s //tensorflow/compiler/mlir/quantization/stablehlo/cc/calibration:representative_dataset_test PASSED in 0.1s //tensorflow/compiler/mlir/quantization/stablehlo/ops:stablehlo_op_quant_spec_test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/stablehlo/tests:fill_quantization_options_test PASSED in 2.0s //tensorflow/compiler/mlir/quantization/tensorflow/calibrator:calibration_algorithm_test PASSED in 25.9s //tensorflow/compiler/mlir/quantization/tensorflow/calibrator:calibration_statistics_collector_test PASSED in 0.1s //tensorflow/compiler/mlir/quantization/tensorflow/calibrator:calibrator_singleton_test PASSED in 0.1s //tensorflow/compiler/mlir/quantization/tensorflow/calibrator:custom_aggregator_op_test PASSED in 40.9s //tensorflow/compiler/mlir/quantization/tensorflow/cc:const_op_size_test PASSED in 0.3s //tensorflow/compiler/mlir/quantization/tensorflow/cc:constant_fold_test PASSED in 3.1s //tensorflow/compiler/mlir/quantization/tensorflow/cc:convert_asset_args_test PASSED in 6.4s //tensorflow/compiler/mlir/quantization/tensorflow/cc:save_variables_test PASSED in 0.4s //tensorflow/compiler/mlir/quantization/tensorflow/debugging:mlir_dump_test PASSED in 0.2s //tensorflow/compiler/mlir/quantization/tensorflow/ops:tf_op_quant_spec_test PASSED in 0.5s //tensorflow/compiler/mlir/quantization/tensorflow/ops:tf_quantize_op_test PASSED in 0.5s //tensorflow/compiler/mlir/quantization/tensorflow/python:concurrency_test PASSED in 105.2s //tensorflow/compiler/mlir/quantization/tensorflow/python:py_function_lib_py_test PASSED in 37.5s //tensorflow/compiler/mlir/quantization/tensorflow/python:pywrap_quantize_model_test PASSED in 35.3s //tensorflow/compiler/mlir/quantization/tensorflow/python:representative_dataset_test PASSED in 19.6s //tensorflow/compiler/mlir/quantization/tensorflow/tests:add_dump_tensor_op.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/quantization/tensorflow/tests:add_dump_tensor_op_stablehlo.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:add_quantization_unit_loc.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/quantization/tensorflow/tests:cast_bf16_ops_to_f32.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:convert_custom_aggregation_op_to_quant_stats.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/quantization/tensorflow/tests:convert_fake_quant_to_qdq.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:convert_tf_xla_op_to_tf_op.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:convert_tpu_model_to_cpu.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:duplicate_shape_determining_constants.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:fake_quant_e2e_flow.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/quantization/tensorflow/tests:fake_quant_e2e_xla.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/quantization/tensorflow/tests:insert_custom_aggregation_ops.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/quantization/tensorflow/tests:insert_main_function.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/quantization/tensorflow/tests:insert_quantized_functions.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/quantization/tensorflow/tests:insert_quantized_functions_drq.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/quantization/tensorflow/tests:insert_quantized_functions_weight_only.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/quantization/tensorflow/tests:insert_restore_op.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/quantization/tensorflow/tests:insert_save_op.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/quantization/tensorflow/tests:issue_ids_of_custom_aggregation_ops.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/quantization/tensorflow/tests:lift_hashtable_ops_as_args.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/quantization/tensorflow/tests:lift_quantizable_spots_as_functions.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:lift_quantizable_spots_as_functions_drq.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/quantization/tensorflow/tests:lift_quantizable_spots_as_functions_drq_min_elements.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/quantization/tensorflow/tests:lift_quantizable_spots_as_functions_xla.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:lift_quantizable_spots_as_functions_xla_selective_quantization.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:mark_functions_noinline.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:merge_duplicate_resource_ops.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:merge_initializer_function_ops_to_main.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/quantization/tensorflow/tests:merge_save_function_ops_to_main.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:optimize.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:prepare_lifting.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/quantization/tensorflow/tests:prepare_quantize.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/quantization/tensorflow/tests:prepare_quantize_drq.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:prepare_quantize_drq_per_channel.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:prepare_quantize_ptq.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:prepare_quantize_ptq_per_channel.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:preprocess_op.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/quantization/tensorflow/tests:preprocess_op_weight_only.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/quantization/tensorflow/tests:propagate_quantize_type.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:quantize.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:quantize_composit_functions_debugging.mlir.test PASSED in 3.9s //tensorflow/compiler/mlir/quantization/tensorflow/tests:quantize_composite_functions.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/quantization/tensorflow/tests:quantize_composite_functions_drq.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:quantize_composite_functions_weight_only.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/quantization/tensorflow/tests:quantize_composite_functions_xla.mlir.test PASSED in 2.1s //tensorflow/compiler/mlir/quantization/tensorflow/tests:quantize_drq.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/quantization/tensorflow/tests:quantize_weights.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/quantization/tensorflow/tests:quantize_xla.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:remove_var_init_by_const.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/quantization/tensorflow/tests:replace_cast_hacks_with_tf_xla_ops.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/quantization/tensorflow/tests:replace_cast_hacks_with_tf_xla_ops_large_constants.mlir.test PASSED in 12.5s //tensorflow/compiler/mlir/quantization/tensorflow/tests:unfreeze_constants.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/utils:tf_to_uniform_attribute_utils_test PASSED in 0.6s //tensorflow/compiler/mlir/quantization/tensorflow/utils:tf_to_xla_attribute_utils_test PASSED in 35.0s //tensorflow/compiler/mlir/stablehlo:stablehlo_test PASSED in 0.2s //tensorflow/compiler/mlir/tensorflow:bridge_logger_test PASSED in 5.5s //tensorflow/compiler/mlir/tensorflow:call_graph_util_test PASSED in 0.3s //tensorflow/compiler/mlir/tensorflow:cluster_util_test PASSED in 0.3s //tensorflow/compiler/mlir/tensorflow:convert_tensor_test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow:convert_type_test PASSED in 0.1s //tensorflow/compiler/mlir/tensorflow:data_dumper_logger_config_test PASSED in 5.6s //tensorflow/compiler/mlir/tensorflow:device_util_test PASSED in 0.3s //tensorflow/compiler/mlir/tensorflow:dump_graph_test PASSED in 0.4s //tensorflow/compiler/mlir/tensorflow:dump_mlir_util_test PASSED in 15.5s //tensorflow/compiler/mlir/tensorflow:error_util_test PASSED in 0.1s //tensorflow/compiler/mlir/tensorflow:tf_saved_model_test PASSED in 0.3s //tensorflow/compiler/mlir/tensorflow:tpu_rewrite_device_util_test PASSED in 0.5s //tensorflow/compiler/mlir/tensorflow:xla_rewrite_util_test PASSED in 0.4s //tensorflow/compiler/mlir/tensorflow/tests:add_functions_for_exported_names.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:annotate-parameter-replication.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:batchmatmul_to_einsum.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:breakup-islands.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests:cannonicalize_ops_outside_compilation.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:canonicalize.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:canonicalize_compile_and_replicate_attributes.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:check_control_dependencies.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:cluster_formation.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:cluster_ops_by_policy.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:cluster_outlining.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:cluster_tf_ops_pass.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:colocate_tpu_copy_with_dynamic_shape.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:constant-fold.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:constant_op_device_assignment.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:convert-tf-control-flow-to-scf.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:convert_control_to_data_outputs.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:convert_launch_func_to_tf_call.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:convert_session_initializer_to_function.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:convert_to_legacy_compile_and_replicate_attributes.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:decompose_reduce_dataset.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:decompose_resource_ops.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests:device_assignment.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:device_assignment_by_func_attr.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:device_attribute_to_launch.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:device_canonicalize.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:device_copy.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests:drop_while_shape_invariant.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:einsum.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:embedding_pipelining.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:embedding_program_key.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:embedding_sequencing.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:empty-main.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:end-to-end-tpu-reshard-variables.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:executor_canonicalize.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:executor_island_coarsening.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:executor_island_materialize_const.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:extract_head_tail_outside_compilation.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:extract_outside_compilation.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:extract_tpu_copy_with_dynamic_shape_op.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:fold-broadcast.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:freeze_variables.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:func-attr-invalid.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:func-attr.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:functional-control-flow-to-cfg.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:functional-control-flow-to-regions.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:functionalize-if-fail.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:functionalize-if.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:fused_kernel_matcher.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:gpu_fusion.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:graph_pruning.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:graph_pruning_preserve_ops.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:group_by_dialect.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:guarantee-all-funcs-one-use.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:hoist_broadcast_read.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:hoist_loop_invariant.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:hoist_replicate_invariant_resource_writes.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:init_text_file_to_import.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:init_text_file_to_import_invalid.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:init_text_file_to_import_saved_model.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:inlining.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:isolate-placer.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:launch_outlining.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:launch_to_device_attribute.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:launch_to_device_attribute_legacy.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:layout_optimization_layout_assignment_gpu_cc_60.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:layout_optimization_layout_assignment_gpu_cc_70.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:layout_optimization_layout_assignment_to_nchw.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:layout_optimization_layout_assignment_to_nhwc.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:layout_optimization_move_transposes_begin.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:layout_optimization_move_transposes_end.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:layout_optimization_to_nchw.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:layout_optimization_to_nhwc.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:legalize_tfg.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:legalize_tfg_arg_control_dep.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:legalize_tfg_with_control_flow.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:localize_var_handles.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:lower_globals_to_ml_program.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:lower_globals_to_ml_program_invalid.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:lower_quantized.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:lower_tf.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/tensorflow/tests:lower_variable_ops_to_ml_program.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:mark_input_output_aliases.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:mark_ops_for_outside_compilation.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:materialize_passthrough_op.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:merge_control_flow.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests:mlprogram.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:move_tpu_compile_to_front.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests:name_anonymous_iterators.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests:optimize-arg-operand-constraint.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:optimize.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests:order_by_dialect.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:parallel_execute_to_islands.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:parallel_execute_to_islands_legacy.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:prepare_tpu_computation_for_tf_export.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:print.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:promote_resources_to_args.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:promote_resources_to_args_functions.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:promote_var_handles_to_args.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:readonly_references_to_resources.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:region-control-flow-to-functional.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/tensorflow/tests:remove_unused_arguments.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:remove_unused_while_results.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:replica_id_to_device_ordinal.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:replicate_invariant_op_hoisting.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:replicate_tensor_list_init_ops.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:replicate_to_island.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:replicate_to_island_legacy.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:resource-alias-analysis-test.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:resource-device-inference.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:resource_analyzer.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:resource_inlining.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests:resource_op_lifting.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:rewrite_tpu_embedding_ops.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:roundtrip-tf-executor.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests:shape_inference.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:side-effect-analysis-test.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/tensorflow/tests:sink_constant.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:split_into_island_per_op.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:stack_ops_decomposition.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:strip_noinline.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:strip_saved_module_metadata.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:strip_tf_attributes.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:tensor_array_ops_decomposition.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:tensor_list_ops_decomposition.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests:tf-executor-to-functional.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tf-functional-to-executor.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf-ops.mlir.test PASSED in 2.4s //tensorflow/compiler/mlir/tensorflow/tests:tf-reduce-identity.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_data_fuse_map_and_batch.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_data_fuse_pmap_and_batch.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_device_index_selector.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:tf_device_ops.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tf_device_ops_invalid.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:tf_executor_ops.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests:tf_executor_ops_invalid.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_executor_ops_location_roundtrip.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_executor_ops_printer.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_executor_ops_side_effect.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_optimize.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_asset_sinking.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_deduplicate_bound_input_bindings.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_freeze_assets.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_freeze_global_tensors.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_freeze_global_tensors_mutable_tensors.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_initialize_variables_in_session_init.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_initialize_variables_in_session_init_fail.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_lift_variables.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_lift_variables_invalid_session.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_mark_initialized_variables.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_ops.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_ops_invalid.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_optimize_global_tensors.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_optimize_global_tensors_interprocedural.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_remove_vars_in_session_initializer.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tf_side_effect.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:tf_trait_folds.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tfrt_ops.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:tpu-annotate-dynamic-shape-inputs.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tpu-cluster-cleanup-attributes.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:tpu-dynamic-layout-pass.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tpu-merge-variables-with-execute.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tpu-multiple-while-body-func.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:tpu-resource-read-for-write.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tpu-variable-runtime-reformatting.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tpu_cluster_formation.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:tpu_colocate_composite_resource_ops.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tpu_colocate_splits.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tpu_device_propagation.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tpu_host_computation_expansion.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:tpu_identity_pruning.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:tpu_parallel_execute_sink_resource_write.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:tpu_partitioned_op_conversion.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tpu_reorder_replicate_and_partitioned_inputs.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tpu_resource_partitioning.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tpu_rewrite.mlir.test PASSED in 1.6s //tensorflow/compiler/mlir/tensorflow/tests:tpu_sharding_identification.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests:tpu_space_to_depth_pass.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests:tpu_tail_with_tobool_op.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tpu_update_embedding_enqueue_op_inputs.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tpu_validate_inputs.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:transpose-op.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:unroll-batch-matmul.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:update_control_dependencies.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:verify_for_export.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:warn_when_using_deprecated_dumps.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:while_licm.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:xla_broadcast.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:xla_call_module_deserialization.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:xla_call_module_round_trip.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:xla_call_module_serialization.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:xla_cluster_formation.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:xla_inline_device_ops.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:xla_outline_entry_functions.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:xla_rewrite.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:xla_rewrite_v2.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:xla_sharding_util_test PASSED in 0.4s //tensorflow/compiler/mlir/tensorflow/tests:xla_validate_iputs.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:add.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:argument-sharding-invalid.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:argument-sharding.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:constant-folding-hook.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:constant-folding.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:convert_mhlo_quant_to_int.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:graph-resource.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:graph-resource.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:graph.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:mlir-module-serialized-str-attr.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:replicate-tensor-list-init-ops.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:result-sharding.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:serialized-mlir-module-str-attr-invalid.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:serialized-mlir-module-str-attr.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:shape-inference-after-legalization.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:shape-inference.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:stablehlo_add.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_island_coarsening:executor_tpuv1_island_coarsening.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_island_coarsening:while_op.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_island_inlining:executor_tpuv1_inline_tpu_island.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_island_inlining:while_op.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_outline_island:case_op.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_outline_island:executor_tpuv1_outline_tpu_island.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_outline_island:while_op.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:add.pbtxt.test PASSED in 1.2s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:arg-as-fetch.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:arg-control-dep.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:arg-data-type-with-subtype.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:arg-data-type.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:arg-multi-data-type-with-subtype.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:arg-retval-attrs.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:case_op.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:const-values.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:device-arg-retval-attr.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:empty-input-shapes.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:empty-value-attr.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:feed-as-fetch.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:feed-control-dep.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:force_shared_name_for_resource_ops.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:function-func-attr.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:functional-if-ops.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:functional-while-ops.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-as-function-control-ret.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-as-function-retval-of-arg.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-as-function.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-custom-operation.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-default-attr.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-device-retval.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-empty-tensor-content.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-func-attr.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-function-call.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-function-control-ret-diff-island.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-function-control-ret-same-island.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-function-defs.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-function-input-shapes.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-function-name-bug.pbtxt.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-function-resource-args.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-gradient-def.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-input-func-arg-name-collision.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-library.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-malformed.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-scalar-input.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-uint8-return.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-undefined-output.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-version-info.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-while-loop.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:invalid-output-index.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:legacy-fed-input-without-inputs.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:merge_node_with_function.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:mlir_passthrough_op.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:multi-output-feeds.pbtxt.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:multiple-use-next-iteration.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:node-locations.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:output-shapes-attr.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:output-shapes.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:parse_example.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:parse_example_v2.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:partial-device-name.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:prune_unused_nodes.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:quint8-const.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:shape-attrs.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:stateful-attribute.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:string-attr.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:switch_n.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:target.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:tensor-list.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:tf-data-pipeline.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:unregistered_kernel.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/batch_use_same_function:saved_model.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graph:convert_tensor.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:aliasing_arg_attr.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:case.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:convert_tensor.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:derived_shape_attr.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:derived_size_attr.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:device-arg-retval-attr.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:export_main_to_flib.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:fetch_feed_names.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:func_attr.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:func_list_attr.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:function-control-ret.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:function-order.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:function-resource-args-handle-info.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:function-resource-args.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:functional-if-ops.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:functional-while-ops.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:graph-as-function.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:infer_derived_attribute.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:invalid_input.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:legalized_name.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:missing-main.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:noop.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:optional_symbol_ref.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:output-shapes-attr.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:parse_example.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:parse_example_v2.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:preserve-entry-func-names.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:ref-type-attr.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:ref-while-loop.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:shape_list_attr.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:simple.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:simple_tf_dialect_op.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:stringescape.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:switchn.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:tf-gradient-attr.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:tf-legacy-call.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:tf_add.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:tf_identity_n.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:tf_tpu_embedding_ops.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:type_attr.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:type_list_attr.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:unique_name.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:unique_output_name.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:while-loop.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/tf_to_hlo_pipeline:sccp-post-shape-inference.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/transforms:verify_no_outside_compilation_markers_pass_test PASSED in 16.4s //tensorflow/compiler/mlir/tensorflow/transforms/host_runtime:lower_cluster_to_runtime_ops_test PASSED in 14.3s //tensorflow/compiler/mlir/tensorflow/transforms/host_runtime:tpu_metadata_utils_test PASSED in 13.1s //tensorflow/compiler/mlir/tensorflow/translate:tf_mlir_translate_registration_test PASSED in 17.2s //tensorflow/compiler/mlir/tf2xla/api/v1:cluster_tf_test PASSED in 26.9s //tensorflow/compiler/mlir/tf2xla/api/v1:compile_mlir_util_test PASSED in 6.4s //tensorflow/compiler/mlir/tf2xla/api/v1:compile_tf_graph_test PASSED in 0.3s //tensorflow/compiler/mlir/tf2xla/api/v1:tf_dialect_to_executor_test PASSED in 18.5s //tensorflow/compiler/mlir/tf2xla/api/v2:cluster_tf_test PASSED in 24.9s //tensorflow/compiler/mlir/tf2xla/api/v2:legalize_tf_test PASSED in 23.9s //tensorflow/compiler/mlir/tf2xla/api/v2:tf_dialect_to_executor_test PASSED in 18.4s //tensorflow/compiler/mlir/tf2xla/internal:clustering_bridge_passes_test PASSED in 7.4s //tensorflow/compiler/mlir/tf2xla/internal:compilation_timer_test PASSED in 0.2s //tensorflow/compiler/mlir/tf2xla/internal:legalize_tf_mlir_test PASSED in 21.4s //tensorflow/compiler/mlir/tf2xla/internal:legalize_tf_to_hlo_test PASSED in 23.9s //tensorflow/compiler/mlir/tf2xla/internal:logging_hooks_test PASSED in 21.0s //tensorflow/compiler/mlir/tf2xla/internal:mlir_bridge_pass_util_test PASSED in 0.7s //tensorflow/compiler/mlir/tf2xla/internal:mlir_pass_instrumentation_test PASSED in 6.8s //tensorflow/compiler/mlir/tf2xla/internal:test_matchers_test PASSED in 5.1s //tensorflow/compiler/mlir/tf2xla/internal/inference:inference_metrics_pass_test PASSED in 16.4s //tensorflow/compiler/mlir/tf2xla/internal/passes:input_metrics_lowering_pass_test PASSED in 17.2s //tensorflow/compiler/mlir/tf2xla/internal/passes:tpu_cluster_formation_test PASSED in 16.5s //tensorflow/compiler/mlir/tf2xla/internal/passes:verify_clustering_pass_test PASSED in 16.7s //tensorflow/compiler/mlir/tf2xla/internal/passes:verify_clustering_pass_test.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tf2xla/internal/passes:verify_input_dialect_to_executor_pass_test.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tf2xla/internal/utils:dialect_detection_utils_test PASSED in 0.5s //tensorflow/compiler/mlir/tf2xla/tests:adjust-layout.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tf2xla/tests:hlo_xla_runtime_pipeline.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tf2xla/tests:hlo_xla_sparsification.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tf2xla/tests:legalize-tf-BatchMatMulV2.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tf2xla/tests:legalize-tf-binary-elementwise.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tf2xla/tests:legalize-tf-collective.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tf2xla/tests:legalize-tf-communication.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tf2xla/tests:legalize-tf-include-tf2xla-fallback.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tf2xla/tests:legalize-tf-prefer-tf2xla.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tf2xla/tests:legalize-tf-quant.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tf2xla/tests:legalize-tf-with-tf2xla-hlo-importer.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tf2xla/tests:legalize-tf.mlir.test PASSED in 8.3s //tensorflow/compiler/mlir/tf2xla/tests:tfxla_device_specific_transformations_cpu.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tf2xla/tests:tfxla_device_specific_transformations_gpu.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tf2xla/tests:verify-tfxla-legalization-no-chlo.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tf2xla/tests:verify-tfxla-legalization.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tf2xla/transforms:legalization_op_config_test PASSED in 32.4s //tensorflow/compiler/mlir/tf2xla/transforms:tf2xla_rewriter_test PASSED in 17.6s //tensorflow/compiler/mlir/tf2xla/transforms:verify_tfxla_legalization_test PASSED in 19.3s //tensorflow/compiler/mlir/tf2xla/transforms:xla_legalize_targets_test PASSED in 0.7s //tensorflow/compiler/mlir/tf2xla/transforms:xla_legalize_tf_test PASSED in 3.5s //tensorflow/compiler/mlir/tfr:graph_decompose_test PASSED in 16.9s //tensorflow/compiler/mlir/tfr:node_expansion_test PASSED in 17.4s //tensorflow/compiler/mlir/tfr:op_reg_gen_test PASSED in 58.1s //tensorflow/compiler/mlir/tfr:tfr_decompose_ctx_test PASSED in 7.1s //tensorflow/compiler/mlir/tfr:tfr_gen_test PASSED in 42.5s //tensorflow/compiler/mlir/tfr/examples/customization:test_ops_test PASSED in 37.8s //tensorflow/compiler/mlir/tfr/examples/mnist:mnist_ops_test PASSED in 109.5s //tensorflow/compiler/mlir/tfr/examples/pad:pad_ops_test PASSED in 87.8s //tensorflow/compiler/mlir/tfrt/tests:batch_function_fallback_resource_variable_as_captured_tensor.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests:batch_function_lowering.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests:convert_ref_variables.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests:cross_device_transfer.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tfrt/tests:deduplicate_if_results.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests:fuse_tpu_compile_and_execute_ops.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests:hoist_invariant_ops.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests:hoist_invariant_ops_mlrt.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests:optimize.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests:remove_device_attribute.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests:runtime_lowering_gpu.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests:runtime_lowering_tpu.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests:sink_in_invariant_ops.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tfrt/tests:xla_launch_fallback.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests:xla_launch_lowering.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests:xla_rewrite.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/analysis:cost_analysis.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/analysis:tensor_array_side_effect_analysis.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/analysis:update_op_cost_in_tfrt_mlir_test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests/ifrt:rewrite_cluster_to_ifrt_call.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests/ifrt:sink_variable_as_named_array.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tfrt/tests/ifrt:tf_restore_merging.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/ifrt:tf_restore_splitting.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/ir:fallback_opt.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/ir:tfrt_fallback_util_test PASSED in 0.4s //tensorflow/compiler/mlir/tfrt/tests/mlrt:assign_op_key.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/mlrt:async_while.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/mlrt:fuse_mlrt_ops.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/mlrt:inline.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/mlrt:parallelization.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests/mlrt:tf_to_mlrt.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests/mlrt:tpu_conversions.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests/mlrt:while_to_map_fn.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:attributes.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:basic.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:batch_function_deduplicate.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:batch_function_deduplicate_failed.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:const_tensor.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:control_flow.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:decompose_resource_op.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:derived_attrs.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:device_conversion.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:errors.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:fallback.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:fallback_canonicalization.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:fallback_inline.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:func_attributes.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:func_attributes_multiple_callers.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:func_use_fallback_tensor.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:insert_fallback_tensor_copy.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:merge_tf_if_ops.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:optimize_tf_control_flow_side_effect.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:remove_tf_if_const_args.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:reorder_assert.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:side_effects.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:tf_to_corert_pipeline.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:tf_to_corert_pipeline_refvar.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:whileop.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/translate/mlrt:mlir_to_bytecode_test PASSED in 0.1s //tensorflow/compiler/mlir/tools/kernel_gen/tests:buffer_deallocation.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tools/kernel_gen/tests:buffer_reuse.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tools/kernel_gen/tests:bufferize.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tools/kernel_gen/tests:copy_cleanup.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tools/kernel_gen/tests:embed_tf_framework.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tools/kernel_gen/tests:func_to_jit_invocations.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tools/kernel_gen/tests:invalid.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tools/kernel_gen/tests:isinf.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tools/kernel_gen/tests:ops.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tools/kernel_gen/tests:parallel_loops_to_sequential.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tools/kernel_gen/tests:rewrite_tf_framework_assert.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tools/kernel_gen/tests:tf_abi_knowledge.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tools/kernel_gen/tests:tf_framework_legalize_to_llvm.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tools/kernel_gen/tests:tf_kernel_gpu_launch_to_llvm.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tosa/tests:convert-tfl-uint8.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tosa/tests:convert_metadata.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tosa/tests:fuse-bias-tf.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tosa/tests:lower-complex-types.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tosa/tests:multi_add.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tosa/tests:retain_call_once_funcs.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tosa/tests:strip-quant-types.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tosa/tests:strip_metadata.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tosa/tests:tf-tfl-to-tosa-pipeline.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tosa/tests:tf-to-tosa-pipeline.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tosa/tests:tfl-to-tosa-dequantize_softmax.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tosa/tests:tfl-to-tosa-pipeline-filtered.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tosa/tests:tfl-to-tosa-pipeline.mlir.test PASSED in 5.5s //tensorflow/compiler/mlir/tosa/tests:tfl-to-tosa-stateful.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tosa/tests:verify_fully_converted.mlir.test PASSED in 0.7s //tensorflow/compiler/tests:adadelta_test_cpu PASSED in 15.7s //tensorflow/compiler/tests:adagrad_da_test_cpu PASSED in 13.3s //tensorflow/compiler/tests:adagrad_test_cpu PASSED in 12.5s //tensorflow/compiler/tests:adam_test_cpu PASSED in 15.4s //tensorflow/compiler/tests:add_n_test_cpu PASSED in 9.8s //tensorflow/compiler/tests:argminmax_test_cpu PASSED in 14.1s //tensorflow/compiler/tests:argminmax_test_cpu_mlir_bridge_test PASSED in 16.9s //tensorflow/compiler/tests:async_comp_test_cpu PASSED in 13.5s //tensorflow/compiler/tests:bincount_op_test_cpu PASSED in 10.1s //tensorflow/compiler/tests:bucketize_op_test_cpu PASSED in 10.4s //tensorflow/compiler/tests:bucketize_op_test_cpu_mlir_bridge_test PASSED in 10.4s //tensorflow/compiler/tests:case_test_cpu PASSED in 11.1s //tensorflow/compiler/tests:cast_ops_test_cpu PASSED in 10.4s //tensorflow/compiler/tests:cast_ops_test_cpu_mlir_bridge_test PASSED in 10.9s //tensorflow/compiler/tests:categorical_op_test_cpu PASSED in 13.9s //tensorflow/compiler/tests:categorical_op_test_cpu_mlir_bridge_test PASSED in 13.9s //tensorflow/compiler/tests:cholesky_op_test_cpu PASSED in 17.6s //tensorflow/compiler/tests:cholesky_op_test_cpu_mlir_bridge_test PASSED in 17.3s //tensorflow/compiler/tests:clustering_test_cpu PASSED in 10.4s //tensorflow/compiler/tests:clustering_test_cpu_mlir_bridge_test PASSED in 10.4s //tensorflow/compiler/tests:concat_ops_test_cpu PASSED in 11.3s //tensorflow/compiler/tests:concat_ops_test_cpu_mlir_bridge_test PASSED in 11.5s //tensorflow/compiler/tests:cond_test_cpu PASSED in 11.2s //tensorflow/compiler/tests:const_arg_test_cpu PASSED in 10.0s //tensorflow/compiler/tests:const_test_cpu PASSED in 16.6s //tensorflow/compiler/tests:data_format_ops_test_cpu PASSED in 13.5s //tensorflow/compiler/tests:data_format_ops_test_cpu_mlir_bridge_test PASSED in 16.3s //tensorflow/compiler/tests:dense_layer_test_cpu PASSED in 27.8s //tensorflow/compiler/tests:dynamic_slice_ops_test_cpu PASSED in 16.3s //tensorflow/compiler/tests:dynamic_slice_ops_test_cpu_mlir_bridge_test PASSED in 16.7s //tensorflow/compiler/tests:dynamic_stitch_test_cpu PASSED in 10.2s //tensorflow/compiler/tests:dynamic_stitch_test_cpu_mlir_bridge_test PASSED in 15.8s //tensorflow/compiler/tests:eager_test_cpu PASSED in 18.7s //tensorflow/compiler/tests:einsum_op_test_cpu PASSED in 14.6s //tensorflow/compiler/tests:einsum_op_test_cpu_mlir_bridge_test PASSED in 10.9s //tensorflow/compiler/tests:ensure_shape_op_test_cpu PASSED in 10.4s //tensorflow/compiler/tests:extract_image_patches_op_test_cpu PASSED in 10.5s //tensorflow/compiler/tests:extract_image_patches_op_test_cpu_mlir_bridge_test PASSED in 14.3s //tensorflow/compiler/tests:fake_quant_ops_test_cpu PASSED in 14.4s //tensorflow/compiler/tests:fake_quant_ops_test_cpu_mlir_bridge_test PASSED in 21.4s //tensorflow/compiler/tests:fifo_queue_test_cpu PASSED in 18.4s //tensorflow/compiler/tests:fifo_queue_test_cpu_mlir_bridge_test PASSED in 17.0s //tensorflow/compiler/tests:ftrl_ops_test_cpu PASSED in 12.4s //tensorflow/compiler/tests:ftrl_ops_test_cpu_mlir_bridge_test PASSED in 12.1s //tensorflow/compiler/tests:function_test_cpu PASSED in 10.8s //tensorflow/compiler/tests:function_test_cpu_mlir_bridge_test PASSED in 12.9s //tensorflow/compiler/tests:gather_nd_op_test_cpu PASSED in 11.2s //tensorflow/compiler/tests:gather_nd_op_test_cpu_mlir_bridge_test PASSED in 16.3s //tensorflow/compiler/tests:gather_test_cpu PASSED in 34.8s //tensorflow/compiler/tests:gather_test_cpu_mlir_bridge_test PASSED in 65.3s //tensorflow/compiler/tests:image_ops_jit_compile_test_cpu PASSED in 24.9s //tensorflow/compiler/tests:jit_test_cpu PASSED in 79.3s //tensorflow/compiler/tests:listdiff_op_test_cpu PASSED in 13.0s //tensorflow/compiler/tests:listdiff_op_test_cpu_mlir_bridge_test PASSED in 14.5s //tensorflow/compiler/tests:lrn_ops_test_cpu PASSED in 19.3s //tensorflow/compiler/tests:lrn_ops_test_cpu_mlir_bridge_test PASSED in 14.6s //tensorflow/compiler/tests:lstm_test_cpu PASSED in 45.0s //tensorflow/compiler/tests:manip_ops_test_cpu PASSED in 18.7s //tensorflow/compiler/tests:manip_ops_test_cpu_mlir_bridge_test PASSED in 14.2s //tensorflow/compiler/tests:matrix_inverse_op_test_cpu PASSED in 24.1s //tensorflow/compiler/tests:matrix_inverse_op_test_cpu_mlir_bridge_test PASSED in 21.0s //tensorflow/compiler/tests:matrix_solve_op_test_cpu PASSED in 10.9s //tensorflow/compiler/tests:matrix_solve_op_test_cpu_mlir_bridge_test PASSED in 14.8s //tensorflow/compiler/tests:momentum_test_cpu PASSED in 12.4s //tensorflow/compiler/tests:nary_ops_test_cpu PASSED in 20.0s //tensorflow/compiler/tests:nary_ops_test_cpu_mlir_bridge_test PASSED in 12.0s //tensorflow/compiler/tests:nullary_ops_test_cpu PASSED in 15.9s //tensorflow/compiler/tests:nullary_ops_test_cpu_mlir_bridge_test PASSED in 14.5s //tensorflow/compiler/tests:placeholder_test_cpu PASSED in 14.9s //tensorflow/compiler/tests:placeholder_test_cpu_mlir_bridge_test PASSED in 10.2s //tensorflow/compiler/tests:proximal_adagrad_test_cpu PASSED in 11.7s //tensorflow/compiler/tests:proximal_gradient_descent_test_cpu PASSED in 10.7s //tensorflow/compiler/tests:quantized_ops_test_cpu PASSED in 10.9s //tensorflow/compiler/tests:reduce_window_test_cpu PASSED in 13.1s //tensorflow/compiler/tests:reduce_window_test_cpu_mlir_bridge_test PASSED in 10.6s //tensorflow/compiler/tests:repeat_op_test_cpu PASSED in 17.2s //tensorflow/compiler/tests:repeat_op_test_cpu_mlir_bridge_test PASSED in 16.9s //tensorflow/compiler/tests:reshape_op_test_cpu PASSED in 10.7s //tensorflow/compiler/tests:reshape_op_test_cpu_mlir_bridge_test PASSED in 11.3s //tensorflow/compiler/tests:reverse_ops_test_cpu PASSED in 17.9s //tensorflow/compiler/tests:reverse_ops_test_cpu_mlir_bridge_test PASSED in 19.6s //tensorflow/compiler/tests:reverse_sequence_op_test_cpu PASSED in 15.1s //tensorflow/compiler/tests:reverse_sequence_op_test_cpu_mlir_bridge_test PASSED in 12.0s //tensorflow/compiler/tests:rmsprop_test_cpu PASSED in 13.2s //tensorflow/compiler/tests:scatter_nd_op_test_cpu PASSED in 20.4s //tensorflow/compiler/tests:scatter_nd_op_test_cpu_mlir_bridge_test PASSED in 31.8s //tensorflow/compiler/tests:searchsorted_op_test_cpu PASSED in 14.9s //tensorflow/compiler/tests:searchsorted_op_test_cpu_mlir_bridge_test PASSED in 16.7s //tensorflow/compiler/tests:segment_reduction_ops_test_cpu PASSED in 31.9s //tensorflow/compiler/tests:segment_reduction_ops_test_cpu_mlir_bridge_test PASSED in 26.1s //tensorflow/compiler/tests:self_adjoint_eig_op_test_cpu PASSED in 16.6s //tensorflow/compiler/tests:self_adjoint_eig_op_test_cpu_mlir_bridge_test PASSED in 17.5s //tensorflow/compiler/tests:slice_ops_test_cpu PASSED in 17.1s //tensorflow/compiler/tests:slice_ops_test_cpu_mlir_bridge_test PASSED in 29.6s //tensorflow/compiler/tests:sparse_to_dense_op_test_cpu PASSED in 10.6s //tensorflow/compiler/tests:sparse_to_dense_op_test_cpu_mlir_bridge_test PASSED in 14.3s //tensorflow/compiler/tests:stack_ops_test_cpu PASSED in 15.5s //tensorflow/compiler/tests:tensor_float_32_test_cpu PASSED in 18.0s //tensorflow/compiler/tests:tensor_float_32_test_cpu_mlir_bridge_test PASSED in 13.7s //tensorflow/compiler/tests:tensor_list_ops_test_cpu PASSED in 11.6s //tensorflow/compiler/tests:tridiagonal_matmul_ops_test_cpu PASSED in 20.0s //tensorflow/compiler/tests:tridiagonal_matmul_ops_test_cpu_mlir_bridge_test PASSED in 17.0s //tensorflow/compiler/tests:tridiagonal_solve_ops_test_cpu PASSED in 24.0s //tensorflow/compiler/tests:tridiagonal_solve_ops_test_cpu_mlir_bridge_test PASSED in 15.5s //tensorflow/compiler/tests:unique_ops_test_cpu PASSED in 13.1s //tensorflow/compiler/tests:variable_ops_test_cpu PASSED in 23.4s //tensorflow/compiler/tests:variable_ops_test_cpu_mlir_bridge_test PASSED in 16.4s //tensorflow/compiler/tests:where_op_test_cpu PASSED in 11.8s //tensorflow/compiler/tests:while_test_cpu PASSED in 12.4s //tensorflow/compiler/tests:xla_call_module_no_platform_check_test_cpu PASSED in 16.8s //tensorflow/compiler/tests:xla_call_module_no_shape_assertions_check_test_cpu PASSED in 16.7s //tensorflow/compiler/tests:xla_call_module_test_cpu PASSED in 12.0s //tensorflow/compiler/tests:xla_custom_call_ops_test_cpu PASSED in 10.1s //tensorflow/compiler/tests:xla_device_gpu_test_cpu PASSED in 16.7s //tensorflow/compiler/tests:xla_device_test_cpu PASSED in 19.5s //tensorflow/compiler/tests:xla_device_test_cpu_mlir_bridge_test PASSED in 22.0s //tensorflow/compiler/tests:xla_dump_to_test_cpu PASSED in 15.3s //tensorflow/compiler/tests:xla_dump_to_test_cpu_mlir_bridge_test PASSED in 13.5s //tensorflow/compiler/tests:xla_ops_test_cpu PASSED in 29.1s //tensorflow/compiler/tests:xla_ops_test_cpu_mlir_bridge_test PASSED in 106.1s //tensorflow/compiler/tests:xla_test_test PASSED in 9.6s //tensorflow/compiler/tf2xla:const_analysis_test PASSED in 6.5s //tensorflow/compiler/tf2xla:cpu_function_runtime_test PASSED in 0.1s //tensorflow/compiler/tf2xla:functionalize_cond_test PASSED in 1.1s //tensorflow/compiler/tf2xla:functionalize_control_flow_test PASSED in 1.2s //tensorflow/compiler/tf2xla:fused_batchnorm_reserve_space_test_cpu PASSED in 24.1s //tensorflow/compiler/tf2xla:graph_compiler_test PASSED in 6.0s //tensorflow/compiler/tf2xla:literal_util_test PASSED in 0.6s //tensorflow/compiler/tf2xla:resource_operation_table_test PASSED in 6.6s //tensorflow/compiler/tf2xla:resource_util_test_cpu PASSED in 2.3s //tensorflow/compiler/tf2xla:sharding_util_test PASSED in 1.0s //tensorflow/compiler/tf2xla:tf2xla_opset_test PASSED in 10.0s //tensorflow/compiler/tf2xla:tf2xla_test PASSED in 16.9s //tensorflow/compiler/tf2xla:tf2xla_util_test PASSED in 1.0s //tensorflow/compiler/tf2xla:type_util_test PASSED in 0.4s //tensorflow/compiler/tf2xla:xla_compiler_test PASSED in 17.5s //tensorflow/compiler/tf2xla:xla_jit_compiled_cpu_function_test PASSED in 16.3s //tensorflow/compiler/tf2xla:xla_op_registry_test PASSED in 5.9s //tensorflow/compiler/tf2xla/kernels:rng_converter_utils_test PASSED in 1.6s //tensorflow/core:@local_tsl__tsl_lib_core_legacy_lib_core_all_tests PASSED in 0.3s //tensorflow/core:__tensorflow_core_lib_core_legacy_lib_core_all_tests PASSED in 5.8s //tensorflow/core:__tensorflow_core_lib_gtl_legacy_lib_gtl_tests PASSED in 0.1s //tensorflow/core:__tensorflow_core_lib_monitoring_cell_reader_test PASSED in 31.9s //tensorflow/core:__tensorflow_core_lib_monitoring_collection_registry_test PASSED in 0.1s //tensorflow/core:__tensorflow_core_lib_monitoring_counter_test PASSED in 0.1s //tensorflow/core:__tensorflow_core_lib_monitoring_gauge_test PASSED in 0.1s //tensorflow/core:__tensorflow_core_lib_monitoring_metric_def_test PASSED in 0.1s //tensorflow/core:__tensorflow_core_lib_monitoring_percentile_sampler_test PASSED in 0.1s //tensorflow/core:__tensorflow_core_lib_monitoring_sampler_test PASSED in 0.1s //tensorflow/core:__tensorflow_core_lib_monitoring_test_utils_test PASSED in 0.1s //tensorflow/core:__tensorflow_core_lib_strings_legacy_low_level_library_tests PASSED in 0.1s //tensorflow/core:__tensorflow_core_lib_wav_wav_io_test PASSED in 0.1s //tensorflow/core:__tensorflow_core_util_mkl_util_test_srcs PASSED in 0.1s //tensorflow/core:lib_strings_ordered_code_test PASSED in 1.4s //tensorflow/core:lib_strings_proto_serialization_test PASSED in 0.1s //tensorflow/core/api_def:api_test PASSED in 2.3s //tensorflow/core/api_def:update_api_def_test PASSED in 0.1s //tensorflow/core/common_runtime:all_to_all_test_cpu PASSED in 0.6s //tensorflow/core/common_runtime:arg_ret_placement_test PASSED in 0.5s //tensorflow/core/common_runtime:buf_rendezvous_test PASSED in 0.9s //tensorflow/core/common_runtime:collective_executor_mgr_test PASSED in 1.1s //tensorflow/core/common_runtime:collective_param_resolver_local_test PASSED in 4.8s //tensorflow/core/common_runtime:collective_rma_local_test PASSED in 1.1s //tensorflow/core/common_runtime:colocate_predecessor_trees_pass_test PASSED in 0.9s //tensorflow/core/common_runtime:composite_device_test PASSED in 0.5s //tensorflow/core/common_runtime:cost_measurement_registry_test PASSED in 2.0s //tensorflow/core/common_runtime:cost_util_test PASSED in 0.1s //tensorflow/core/common_runtime:device_mgr_test PASSED in 0.8s //tensorflow/core/common_runtime:device_propagation_test PASSED in 0.5s //tensorflow/core/common_runtime:device_resolver_local_test PASSED in 1.0s //tensorflow/core/common_runtime:device_set_test PASSED in 0.9s //tensorflow/core/common_runtime:direct_session_test_cpu PASSED in 1.6s //tensorflow/core/common_runtime:direct_session_with_debug_test PASSED in 2.1s //tensorflow/core/common_runtime:direct_session_with_tracking_alloc_test PASSED in 1.0s //tensorflow/core/common_runtime:dynamic_device_mgr_test PASSED in 1.0s //tensorflow/core/common_runtime:eval_const_tensor_test PASSED in 0.5s //tensorflow/core/common_runtime:executor_test PASSED in 1.4s //tensorflow/core/common_runtime:function_optimization_registration_test PASSED in 0.8s //tensorflow/core/common_runtime:function_optimization_registry_no_pass_test PASSED in 1.1s //tensorflow/core/common_runtime:function_optimization_registry_pass_failure_test PASSED in 0.9s //tensorflow/core/common_runtime:function_optimization_registry_test PASSED in 0.9s //tensorflow/core/common_runtime:function_threadpool_test PASSED in 1.0s //tensorflow/core/common_runtime:graph_constructor_test PASSED in 2.2s //tensorflow/core/common_runtime:graph_runner_test PASSED in 0.9s //tensorflow/core/common_runtime:hierarchical_tree_broadcaster_test_cpu PASSED in 2.8s //tensorflow/core/common_runtime:inline_function_utils_test PASSED in 0.5s //tensorflow/core/common_runtime:input_colocation_exemption_registry_test PASSED in 0.4s //tensorflow/core/common_runtime:int32_fulltype_test PASSED in 0.4s //tensorflow/core/common_runtime:isolate_placer_inspection_required_ops_pass_test PASSED in 1.1s //tensorflow/core/common_runtime:lower_case_op_test PASSED in 1.8s //tensorflow/core/common_runtime:lower_function_call_test PASSED in 1.8s //tensorflow/core/common_runtime:lower_functional_ops_test PASSED in 2.0s //tensorflow/core/common_runtime:lower_if_op_test PASSED in 2.0s //tensorflow/core/common_runtime:lower_while_op_test PASSED in 1.8s //tensorflow/core/common_runtime:mkl_cpu_allocator_test PASSED in 0.1s //tensorflow/core/common_runtime:mkl_threadpool_device_test PASSED in 0.1s //tensorflow/core/common_runtime:no_op_cost_measurement_test PASSED in 0.1s //tensorflow/core/common_runtime:null_request_cost_accessor_test PASSED in 0.1s //tensorflow/core/common_runtime:optimization_registry_test PASSED in 0.9s //tensorflow/core/common_runtime:optimize_cross_host_control_deps_test PASSED in 5.4s //tensorflow/core/common_runtime:optimize_function_graph_utils_test PASSED in 0.6s //tensorflow/core/common_runtime:partitioning_utils_test PASSED in 0.6s //tensorflow/core/common_runtime:pending_counts_test PASSED in 1.0s //tensorflow/core/common_runtime:permuter_test_cpu PASSED in 2.8s //tensorflow/core/common_runtime:placer_inspection_required_ops_utils_test PASSED in 1.1s //tensorflow/core/common_runtime:placer_test PASSED in 0.9s //tensorflow/core/common_runtime:process_function_library_runtime_test_cpu PASSED in 0.5s //tensorflow/core/common_runtime:process_util_test PASSED in 0.1s //tensorflow/core/common_runtime:quantize_training_test PASSED in 1.9s //tensorflow/core/common_runtime:rendezvous_util_test PASSED in 0.1s //tensorflow/core/common_runtime:replicate_constants_pass_test PASSED in 0.8s //tensorflow/core/common_runtime:replicate_per_replica_nodes_test PASSED in 0.6s //tensorflow/core/common_runtime:request_cost_accessor_registry_test PASSED in 3.2s //tensorflow/core/common_runtime:request_cost_test PASSED in 0.1s //tensorflow/core/common_runtime:ring_gatherer_test_cpu PASSED in 1.9s //tensorflow/core/common_runtime:ring_reducer_test_cpu PASSED in 4.7s //tensorflow/core/common_runtime:scoped_allocator_mgr_test PASSED in 4.5s //tensorflow/core/common_runtime:session_test PASSED in 0.9s //tensorflow/core/common_runtime:shape_refiner_test PASSED in 0.6s //tensorflow/core/common_runtime:single_threaded_executor_test PASSED in 0.7s //tensorflow/core/common_runtime:threadpool_device_test PASSED in 1.0s //tensorflow/core/common_runtime:type_inference_test PASSED in 2.4s //tensorflow/core/common_runtime/eager:attr_builder_test PASSED in 28.1s //tensorflow/core/common_runtime/eager:context_test PASSED in 13.0s //tensorflow/core/common_runtime/eager:custom_device_test PASSED in 11.8s //tensorflow/core/common_runtime/eager:eager_executor_test PASSED in 12.7s //tensorflow/core/common_runtime/eager:eager_op_rewrite_registry_test PASSED in 0.8s //tensorflow/core/common_runtime/eager:eager_operation_test PASSED in 12.1s //tensorflow/core/common_runtime/eager:execute_node_test PASSED in 11.9s //tensorflow/core/common_runtime/eager:execute_test PASSED in 26.4s //tensorflow/core/common_runtime/eager:kernel_and_device_test PASSED in 1.1s //tensorflow/core/common_runtime/eager:mkl_eager_op_rewrite_test PASSED in 13.3s //tensorflow/core/common_runtime/eager:placement_test PASSED in 12.2s //tensorflow/core/common_runtime/eager:placement_utils_test PASSED in 12.2s //tensorflow/core/common_runtime/eager:summary_optimizer_test PASSED in 0.1s //tensorflow/core/common_runtime/eager:tensor_handle_data_test PASSED in 12.1s //tensorflow/core/common_runtime/eager:tensor_handle_test PASSED in 12.5s //tensorflow/core/common_runtime/gpu:gpu_device_on_non_gpu_machine_test PASSED in 0.1s //tensorflow/core/common_runtime/gpu:gpu_serving_device_selector_test PASSED in 0.1s //tensorflow/core/common_runtime/next_pluggable_device:c_plugin_coordination_service_agent_test PASSED in 4.1s //tensorflow/core/common_runtime/next_pluggable_device/c:plugin_c_api_test PASSED in 32.1s //tensorflow/core/common_runtime/next_pluggable_device/c:tf_rendezvous_c_api_test PASSED in 0.1s //tensorflow/core/config:flags_py_test PASSED in 9.4s //tensorflow/core/config:flags_test PASSED in 0.1s //tensorflow/core/data:compression_utils_test PASSED in 1.8s //tensorflow/core/data:dataset_utils_test PASSED in 0.6s //tensorflow/core/data:hash_utils_test PASSED in 0.9s //tensorflow/core/data:metric_utils_test PASSED in 5.6s //tensorflow/core/data:name_utils_test PASSED in 0.1s //tensorflow/core/data:rewrite_utils_test PASSED in 0.6s //tensorflow/core/data:serialization_utils_test PASSED in 0.5s //tensorflow/core/data:snapshot_utils_test PASSED in 0.6s //tensorflow/core/data:split_utils_test PASSED in 0.5s //tensorflow/core/data:standalone_save_restore_test PASSED in 1.5s //tensorflow/core/data:standalone_test PASSED in 4.4s //tensorflow/core/data:tfdataz_metrics_test PASSED in 2.0s //tensorflow/core/data:unbounded_thread_pool_test PASSED in 0.4s //tensorflow/core/data:utils_test PASSED in 0.1s //tensorflow/core/data/service:auto_scaler_test PASSED in 0.1s //tensorflow/core/data/service:byte_size_test PASSED in 0.1s //tensorflow/core/data/service:common_test PASSED in 0.1s //tensorflow/core/data/service:credentials_factory_test PASSED in 0.7s //tensorflow/core/data/service:cross_trainer_cache_test PASSED in 1.3s //tensorflow/core/data/service:data_service_test PASSED in 9.6s //tensorflow/core/data/service:data_transfer_test PASSED in 0.6s //tensorflow/core/data/service:dataset_store_test PASSED in 0.9s //tensorflow/core/data/service:dispatcher_client_test PASSED in 3.3s //tensorflow/core/data/service:dispatcher_state_test PASSED in 0.6s //tensorflow/core/data/service:graph_rewriters_test PASSED in 0.7s //tensorflow/core/data/service:grpc_dispatcher_impl_test PASSED in 2.4s //tensorflow/core/data/service:grpc_util_test PASSED in 0.8s //tensorflow/core/data/service:grpc_worker_impl_test PASSED in 2.1s //tensorflow/core/data/service:journal_test PASSED in 0.5s //tensorflow/core/data/service:split_provider_test PASSED in 2.0s //tensorflow/core/data/service:task_runner_test PASSED in 2.8s //tensorflow/core/data/service:test_util_test PASSED in 1.6s //tensorflow/core/data/service:url_test PASSED in 0.1s //tensorflow/core/data/service:utils_test PASSED in 0.9s //tensorflow/core/data/service:validate_utils_test PASSED in 0.1s //tensorflow/core/data/service:worker_client_test PASSED in 2.3s //tensorflow/core/data/service:worker_impl_test PASSED in 2.2s //tensorflow/core/data/service/client:data_service_client_test PASSED in 2.7s //tensorflow/core/data/service/client:utils_test PASSED in 2.2s //tensorflow/core/data/service/client:validate_utils_test PASSED in 1.7s //tensorflow/core/data/service/snapshot:distributed_snapshot_test PASSED in 16.8s //tensorflow/core/data/service/snapshot:file_utils_test PASSED in 0.7s //tensorflow/core/data/service/snapshot:parallel_tfrecord_writer_test PASSED in 3.5s //tensorflow/core/data/service/snapshot:path_utils_test PASSED in 0.1s //tensorflow/core/data/service/snapshot:prefetched_split_provider_test PASSED in 15.3s //tensorflow/core/data/service/snapshot:snapshot_chunk_provider_test PASSED in 0.6s //tensorflow/core/data/service/snapshot:snapshot_manager_test PASSED in 1.8s //tensorflow/core/data/service/snapshot:snapshot_split_provider_test PASSED in 0.8s //tensorflow/core/data/service/snapshot:snapshot_stream_writer_checkpoint_test PASSED in 2.6s //tensorflow/core/data/service/snapshot:snapshot_stream_writer_test PASSED in 2.1s //tensorflow/core/data/service/snapshot:utils_test PASSED in 0.1s //tensorflow/core/debug:debug_graph_utils_test PASSED in 0.6s //tensorflow/core/distributed_runtime:call_options_test PASSED in 0.1s //tensorflow/core/distributed_runtime:cluster_function_library_runtime_test PASSED in 3.9s //tensorflow/core/distributed_runtime:collective_param_resolver_distributed_test PASSED in 1.1s //tensorflow/core/distributed_runtime:collective_rma_distributed_test PASSED in 0.6s //tensorflow/core/distributed_runtime:device_resolver_distributed_test PASSED in 0.5s //tensorflow/core/distributed_runtime:message_wrappers_test PASSED in 0.1s //tensorflow/core/distributed_runtime:partial_run_mgr_test PASSED in 0.5s //tensorflow/core/distributed_runtime:recent_request_ids_test PASSED in 0.1s //tensorflow/core/distributed_runtime:request_id_test PASSED in 0.1s //tensorflow/core/distributed_runtime:rpc_collective_executor_mgr_test PASSED in 0.5s //tensorflow/core/distributed_runtime:server_lib_test PASSED in 0.1s //tensorflow/core/distributed_runtime:session_mgr_test PASSED in 1.0s //tensorflow/core/distributed_runtime:tensor_coding_test PASSED in 0.1s //tensorflow/core/distributed_runtime/coordination:coordination_service_barrier_proxy_test PASSED in 2.1s //tensorflow/core/distributed_runtime/eager:eager_service_impl_test PASSED in 20.8s //tensorflow/core/distributed_runtime/eager:remote_mgr_test PASSED in 13.0s //tensorflow/core/distributed_runtime/integration_test:c_api_multi_client_test_cpu PASSED in 31.8s //tensorflow/core/distributed_runtime/integration_test:c_api_recoverable_jobs_test_cpu PASSED in 43.2s //tensorflow/core/distributed_runtime/integration_test:c_api_session_coordination_test_cpu PASSED in 29.3s //tensorflow/core/distributed_runtime/rpc:grpc_tensor_coding_test PASSED in 2.9s //tensorflow/core/distributed_runtime/rpc:grpc_worker_cache_test PASSED in 0.7s //tensorflow/core/distributed_runtime/rpc/eager:grpc_eager_client_test PASSED in 0.6s //tensorflow/core/example:example_parser_configuration_test PASSED in 1.1s //tensorflow/core/example:feature_util_test PASSED in 0.1s //tensorflow/core/framework:allocator_test PASSED in 3.6s //tensorflow/core/framework:attr_value_util_test PASSED in 1.1s //tensorflow/core/framework:batch_util_test PASSED in 0.9s //tensorflow/core/framework:bfloat16_test PASSED in 0.9s //tensorflow/core/framework:common_shape_fns_test PASSED in 0.9s //tensorflow/core/framework:dataset_test PASSED in 1.1s //tensorflow/core/framework:device_base_test PASSED in 0.9s //tensorflow/core/framework:disable_jit_test PASSED in 0.9s //tensorflow/core/framework:framework_op_gen_lib_test PASSED in 0.1s //tensorflow/core/framework:framework_op_segment_test PASSED in 1.1s //tensorflow/core/framework:framework_resource_var_test PASSED in 0.1s //tensorflow/core/framework:framework_run_handler_test PASSED in 1.4s //tensorflow/core/framework:framework_run_handler_util_test PASSED in 2.0s //tensorflow/core/framework:full_type_inference_util_test PASSED in 0.9s //tensorflow/core/framework:full_type_util_test PASSED in 1.0s //tensorflow/core/framework:function_test PASSED in 0.9s //tensorflow/core/framework:graph_def_util_test PASSED in 0.9s //tensorflow/core/framework:graph_to_functiondef_test PASSED in 0.9s //tensorflow/core/framework:kernel_def_builder_test PASSED in 1.0s //tensorflow/core/framework:kernel_def_util_test PASSED in 1.0s //tensorflow/core/framework:memory_types_test PASSED in 0.9s //tensorflow/core/framework:model_test PASSED in 0.9s //tensorflow/core/framework:node_def_builder_test PASSED in 0.8s //tensorflow/core/framework:node_def_util_test PASSED in 0.8s //tensorflow/core/framework:node_properties_test PASSED in 0.8s //tensorflow/core/framework:op_compatibility_test PASSED in 1.1s //tensorflow/core/framework:op_def_builder_test PASSED in 0.9s //tensorflow/core/framework:op_def_util_test PASSED in 1.1s //tensorflow/core/framework:op_kernel_test PASSED in 0.9s //tensorflow/core/framework:op_registration_test PASSED in 0.9s //tensorflow/core/framework:partial_tensor_shape_test PASSED in 1.0s //tensorflow/core/framework:rendezvous_test PASSED in 3.1s //tensorflow/core/framework:resource_handle_test PASSED in 0.1s //tensorflow/core/framework:resource_mgr_test PASSED in 1.8s //tensorflow/core/framework:resource_op_kernel_test PASSED in 0.8s //tensorflow/core/framework:shape_inference_test PASSED in 0.8s //tensorflow/core/framework:shape_inference_testutil_test PASSED in 0.9s //tensorflow/core/framework:tensor_matcher_test PASSED in 0.8s //tensorflow/core/framework:tensor_shape_test PASSED in 8.4s //tensorflow/core/framework:tensor_slice_test PASSED in 0.9s //tensorflow/core/framework:tensor_test PASSED in 31.0s //tensorflow/core/framework:tensor_testutil_test PASSED in 0.9s //tensorflow/core/framework:tensor_util_test PASSED in 1.0s //tensorflow/core/framework:tracking_allocator_test PASSED in 0.9s //tensorflow/core/framework:types_test PASSED in 0.8s //tensorflow/core/framework:variant_op_registry_test PASSED in 19.3s //tensorflow/core/framework:variant_test PASSED in 0.8s //tensorflow/core/framework/registration:registration_test PASSED in 0.5s //tensorflow/core/function/capture:by_ref_capture_test PASSED in 9.9s //tensorflow/core/function/capture:capture_container_test PASSED in 9.0s //tensorflow/core/function/integration_test:side_inputs_manual_api_test PASSED in 57.8s //tensorflow/core/function/integration_test:side_inputs_test PASSED in 88.3s //tensorflow/core/function/polymorphism:function_cache_test PASSED in 9.2s //tensorflow/core/function/polymorphism:function_type_test PASSED in 9.6s //tensorflow/core/function/polymorphism:type_dispatch_test PASSED in 8.9s //tensorflow/core/function/runtime_client:runtime_client_cc_test PASSED in 44.7s //tensorflow/core/function/trace_type:custom_nest_trace_type_test PASSED in 9.3s //tensorflow/core/function/trace_type:default_types_test PASSED in 8.8s //tensorflow/core/function/trace_type:serialization_test PASSED in 9.3s //tensorflow/core/function/trace_type:trace_type_test PASSED in 12.5s //tensorflow/core/graph:algorithm_test PASSED in 1.0s //tensorflow/core/graph:collective_order_test PASSED in 0.5s //tensorflow/core/graph:control_flow_test PASSED in 0.9s //tensorflow/core/graph:costmodel_test PASSED in 0.9s //tensorflow/core/graph:edgeset_test PASSED in 1.1s //tensorflow/core/graph:graph_debug_info_builder_test PASSED in 1.0s //tensorflow/core/graph:graph_def_builder_test PASSED in 1.2s //tensorflow/core/graph:graph_partition_test PASSED in 0.9s //tensorflow/core/graph:graph_test PASSED in 0.9s //tensorflow/core/graph:node_builder_test PASSED in 0.8s //tensorflow/core/graph:optimizer_cse_test PASSED in 0.9s //tensorflow/core/graph:subgraph_test PASSED in 1.2s //tensorflow/core/graph:tensor_id_test PASSED in 0.9s //tensorflow/core/graph:validate_test PASSED in 1.1s //tensorflow/core/graph/regularization:simple_delete_test PASSED in 0.3s //tensorflow/core/graph/regularization:util_test PASSED in 0.1s //tensorflow/core/grappler:graph_topology_view_test PASSED in 0.1s //tensorflow/core/grappler:graph_view_test PASSED in 1.3s //tensorflow/core/grappler:grappler_item_builder_test PASSED in 1.4s //tensorflow/core/grappler:grappler_item_test PASSED in 1.4s //tensorflow/core/grappler:mutable_graph_view_test PASSED in 1.5s //tensorflow/core/grappler:utils_test PASSED in 2.2s //tensorflow/core/grappler/clusters:single_machine_test PASSED in 22.8s //tensorflow/core/grappler/clusters:virtual_cluster_test PASSED in 1.1s //tensorflow/core/grappler/costs:analytical_cost_estimator_test PASSED in 1.8s //tensorflow/core/grappler/costs:cost_estimator_test PASSED in 0.1s //tensorflow/core/grappler/costs:graph_memory_test PASSED in 1.5s //tensorflow/core/grappler/costs:graph_properties_test PASSED in 2.8s //tensorflow/core/grappler/costs:robust_stats_test PASSED in 0.1s //tensorflow/core/grappler/costs:utils_test PASSED in 1.5s //tensorflow/core/grappler/costs:virtual_placer_test PASSED in 0.4s //tensorflow/core/grappler/costs:virtual_scheduler_test PASSED in 1.8s //tensorflow/core/grappler/graph_analyzer:gen_node_test PASSED in 1.8s //tensorflow/core/grappler/graph_analyzer:graph_analyzer_test PASSED in 1.8s //tensorflow/core/grappler/graph_analyzer:hash_tools_test PASSED in 1.8s //tensorflow/core/grappler/graph_analyzer:sig_node_test PASSED in 2.5s //tensorflow/core/grappler/graph_analyzer:subgraph_test PASSED in 1.8s //tensorflow/core/grappler/inputs:utils_test PASSED in 0.1s //tensorflow/core/grappler/optimizers:arithmetic_optimizer_test_cpu PASSED in 3.1s //tensorflow/core/grappler/optimizers:auto_mixed_precision_test_cpu PASSED in 1.8s //tensorflow/core/grappler/optimizers:auto_parallel_test_cpu PASSED in 1.7s //tensorflow/core/grappler/optimizers:common_subgraph_elimination_test_cpu PASSED in 1.8s //tensorflow/core/grappler/optimizers:custom_graph_optimizer_registry_test_cpu PASSED in 4.2s //tensorflow/core/grappler/optimizers:debug_stripper_test_cpu PASSED in 1.9s //tensorflow/core/grappler/optimizers:dependency_optimizer_test_cpu PASSED in 1.8s //tensorflow/core/grappler/optimizers:evaluation_utils_test PASSED in 0.5s //tensorflow/core/grappler/optimizers:function_api_info_test PASSED in 0.1s //tensorflow/core/grappler/optimizers:function_optimizer_test_cpu PASSED in 2.5s //tensorflow/core/grappler/optimizers:generic_layout_optimizer_test_cpu PASSED in 2.0s //tensorflow/core/grappler/optimizers:generic_layout_optimizer_transposer_factory_test PASSED in 0.2s //tensorflow/core/grappler/optimizers:generic_layout_optimizer_transposer_test_cpu PASSED in 1.9s //tensorflow/core/grappler/optimizers:graph_optimizer_stage_test_cpu PASSED in 1.9s //tensorflow/core/grappler/optimizers:implementation_selector_test PASSED in 2.0s //tensorflow/core/grappler/optimizers:loop_optimizer_test_cpu PASSED in 1.9s //tensorflow/core/grappler/optimizers:memory_optimizer_test_cpu PASSED in 2.0s //tensorflow/core/grappler/optimizers:meta_optimizer_test_cpu PASSED in 7.1s //tensorflow/core/grappler/optimizers:mkl_remapper_test PASSED in 1.9s //tensorflow/core/grappler/optimizers:model_pruner_test_cpu PASSED in 1.7s //tensorflow/core/grappler/optimizers:pin_to_host_optimizer_test_cpu PASSED in 2.2s //tensorflow/core/grappler/optimizers:remapper_test_cpu PASSED in 2.4s //tensorflow/core/grappler/optimizers:scoped_allocator_optimizer_test PASSED in 1.8s //tensorflow/core/grappler/optimizers:shape_optimizer_test_cpu PASSED in 1.7s //tensorflow/core/grappler/optimizers:static_schedule_test_cpu PASSED in 1.2s //tensorflow/core/grappler/optimizers:tfg_optimizer_hook_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:auto_shard_test PASSED in 0.7s //tensorflow/core/grappler/optimizers/data:autotune_buffer_sizes_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:batch_parallelization_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:disable_intra_op_parallelism_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:disable_prefetch_legacy_autotune_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:enable_gradient_descent_test PASSED in 0.7s //tensorflow/core/grappler/optimizers/data:filter_fusion_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:filter_parallelization_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:function_utils_test PASSED in 0.7s //tensorflow/core/grappler/optimizers/data:fusion_utils_test PASSED in 1.0s //tensorflow/core/grappler/optimizers/data:graph_utils_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:inject_io_prefetch_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:inject_prefetch_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:make_deterministic_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:make_sloppy_test PASSED in 0.6s //tensorflow/core/grappler/optimizers/data:map_and_batch_fusion_test PASSED in 0.4s //tensorflow/core/grappler/optimizers/data:map_and_filter_fusion_test PASSED in 0.6s //tensorflow/core/grappler/optimizers/data:map_fusion_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:map_parallelization_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:noop_elimination_test PASSED in 0.4s //tensorflow/core/grappler/optimizers/data:parallel_batch_test PASSED in 0.4s //tensorflow/core/grappler/optimizers/data:remove_compression_map_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:replicate_on_split_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:seq_interleave_prefetch_test PASSED in 0.9s //tensorflow/core/grappler/optimizers/data:shuffle_and_repeat_fusion_test PASSED in 0.4s //tensorflow/core/grappler/optimizers/data:slack_test PASSED in 0.8s //tensorflow/core/grappler/optimizers/data:split_utils_test PASSED in 1.3s //tensorflow/core/grappler/optimizers/data:use_private_thread_pool_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/inference:batch_op_rewriter_test PASSED in 0.1s //tensorflow/core/grappler/utils:canonicalizer_test PASSED in 1.2s //tensorflow/core/grappler/utils:colocation_test PASSED in 0.5s //tensorflow/core/grappler/utils:frame_test PASSED in 0.1s //tensorflow/core/grappler/utils:functions_test PASSED in 1.3s //tensorflow/core/grappler/utils:graph_view_internal_test PASSED in 0.6s //tensorflow/core/grappler/utils:graph_view_test PASSED in 1.9s //tensorflow/core/grappler/utils:grappler_test_test PASSED in 7.1s //tensorflow/core/grappler/utils:pattern_utils_test PASSED in 0.6s //tensorflow/core/grappler/utils:scc_test PASSED in 1.3s //tensorflow/core/grappler/utils:symbolic_shapes_test PASSED in 0.1s //tensorflow/core/grappler/utils:topological_sort_test PASSED in 0.6s //tensorflow/core/grappler/utils:tpu_test PASSED in 0.1s //tensorflow/core/grappler/utils:transitive_fanin_test PASSED in 0.6s //tensorflow/core/grappler/utils:traversal_test PASSED in 0.6s //tensorflow/core/grappler/verifiers:structure_verifier_test PASSED in 1.3s //tensorflow/core/ir:interfaces_test PASSED in 0.2s //tensorflow/core/ir:ops_test PASSED in 0.2s //tensorflow/core/ir:shape_inference_utils_test PASSED in 0.3s //tensorflow/core/ir:tf_op_registry_test PASSED in 0.2s //tensorflow/core/ir:tf_op_wrapper_test PASSED in 0.2s //tensorflow/core/ir:utility_test PASSED in 0.2s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:arg_as_control_ret.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:backedge_segment.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:empty.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:error_during_backedge.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:import_case_with_attr_inference.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:import_if_with_attr_inference.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:import_iterator_get_next_attr_inference.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:import_underscore_output_shapes.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:import_while_with_attr_inference.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:infeed_dequeue.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:infer_arg_handle_type.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:infer_with_output_shapes.pbtxt.test PASSED in 0.8s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_arg_name.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_backedge_input_size.pbtxt.test PASSED in 0.8s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_duplicated_node_name.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_edge_index.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_edge_name.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_empty_attr_key.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_empty_func_attr_key.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_empty_func_attr_name.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_empty_op_type.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_func_with_empty_name.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_function_import.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_generic_func_with_empty_control_result.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_generic_func_with_empty_input.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_generic_func_with_empty_name.pbtxt.test PASSED in 0.8s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_generic_func_with_empty_result.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_generic_function_attr_name.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_generic_function_named_edge_index.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_handle_data.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_missing_control_input.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_missing_control_result.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_missing_control_result_value.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_missing_data_result.pbtxt.test PASSED in 0.8s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_missing_data_result_value.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_missing_input.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_missing_two_inputs.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_named_edge_index.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_op_name.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_type_list.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:legacy_call.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:negative_shape.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:negative_zero_constant.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:three_nodes_with_attrs.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:version.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/mlir_to_graphdef:empty.mlir.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/mlir_to_graphdef:fulltype.mlir.test PASSED in 0.5s //tensorflow/core/ir/importexport/tests/mlir_to_graphdef:func_with_no_args_or_results.mlir.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/mlir_to_graphdef:negative_zero_constant.mlir.test PASSED in 0.5s //tensorflow/core/ir/importexport/tests/mlir_to_graphdef:nested_legacy_call.mlir.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/mlir_to_graphdef:three_nodes_with_attrs.mlir.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/mlir_to_graphdef:version.mlir.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/saved_model:saved_model_roundtrip_test PASSED in 0.3s //tensorflow/core/ir/tests:attributes.mlir.test PASSED in 2.2s //tensorflow/core/ir/tests:canonicalize.mlir.test PASSED in 2.4s //tensorflow/core/ir/tests:compatible_types.mlir.test PASSED in 2.5s //tensorflow/core/ir/tests:concrete-ops.mlir.test PASSED in 2.5s //tensorflow/core/ir/tests:generic_concrete_ops.mlir.test PASSED in 2.4s //tensorflow/core/ir/tests:invalid-concrete-ops.mlir.test PASSED in 2.5s //tensorflow/core/ir/tests:invalid-preserved-attrs.mlir.test PASSED in 2.5s //tensorflow/core/ir/tests:invalid.mlir.test PASSED in 2.4s //tensorflow/core/ir/tests:invalid_types.mlir.test PASSED in 2.4s //tensorflow/core/ir/tests:ops.mlir.test PASSED in 2.5s //tensorflow/core/ir/tests:region-invalid-ops.mlir.test PASSED in 2.4s //tensorflow/core/ir/tests:region-ops-graph.mlir.test PASSED in 2.5s //tensorflow/core/ir/tests:region-ops.mlir.test PASSED in 2.4s //tensorflow/core/ir/tests:types.mlir.test PASSED in 2.2s //tensorflow/core/ir/types:dialect_test PASSED in 0.2s //tensorflow/core/kernels:as_string_op_test PASSED in 0.6s //tensorflow/core/kernels:basic_ops_benchmark_test PASSED in 0.5s //tensorflow/core/kernels:batch_kernels_auto_warmup_test PASSED in 1.3s //tensorflow/core/kernels:batch_kernels_env_test PASSED in 0.6s //tensorflow/core/kernels:batch_kernels_test PASSED in 32.6s //tensorflow/core/kernels:bias_op_test PASSED in 0.5s //tensorflow/core/kernels:bincount_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:broadcast_to_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:cast_op_test_cpu PASSED in 0.7s //tensorflow/core/kernels:checkpoint_callback_manager_test PASSED in 0.7s //tensorflow/core/kernels:clustering_ops_test PASSED in 0.5s //tensorflow/core/kernels:composite_tensor_variant_test PASSED in 0.7s //tensorflow/core/kernels:concat_op_test PASSED in 0.5s //tensorflow/core/kernels:constant_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:control_flow_ops_test PASSED in 8.5s //tensorflow/core/kernels:conv_grad_filter_ops_benchmark_test_cpu PASSED in 0.6s //tensorflow/core/kernels:conv_grad_input_ops_benchmark_test_cpu PASSED in 0.6s //tensorflow/core/kernels:conv_ops_benchmark_test_cpu PASSED in 0.5s //tensorflow/core/kernels:conv_ops_test_cpu PASSED in 5.1s //tensorflow/core/kernels:count_ops_test PASSED in 0.5s //tensorflow/core/kernels:cross_op_test PASSED in 0.5s //tensorflow/core/kernels:cwise_ops_test_cpu PASSED in 0.5s //tensorflow/core/kernels:debug_ops_test PASSED in 0.8s //tensorflow/core/kernels:decode_wav_op_test PASSED in 2.2s //tensorflow/core/kernels:deep_conv2d_test PASSED in 0.4s //tensorflow/core/kernels:dequantize_op_test PASSED in 0.6s //tensorflow/core/kernels:diag_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:dynamic_partition_op_test_cpu PASSED in 0.6s //tensorflow/core/kernels:dynamic_stitch_op_test_cpu PASSED in 0.6s //tensorflow/core/kernels:eigen_activations_test PASSED in 0.1s //tensorflow/core/kernels:eigen_attention_test PASSED in 0.1s //tensorflow/core/kernels:eigen_backward_cuboid_convolutions_test PASSED in 0.5s //tensorflow/core/kernels:eigen_backward_spatial_convolutions_test PASSED in 0.1s //tensorflow/core/kernels:eigen_benchmark_cpu_test PASSED in 0.1s //tensorflow/core/kernels:eigen_mkldnn_contraction_kernel_test PASSED in 0.1s //tensorflow/core/kernels:eigen_pooling_test PASSED in 0.3s //tensorflow/core/kernels:encode_wav_op_test PASSED in 2.0s //tensorflow/core/kernels:fingerprint_op_test PASSED in 0.6s //tensorflow/core/kernels:fused_batch_norm_ex_op_test_cpu PASSED in 0.9s //tensorflow/core/kernels:fused_batch_norm_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:gather_nd_op_test_cpu PASSED in 0.6s //tensorflow/core/kernels:gather_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:guarantee_const_op_test PASSED in 0.5s //tensorflow/core/kernels:identity_n_op_test PASSED in 0.6s //tensorflow/core/kernels:identity_op_test PASSED in 0.5s //tensorflow/core/kernels:immutable_constant_op_test PASSED in 1.0s //tensorflow/core/kernels:in_topk_op_test PASSED in 0.5s //tensorflow/core/kernels:isotonic_regression_op_test PASSED in 0.5s //tensorflow/core/kernels:logging_ops_test PASSED in 1.6s //tensorflow/core/kernels:lookup_ops_test PASSED in 0.5s //tensorflow/core/kernels:loss_test PASSED in 0.1s //tensorflow/core/kernels:lrn_op_test_cpu PASSED in 0.6s //tensorflow/core/kernels:merge_v2_checkpoints_op_test PASSED in 0.7s //tensorflow/core/kernels:mfcc_dct_test PASSED in 0.1s //tensorflow/core/kernels:mfcc_mel_filterbank_test PASSED in 0.1s //tensorflow/core/kernels:mfcc_op_test_cpu PASSED in 1.9s //tensorflow/core/kernels:mfcc_test PASSED in 0.1s //tensorflow/core/kernels:multinomial_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:nn_ops_test_cpu PASSED in 0.6s //tensorflow/core/kernels:one_hot_op_test PASSED in 0.5s //tensorflow/core/kernels:ops_testutil_test PASSED in 0.5s //tensorflow/core/kernels:ops_util_test PASSED in 0.1s //tensorflow/core/kernels:parameterized_truncated_normal_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:parse_tensor_test PASSED in 0.6s //tensorflow/core/kernels:quantization_utils_test PASSED in 0.6s //tensorflow/core/kernels:quantize_and_dequantize_op_test_cpu PASSED in 0.6s //tensorflow/core/kernels:quantize_down_and_shrink_range_op_test PASSED in 0.6s //tensorflow/core/kernels:quantize_op_test PASSED in 0.6s //tensorflow/core/kernels:quantized_activation_ops_test PASSED in 0.6s //tensorflow/core/kernels:quantized_add_op_test PASSED in 1.1s //tensorflow/core/kernels:quantized_batch_norm_op_test PASSED in 0.6s //tensorflow/core/kernels:quantized_bias_add_op_test PASSED in 0.5s //tensorflow/core/kernels:quantized_concat_op_test PASSED in 0.6s //tensorflow/core/kernels:quantized_conv_ops_test PASSED in 0.5s //tensorflow/core/kernels:quantized_instance_norm_test PASSED in 1.0s //tensorflow/core/kernels:quantized_matmul_op_test PASSED in 0.5s //tensorflow/core/kernels:quantized_mul_op_test PASSED in 1.1s //tensorflow/core/kernels:quantized_pooling_ops_test PASSED in 0.5s //tensorflow/core/kernels:quantized_reshape_op_test PASSED in 0.5s //tensorflow/core/kernels:quantized_resize_bilinear_op_test PASSED in 1.9s //tensorflow/core/kernels:ragged_fill_empty_rows_op_test PASSED in 0.5s //tensorflow/core/kernels:ragged_gather_op_test PASSED in 0.5s //tensorflow/core/kernels:ragged_range_op_test PASSED in 0.5s //tensorflow/core/kernels:ragged_tensor_from_variant_op_test PASSED in 0.5s //tensorflow/core/kernels:ragged_tensor_to_sparse_kernel_test PASSED in 0.5s //tensorflow/core/kernels:ragged_tensor_to_tensor_op_test PASSED in 0.5s //tensorflow/core/kernels:ragged_tensor_to_variant_op_test PASSED in 0.5s //tensorflow/core/kernels:random_binomial_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:random_index_shuffle_test PASSED in 0.2s //tensorflow/core/kernels:random_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:random_poisson_op_test_cpu PASSED in 0.4s //tensorflow/core/kernels:range_sampler_test PASSED in 0.6s //tensorflow/core/kernels:reduction_ops_test_cpu PASSED in 0.5s //tensorflow/core/kernels:regex_replace_op_test PASSED in 0.5s //tensorflow/core/kernels:requantization_range_op_test PASSED in 0.5s //tensorflow/core/kernels:requantize_op_test PASSED in 0.5s //tensorflow/core/kernels:resource_ops_test PASSED in 0.5s //tensorflow/core/kernels:restore_op_test PASSED in 0.5s //tensorflow/core/kernels:restore_v2_op_test PASSED in 0.5s //tensorflow/core/kernels:reverse_op_test PASSED in 0.5s //tensorflow/core/kernels:roll_op_test PASSED in 0.5s //tensorflow/core/kernels:save_op_test PASSED in 0.5s //tensorflow/core/kernels:save_v2_op_test PASSED in 0.5s //tensorflow/core/kernels:scan_ops_test_cpu PASSED in 0.4s //tensorflow/core/kernels:scatter_nd_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:scatter_op_test PASSED in 0.5s //tensorflow/core/kernels:scoped_allocator_ops_test_cpu PASSED in 6.9s //tensorflow/core/kernels:sdca_ops_test PASSED in 1.5s //tensorflow/core/kernels:segment_reduction_ops_test PASSED in 0.4s //tensorflow/core/kernels:sendrecv_ops_test PASSED in 0.4s //tensorflow/core/kernels:sequence_ops_test PASSED in 0.5s //tensorflow/core/kernels:shape_ops_test PASSED in 0.5s //tensorflow/core/kernels:slice_op_test PASSED in 0.5s //tensorflow/core/kernels:spacetobatch_benchmark_test_cpu PASSED in 0.5s //tensorflow/core/kernels:sparse_add_op_test PASSED in 0.5s //tensorflow/core/kernels:sparse_dense_binary_op_shared_test PASSED in 0.6s //tensorflow/core/kernels:sparse_fill_empty_rows_op_test_cpu PASSED in 0.6s //tensorflow/core/kernels:sparse_matmul_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:sparse_reduce_sum_op_test PASSED in 0.6s //tensorflow/core/kernels:sparse_tensor_dense_matmul_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:sparse_to_dense_op_test_cpu PASSED in 0.6s //tensorflow/core/kernels:sparse_utils_test PASSED in 0.3s //tensorflow/core/kernels:sparse_xent_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:spectrogram_op_test_cpu PASSED in 2.2s //tensorflow/core/kernels:spectrogram_test PASSED in 0.1s //tensorflow/core/kernels:split_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:split_v_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:strided_slice_op_test PASSED in 0.5s //tensorflow/core/kernels:string_format_op_test PASSED in 0.5s //tensorflow/core/kernels:string_ngrams_op_test PASSED in 0.5s //tensorflow/core/kernels:string_split_op_test PASSED in 0.4s //tensorflow/core/kernels:substr_op_test PASSED in 0.5s //tensorflow/core/kernels:summary_audio_op_test PASSED in 0.6s //tensorflow/core/kernels:summary_image_op_test PASSED in 0.6s //tensorflow/core/kernels:summary_op_test PASSED in 0.6s //tensorflow/core/kernels:summary_tensor_op_test PASSED in 0.7s //tensorflow/core/kernels:tensor_cord_test PASSED in 0.1s //tensorflow/core/kernels:tensor_flag_utils_test PASSED in 0.1s //tensorflow/core/kernels:tensor_map_test PASSED in 0.1s //tensorflow/core/kernels:training_ops_test PASSED in 0.5s //tensorflow/core/kernels:transpose_util_test PASSED in 0.4s //tensorflow/core/kernels:unary_ops_composition_test_cpu PASSED in 2.0s //tensorflow/core/kernels:unique_op_test PASSED in 0.5s //tensorflow/core/kernels:variable_ops_test PASSED in 1.8s //tensorflow/core/kernels:while_op_test PASSED in 1.1s //tensorflow/core/kernels:xent_op_test_cpu PASSED in 0.6s //tensorflow/core/kernels/batching_util:basic_batch_scheduler_test PASSED in 0.1s //tensorflow/core/kernels/batching_util:batch_input_task_test PASSED in 0.6s //tensorflow/core/kernels/batching_util:batch_resource_base_test PASSED in 0.1s //tensorflow/core/kernels/batching_util:batch_scheduler_test PASSED in 0.2s //tensorflow/core/kernels/batching_util:bounded_executor_test PASSED in 20.1s //tensorflow/core/kernels/batching_util:input_split_metadata_test PASSED in 0.1s //tensorflow/core/kernels/batching_util:periodic_function_test PASSED in 1.9s //tensorflow/core/kernels/batching_util:serial_device_batch_scheduler_test PASSED in 1.8s //tensorflow/core/kernels/batching_util:shared_batch_scheduler_test PASSED in 2.9s //tensorflow/core/kernels/batching_util:threadsafe_status_test PASSED in 0.1s //tensorflow/core/kernels/data:batch_dataset_op_test PASSED in 0.9s //tensorflow/core/kernels/data:cache_dataset_ops_test PASSED in 0.9s //tensorflow/core/kernels/data:concatenate_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/data:filter_dataset_op_test PASSED in 0.9s //tensorflow/core/kernels/data:finalize_dataset_op_test PASSED in 0.7s //tensorflow/core/kernels/data:fixed_length_record_dataset_op_test PASSED in 0.7s //tensorflow/core/kernels/data:flat_map_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/data:get_options_op_test PASSED in 0.6s //tensorflow/core/kernels/data:interleave_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/data:iterator_ops_test PASSED in 0.8s //tensorflow/core/kernels/data:map_dataset_op_test PASSED in 1.0s //tensorflow/core/kernels/data:map_defun_op_test PASSED in 0.8s //tensorflow/core/kernels/data:optimize_dataset_op_test PASSED in 0.9s //tensorflow/core/kernels/data:options_dataset_op_test PASSED in 0.7s //tensorflow/core/kernels/data:padded_batch_dataset_op_test PASSED in 0.9s //tensorflow/core/kernels/data:parallel_batch_dataset_op_test PASSED in 0.9s //tensorflow/core/kernels/data:parallel_filter_dataset_op_test PASSED in 1.0s //tensorflow/core/kernels/data:parallel_interleave_dataset_op_test PASSED in 1.1s //tensorflow/core/kernels/data:parallel_map_dataset_op_test PASSED in 1.1s //tensorflow/core/kernels/data:prefetch_autotuner_test PASSED in 0.5s //tensorflow/core/kernels/data:prefetch_dataset_op_test PASSED in 0.9s //tensorflow/core/kernels/data:range_dataset_op_test PASSED in 0.9s //tensorflow/core/kernels/data:reduce_dataset_op_test PASSED in 0.9s //tensorflow/core/kernels/data:repeat_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/data:rewrite_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/data:shard_dataset_op_test PASSED in 0.9s //tensorflow/core/kernels/data:shuffle_dataset_op_test PASSED in 0.9s //tensorflow/core/kernels/data:skip_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/data:sparse_tensor_slice_dataset_op_test PASSED in 0.7s //tensorflow/core/kernels/data:take_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/data:tensor_dataset_op_test PASSED in 0.6s //tensorflow/core/kernels/data:tensor_slice_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/data:text_line_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/data:tf_record_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/data:window_dataset_op_test PASSED in 0.9s //tensorflow/core/kernels/data:zip_dataset_op_test PASSED in 0.7s //tensorflow/core/kernels/data/experimental:assert_next_dataset_op_test PASSED in 0.6s //tensorflow/core/kernels/data/experimental:assert_prev_dataset_op_test PASSED in 0.6s //tensorflow/core/kernels/data/experimental:auto_shard_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/data/experimental:directed_interleave_dataset_op_test PASSED in 0.6s //tensorflow/core/kernels/data/experimental:list_dataset_op_test PASSED in 0.6s //tensorflow/core/kernels/data/experimental:map_and_batch_dataset_op_test PASSED in 0.9s //tensorflow/core/kernels/data/experimental:parallel_interleave_dataset_op_test PASSED in 0.7s //tensorflow/core/kernels/data/experimental:random_dataset_op_test PASSED in 0.6s //tensorflow/core/kernels/data/experimental:sampling_dataset_op_test PASSED in 0.6s //tensorflow/core/kernels/data/experimental:save_dataset_op_test PASSED in 0.9s //tensorflow/core/kernels/data/experimental:unique_dataset_op_test PASSED in 0.6s //tensorflow/core/kernels/image:adjust_contrast_op_benchmark_test_cpu PASSED in 0.6s //tensorflow/core/kernels/image:adjust_contrast_op_test PASSED in 0.6s //tensorflow/core/kernels/image:colorspace_op_test PASSED in 0.6s //tensorflow/core/kernels/image:crop_and_resize_op_benchmark_test_cpu PASSED in 0.6s //tensorflow/core/kernels/image:crop_and_resize_op_test PASSED in 0.7s //tensorflow/core/kernels/image:encode_jpeg_op_test PASSED in 0.6s //tensorflow/core/kernels/image:mirror_pad_op_benchmark_test_cpu PASSED in 0.5s //tensorflow/core/kernels/image:mirror_pad_op_test PASSED in 0.7s //tensorflow/core/kernels/image:non_max_suppression_op_benchmark_test PASSED in 0.6s //tensorflow/core/kernels/image:non_max_suppression_op_test PASSED in 0.7s //tensorflow/core/kernels/image:resize_area_op_test PASSED in 1.0s //tensorflow/core/kernels/image:resize_benchmark_test_cpu PASSED in 0.6s //tensorflow/core/kernels/image:resize_bicubic_op_test PASSED in 3.3s //tensorflow/core/kernels/image:resize_ops_test_cpu PASSED in 2.2s //tensorflow/core/kernels/image:sampling_kernels_test PASSED in 0.5s //tensorflow/core/kernels/image:scale_and_translate_op_test PASSED in 1.6s //tensorflow/core/kernels/linalg:banded_triangular_solve_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels/linalg:matrix_triangular_solve_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels/mkl:mkl_conv_ops_test PASSED in 0.1s //tensorflow/core/kernels/mkl:mkl_dequantize_op_test PASSED in 0.1s //tensorflow/core/kernels/mkl:mkl_fused_batch_norm_op_test PASSED in 0.1s //tensorflow/core/kernels/mkl:mkl_fused_ops_test PASSED in 0.1s //tensorflow/core/kernels/mkl:mkl_matmul_op_benchmark PASSED in 0.1s //tensorflow/core/kernels/mkl:mkl_qmatmul_op_test PASSED in 0.1s //tensorflow/core/kernels/mkl:mkl_quantize_op_test PASSED in 0.1s //tensorflow/core/kernels/mkl:mkl_quantized_concat_op_test PASSED in 0.1s //tensorflow/core/kernels/mkl:mkl_quantized_conv_ops_perchannel_test PASSED in 0.1s //tensorflow/core/kernels/mkl:mkl_quantized_conv_ops_test PASSED in 0.1s //tensorflow/core/kernels/mkl:mkl_quantized_pooling_ops_test PASSED in 0.1s //tensorflow/core/kernels/mkl:mkl_relu_op_test PASSED in 0.1s //tensorflow/core/kernels/mkl:mkl_requantize_ops_test PASSED in 0.1s //tensorflow/core/kernels/mkl:mkl_swish_op_test PASSED in 0.1s //tensorflow/core/kernels/mkl:onednn_nn_ops_benchmark PASSED in 0.1s //tensorflow/core/kernels/sparse:kernels_test PASSED in 0.4s //tensorflow/core/kernels/uniform_quant_ops:math_utils_test PASSED in 0.1s //tensorflow/core/kernels/uniform_quant_ops:tensor_utils_test PASSED in 0.1s //tensorflow/core/kernels/uniform_quant_ops:uniform_dequantize_op_test PASSED in 0.5s //tensorflow/core/kernels/uniform_quant_ops:uniform_quantize_op_test PASSED in 0.5s //tensorflow/core/kernels/uniform_quant_ops:uniform_quantized_add_op_test PASSED in 0.5s //tensorflow/core/kernels/uniform_quant_ops:uniform_quantized_clip_by_value_op_test PASSED in 0.4s //tensorflow/core/kernels/uniform_quant_ops:uniform_quantized_convolution_ops_test PASSED in 0.5s //tensorflow/core/kernels/uniform_quant_ops:uniform_quantized_dot_ops_test PASSED in 0.4s //tensorflow/core/kernels/uniform_quant_ops:uniform_requantize_op_test PASSED in 0.4s //tensorflow/core/lib/db:sqlite_test PASSED in 0.1s //tensorflow/core/lib/gif:lib_gif_io_test PASSED in 0.9s //tensorflow/core/lib/jpeg:lib_jpeg_jpeg_mem_unittest PASSED in 0.5s //tensorflow/core/ops:cudnn_rnn_ops_test_cc PASSED in 0.4s //tensorflow/core/ops:ops_array_grad_test PASSED in 0.9s //tensorflow/core/ops:ops_math_grad_test PASSED in 3.0s //tensorflow/core/ops:ops_tests PASSED in 0.6s //tensorflow/core/ops/compat:backwards_compatibility_test PASSED in 0.4s //tensorflow/core/platform:enable_tf2_utils_test PASSED in 0.1s //tensorflow/core/platform:env_test PASSED in 2.2s //tensorflow/core/platform:fake_python_env_test PASSED in 0.1s //tensorflow/core/platform:file_system_test PASSED in 0.1s //tensorflow/core/platform:platform_strings_test PASSED in 0.1s //tensorflow/core/platform:ram_file_system_test PASSED in 11.3s //tensorflow/core/platform:resource_loader_test PASSED in 0.1s //tensorflow/core/platform:vmodule_benchmark_test PASSED in 0.1s //tensorflow/core/platform:vmodule_test PASSED in 0.1s //tensorflow/core/profiler/backends/cpu:host_tracer_test PASSED in 0.1s //tensorflow/core/profiler/convert:dcn_analysis_test PASSED in 0.1s //tensorflow/core/profiler/convert:dcn_utils_test PASSED in 0.1s //tensorflow/core/profiler/convert:hlo_proto_to_graph_view_test PASSED in 0.1s //tensorflow/core/profiler/convert:hlo_proto_to_memory_visualization_utils_test PASSED in 0.1s //tensorflow/core/profiler/convert:op_stats_combiner_test PASSED in 0.1s //tensorflow/core/profiler/convert:op_stats_to_pod_stats_test PASSED in 0.1s //tensorflow/core/profiler/convert:op_stats_to_pod_viewer_test PASSED in 0.1s //tensorflow/core/profiler/convert:op_stats_to_tf_stats_test PASSED in 0.1s //tensorflow/core/profiler/convert:repository_test PASSED in 0.1s //tensorflow/core/profiler/convert:xplane_to_dcn_collective_stats_test PASSED in 0.2s //tensorflow/core/profiler/convert:xplane_to_kernel_stats_db_test PASSED in 0.1s //tensorflow/core/profiler/convert:xplane_to_memory_profile_test PASSED in 0.1s //tensorflow/core/profiler/convert:xplane_to_op_metrics_db_test PASSED in 0.1s //tensorflow/core/profiler/convert:xplane_to_op_stats_test PASSED in 0.2s //tensorflow/core/profiler/convert:xplane_to_step_events_test PASSED in 0.1s //tensorflow/core/profiler/convert:xplane_to_tf_functions_test PASSED in 0.1s //tensorflow/core/profiler/convert:xplane_to_tool_names_test PASSED in 0.1s //tensorflow/core/profiler/convert/trace_viewer:trace_viewer_visibility_test PASSED in 0.1s //tensorflow/core/profiler/internal:tfprof_show_test PASSED in 1.8s //tensorflow/core/profiler/internal:tfprof_stats_test PASSED in 0.7s //tensorflow/core/profiler/internal:tfprof_tensor_test PASSED in 0.5s //tensorflow/core/profiler/internal:tfprof_timeline_test PASSED in 0.5s //tensorflow/core/profiler/internal/advisor:tfprof_advisor_test PASSED in 0.5s //tensorflow/core/profiler/lib:profiler_disabled_test PASSED in 0.1s //tensorflow/core/profiler/utils:derived_timeline_test PASSED in 0.1s //tensorflow/core/profiler/utils:kernel_stats_utils_test PASSED in 0.1s //tensorflow/core/profiler/utils:op_metrics_db_utils_test PASSED in 0.1s //tensorflow/core/profiler/utils:step_intersection_test PASSED in 0.1s //tensorflow/core/runtime_fallback/util:type_util_test PASSED in 0.1s //tensorflow/core/summary:schema_test PASSED in 0.1s //tensorflow/core/summary:summary_db_writer_test PASSED in 0.1s //tensorflow/core/summary:summary_file_writer_test PASSED in 0.1s //tensorflow/core/tfrt/common:pjrt_cpu_client_registration_test PASSED in 5.9s //tensorflow/core/tfrt/common:pjrt_state_test PASSED in 6.4s //tensorflow/core/tfrt/common:pjrt_util_test PASSED in 6.8s //tensorflow/core/tfrt/fallback:cost_recorder_test PASSED in 0.1s //tensorflow/core/tfrt/fallback:fallback_state_test PASSED in 0.4s //tensorflow/core/tfrt/graph_executor:config_test PASSED in 0.1s //tensorflow/core/tfrt/mlrt/attribute:attribute_test PASSED in 0.3s //tensorflow/core/tfrt/mlrt/bytecode:bytecode_test PASSED in 0.1s //tensorflow/core/tfrt/mlrt/bytecode:executable_test PASSED in 0.1s //tensorflow/core/tfrt/mlrt/bytecode:function_test PASSED in 0.1s //tensorflow/core/tfrt/mlrt/bytecode:kernel_test PASSED in 0.1s //tensorflow/core/tfrt/mlrt/bytecode:span_test PASSED in 0.1s //tensorflow/core/tfrt/mlrt/interpreter:context_test PASSED in 0.1s //tensorflow/core/tfrt/mlrt/interpreter:future_test PASSED in 0.1s //tensorflow/core/tfrt/mlrt/interpreter:interpreter_test PASSED in 0.1s //tensorflow/core/tfrt/mlrt/interpreter:register_span_test PASSED in 0.1s //tensorflow/core/tfrt/mlrt/interpreter:value_test PASSED in 0.1s //tensorflow/core/tfrt/run_handler_thread_pool:run_handler_concurrent_work_queue_test PASSED in 0.2s //tensorflow/core/tfrt/run_handler_thread_pool:run_handler_test PASSED in 0.6s //tensorflow/core/tfrt/run_handler_thread_pool:run_handler_util_test PASSED in 0.1s //tensorflow/core/tfrt/runtime:tf_threadpool_concurrent_work_queue_test PASSED in 0.1s //tensorflow/core/tfrt/runtime:work_queue_interface_test PASSED in 0.1s //tensorflow/core/tfrt/utils:graph_partition_test PASSED in 1.9s //tensorflow/core/transforms:eval_utils_test PASSED in 1.3s //tensorflow/core/transforms:graph_transform_wrapper_test PASSED in 0.2s //tensorflow/core/util:bcast_test PASSED in 0.7s //tensorflow/core/util:command_line_flags_test PASSED in 0.8s //tensorflow/core/util:debug_data_dumper_test PASSED in 0.7s //tensorflow/core/util:debug_events_writer_test PASSED in 0.1s //tensorflow/core/util:dump_graph_test PASSED in 0.7s //tensorflow/core/util:equal_graph_def_test PASSED in 0.7s //tensorflow/core/util:events_writer_test PASSED in 2.7s //tensorflow/core/util:example_proto_fast_parsing_test PASSED in 1.0s //tensorflow/core/util:example_proto_helper_test PASSED in 0.7s //tensorflow/core/util:exec_on_stall_test PASSED in 2.1s //tensorflow/core/util:fake_clock_env_test PASSED in 1.6s //tensorflow/core/util:incremental_barrier_test PASSED in 0.1s //tensorflow/core/util:matmul_bcast_test PASSED in 0.8s //tensorflow/core/util:memmapped_file_system_test PASSED in 0.7s //tensorflow/core/util:mkl_heuristics_test PASSED in 0.1s //tensorflow/core/util:overflow_test PASSED in 0.1s //tensorflow/core/util:presized_cuckoo_map_test PASSED in 1.6s //tensorflow/core/util:ragged_to_dense_util_test PASSED in 0.4s //tensorflow/core/util:reffed_status_callback_test PASSED in 0.6s //tensorflow/core/util:reporter_test PASSED in 0.7s //tensorflow/core/util:saved_tensor_slice_util_test PASSED in 0.6s //tensorflow/core/util:semver_test PASSED in 0.7s //tensorflow/core/util:stat_summarizer_test PASSED in 0.8s //tensorflow/core/util:strided_slice_op_test PASSED in 0.7s //tensorflow/core/util:tensor_format_test PASSED in 0.7s //tensorflow/core/util:tensor_slice_reader_test PASSED in 0.7s //tensorflow/core/util:tensor_slice_set_test PASSED in 0.7s //tensorflow/core/util:tensor_slice_util_test PASSED in 0.7s //tensorflow/core/util:tensor_slice_writer_test PASSED in 1.2s //tensorflow/core/util:work_sharder_test PASSED in 0.8s //tensorflow/core/util/ctc:ctc_beam_search_test PASSED in 0.1s //tensorflow/core/util/proto:descriptor_pool_registry_test PASSED in 0.4s //tensorflow/core/util/proto:proto_utils_test PASSED in 0.4s //tensorflow/core/util/quantization:uniform_quant_ops_params_test PASSED in 0.1s //tensorflow/core/util/sparse:sparse_tensor_test PASSED in 0.1s //tensorflow/core/util/tensor_bundle:tensor_bundle_test PASSED in 16.0s //tensorflow/dtensor/mlir:dtensor_location_test PASSED in 0.1s //tensorflow/dtensor/mlir/tests:annotate_global_shape.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:cluster_function_conversion.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:constant_folding.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:decompose_controlflow.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:designate_resource_handle_mesh.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:device_mesh_cluster_coarsening.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_all_gather.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_all_scatter.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_allreduce_combine_optimization.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_allreduce_lowering.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_allreduce_scatter_optimization.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_allreduce_sum_optimization.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:dtensor_alltoall_lowering.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_collective_type_lowering.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_layout_must_execute.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_layout_to_xla_sharding_op.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_mixed_precision_reduce.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_reduce_scatter_lowering.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_remove_dtensorlayout.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_replace_auxiliary_layout_op.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_replace_relayout_with_identity.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_set_hlo_sharding.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_set_hlo_sharding_default.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:dtensor_xla_spmd_integration.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:elide_identity_before_copy_to_mesh.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:function_renaming.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:handle_cross_cluster_dependencies.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:handle_sparsetensors.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:layout_propagation_v2.mlir.test PASSED in 0.8s //tensorflow/dtensor/mlir/tests:lower_send_recv.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:merge_clusters.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:mesh_propagation.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:multi_device_expansion.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:op_to_device_cluster.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:propagate_default_layout.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:propagate_device_id_to_function.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:restore_and_assign.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:restore_shape_inference.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:set_default_sharding.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:sparse_expansion.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:spmd_batchparallel.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:spmd_concat.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:spmd_conv.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:spmd_einsum.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:spmd_expansion.mlir.test PASSED in 0.8s //tensorflow/dtensor/mlir/tests:spmd_fft.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:spmd_io_ops.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:spmd_iterator.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:spmd_matmul.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:spmd_random.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:spmd_save_restore.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:spmd_segment_sum.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:spmd_slice.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:spmd_softmax_loss.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:spmd_squeeze.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:spmd_var_handle.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:tf_dtensor_ops.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:tpu_add_resource_device_attribute.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:tpu_integration.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:undo_merge_const_across_mesh.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:update_tpu_metadata.mlir.test PASSED in 0.6s //tensorflow/dtensor/python/tests:api_test PASSED in 21.3s //tensorflow/dtensor/python/tests:array_ops_test_cpu PASSED in 19.9s //tensorflow/dtensor/python/tests:cache_test_cpu PASSED in 17.1s //tensorflow/dtensor/python/tests:collective_combine_all_reduce_test_cpu PASSED in 17.8s //tensorflow/dtensor/python/tests:collective_test_cpu PASSED in 18.6s //tensorflow/dtensor/python/tests:config_test_cpu PASSED in 10.0s //tensorflow/dtensor/python/tests:device_test_cpu PASSED in 42.8s //tensorflow/dtensor/python/tests:layout_test_cpu PASSED in 17.2s //tensorflow/dtensor/python/tests:mesh_util_test_cpu PASSED in 14.4s //tensorflow/dtensor/python/tests:multi_client_test_cpu PASSED in 17.4s //tensorflow/dtensor/python/tests:numpy_util_test_cpu PASSED in 13.9s //tensorflow/dtensor/python/tests:variable_test_cpu PASSED in 13.8s //tensorflow/dtensor/tests:dtensor_operation_test PASSED in 31.1s //tensorflow/dtensor/tests:executable_manager_test PASSED in 31.0s //tensorflow/dtensor/tests:layout_to_xla_sharding_test PASSED in 0.2s //tensorflow/dtensor/tests:slice_util_test PASSED in 0.1s //tensorflow/dtensor/tests:spmd_expander_test PASSED in 5.7s //tensorflow/dtensor/tests:tensor_layout_test PASSED in 0.1s //tensorflow/examples/adding_an_op:fact_test PASSED in 43.6s //tensorflow/examples/adding_an_op:zero_out_1_test PASSED in 87.5s //tensorflow/examples/adding_an_op:zero_out_2_test PASSED in 68.3s //tensorflow/examples/adding_an_op:zero_out_3_test PASSED in 68.7s //tensorflow/examples/custom_ops_doc/multiplex_1:multiplex_1_test PASSED in 37.4s //tensorflow/examples/custom_ops_doc/multiplex_2:multiplex_2_test_cpu PASSED in 31.2s //tensorflow/examples/custom_ops_doc/multiplex_3:multiplex_3_test PASSED in 24.6s //tensorflow/examples/custom_ops_doc/multiplex_4:multiplex_4_test PASSED in 25.6s //tensorflow/examples/custom_ops_doc/simple_hash_table:simple_hash_table_test PASSED in 26.1s //tensorflow/examples/custom_ops_doc/sleep:sleep_test PASSED in 36.1s //tensorflow/examples/speech_commands:accuracy_utils_test PASSED in 1.7s //tensorflow/examples/speech_commands:models_test PASSED in 32.0s //tensorflow/examples/speech_commands:recognize_commands_test PASSED in 1.5s //tensorflow/examples/wav_to_spectrogram:wav_to_spectrogram_test PASSED in 1.4s //tensorflow/js:ts_op_gen_test PASSED in 0.3s //tensorflow/python/autograph/converters:asserts_test PASSED in 9.3s //tensorflow/python/autograph/converters:break_statements_test PASSED in 9.6s //tensorflow/python/autograph/converters:call_trees_test PASSED in 9.3s //tensorflow/python/autograph/converters:conditional_expressions_test PASSED in 9.1s //tensorflow/python/autograph/converters:continue_statements_test PASSED in 10.6s //tensorflow/python/autograph/converters:control_flow_test PASSED in 15.5s //tensorflow/python/autograph/converters:directives_test PASSED in 10.0s //tensorflow/python/autograph/converters:functions_test PASSED in 9.8s //tensorflow/python/autograph/converters:lists_test PASSED in 9.8s //tensorflow/python/autograph/converters:logical_expressions_test PASSED in 9.7s //tensorflow/python/autograph/converters:return_statements_test PASSED in 11.6s //tensorflow/python/autograph/converters:slices_test PASSED in 9.0s //tensorflow/python/autograph/converters:variables_test PASSED in 9.1s //tensorflow/python/autograph/core:converter_test PASSED in 9.2s //tensorflow/python/autograph/core:function_wrappers_test PASSED in 8.8s //tensorflow/python/autograph/impl:api_test PASSED in 25.9s //tensorflow/python/autograph/impl:conversion_test PASSED in 13.5s //tensorflow/python/autograph/lang:special_functions_test PASSED in 9.5s //tensorflow/python/autograph/operators:conditional_expressions_test PASSED in 9.4s //tensorflow/python/autograph/operators:control_flow_test PASSED in 17.2s //tensorflow/python/autograph/operators:data_structures_test PASSED in 9.2s //tensorflow/python/autograph/operators:exceptions_test PASSED in 9.6s //tensorflow/python/autograph/operators:logical_test PASSED in 9.5s //tensorflow/python/autograph/operators:py_builtins_test PASSED in 16.7s //tensorflow/python/autograph/operators:slices_test PASSED in 9.5s //tensorflow/python/autograph/operators:variables_test PASSED in 9.0s //tensorflow/python/autograph/pyct:anno_test PASSED in 9.0s //tensorflow/python/autograph/pyct:ast_util_test PASSED in 9.0s //tensorflow/python/autograph/pyct:cache_test PASSED in 9.4s //tensorflow/python/autograph/pyct:cfg_test PASSED in 9.3s //tensorflow/python/autograph/pyct:error_utils_test PASSED in 9.1s //tensorflow/python/autograph/pyct:inspect_utils_test PASSED in 10.1s //tensorflow/python/autograph/pyct:loader_test PASSED in 9.7s //tensorflow/python/autograph/pyct:naming_test PASSED in 9.4s //tensorflow/python/autograph/pyct:origin_info_test PASSED in 9.5s //tensorflow/python/autograph/pyct:parser_test PASSED in 10.6s //tensorflow/python/autograph/pyct:pretty_printer_test PASSED in 9.7s //tensorflow/python/autograph/pyct:qual_names_test PASSED in 9.5s //tensorflow/python/autograph/pyct:templates_test PASSED in 9.9s //tensorflow/python/autograph/pyct:transformer_test PASSED in 9.9s //tensorflow/python/autograph/pyct:transpiler_test PASSED in 10.8s //tensorflow/python/autograph/pyct/static_analysis:activity_test PASSED in 11.7s //tensorflow/python/autograph/pyct/static_analysis:liveness_test PASSED in 10.8s //tensorflow/python/autograph/pyct/static_analysis:reaching_definitions_test PASSED in 10.9s //tensorflow/python/autograph/pyct/static_analysis:reaching_fndefs_test PASSED in 10.7s //tensorflow/python/autograph/pyct/static_analysis:type_inference_test PASSED in 10.9s //tensorflow/python/autograph/tests:assertion_test PASSED in 30.2s //tensorflow/python/autograph/tests:basic_ifexp_test PASSED in 43.0s //tensorflow/python/autograph/tests:call_to_builtin_function_test PASSED in 41.7s //tensorflow/python/autograph/tests:call_to_lambda_function_test PASSED in 84.9s //tensorflow/python/autograph/tests:call_to_named_tuple_test PASSED in 85.0s //tensorflow/python/autograph/tests:call_to_numpy_function_test PASSED in 85.2s //tensorflow/python/autograph/tests:call_to_print_function_test PASSED in 74.0s //tensorflow/python/autograph/tests:call_to_tf_api_test PASSED in 73.8s //tensorflow/python/autograph/tests:call_to_user_function_test PASSED in 25.0s //tensorflow/python/autograph/tests:composite_names_in_control_flow_test PASSED in 31.9s //tensorflow/python/autograph/tests:cond_basic_test PASSED in 32.4s //tensorflow/python/autograph/tests:datasets_test PASSED in 29.1s //tensorflow/python/autograph/tests:early_return_test PASSED in 44.1s //tensorflow/python/autograph/tests:ext_slice_test PASSED in 24.5s //tensorflow/python/autograph/tests:generator_test PASSED in 39.0s //tensorflow/python/autograph/tests:logical_expression_test PASSED in 41.7s //tensorflow/python/autograph/tests:loop_basic_test PASSED in 111.9s //tensorflow/python/autograph/tests:loop_control_flow_illegal_cases_test PASSED in 40.8s //tensorflow/python/autograph/tests:loop_created_variables_test PASSED in 44.6s //tensorflow/python/autograph/tests:loop_scoping_test PASSED in 29.1s //tensorflow/python/autograph/tests:loop_with_function_call_test PASSED in 106.2s //tensorflow/python/autograph/tests:loop_with_variable_type_illegal_cases_test PASSED in 29.3s //tensorflow/python/autograph/tests:loop_with_variable_type_test PASSED in 114.0s //tensorflow/python/autograph/tests:nested_control_flow_test PASSED in 56.6s //tensorflow/python/autograph/tests:type_annotations_test PASSED in 25.3s //tensorflow/python/autograph/utils:context_managers_test PASSED in 10.2s //tensorflow/python/autograph/utils:misc_test PASSED in 11.0s //tensorflow/python/autograph/utils:tensor_list_test PASSED in 11.6s //tensorflow/python/autograph/utils:tensors_test PASSED in 10.5s //tensorflow/python/checkpoint:checkpoint_management_test_cpu PASSED in 30.0s //tensorflow/python/checkpoint:checkpoint_metrics_test PASSED in 19.7s //tensorflow/python/checkpoint:checkpoint_test PASSED in 41.3s //tensorflow/python/checkpoint:checkpoint_view_test PASSED in 11.3s //tensorflow/python/checkpoint:checkpoint_with_v1_optimizers_test PASSED in 20.0s //tensorflow/python/checkpoint:functional_saver_test_cpu PASSED in 15.4s //tensorflow/python/checkpoint:restore_test PASSED in 12.0s //tensorflow/python/checkpoint:save_util_v1_test PASSED in 13.1s //tensorflow/python/checkpoint:saveable_compat_test PASSED in 14.3s //tensorflow/python/checkpoint:tensor_callable_test PASSED in 13.8s //tensorflow/python/checkpoint:trackable_view_test PASSED in 15.5s //tensorflow/python/checkpoint/sharding:sharding_policies_test PASSED in 20.8s //tensorflow/python/checkpoint/sharding:sharding_util_test PASSED in 17.9s //tensorflow/python/client:device_lib_test_cpu PASSED in 13.0s //tensorflow/python/client:events_writer_test PASSED in 14.5s //tensorflow/python/client:session_list_devices_test PASSED in 17.1s //tensorflow/python/client:session_partial_run_test PASSED in 21.8s //tensorflow/python/client:timeline_test_cpu PASSED in 15.1s //tensorflow/python/client:virtual_gpu_test_cpu PASSED in 16.4s //tensorflow/python/compat:compat_test PASSED in 14.4s //tensorflow/python/compat:disable_v2_behavior_test PASSED in 14.9s //tensorflow/python/compiler/mlir:mlir_test PASSED in 9.9s //tensorflow/python/compiler/tensorrt/test:batch_matmul_test_cpu PASSED in 16.6s //tensorflow/python/compiler/tensorrt/test:biasadd_matmul_test_cpu PASSED in 15.6s //tensorflow/python/compiler/tensorrt/test:bool_test_cpu PASSED in 20.6s //tensorflow/python/compiler/tensorrt/test:cast_test_cpu PASSED in 20.2s //tensorflow/python/compiler/tensorrt/test:concatenation_test_cpu PASSED in 19.7s //tensorflow/python/compiler/tensorrt/test:const_broadcast_test_cpu PASSED in 18.6s //tensorflow/python/compiler/tensorrt/test:data_dependent_shape_test_cpu PASSED in 16.6s //tensorflow/python/compiler/tensorrt/test:dynamic_input_shapes_test_cpu PASSED in 16.6s //tensorflow/python/compiler/tensorrt/test:identity_output_test_cpu PASSED in 16.6s //tensorflow/python/compiler/tensorrt/test:int32_test_cpu PASSED in 16.3s //tensorflow/python/compiler/tensorrt/test:lru_cache_test_cpu PASSED in 18.7s //tensorflow/python/compiler/tensorrt/test:multi_connection_neighbor_engine_test_cpu PASSED in 16.7s //tensorflow/python/compiler/tensorrt/test:neighboring_engine_test_cpu PASSED in 17.3s //tensorflow/python/compiler/tensorrt/test:quantization_test_cpu PASSED in 15.9s //tensorflow/python/compiler/tensorrt/test:rank_two_test_cpu PASSED in 15.9s //tensorflow/python/compiler/tensorrt/test:reshape_transpose_test_cpu PASSED in 16.5s //tensorflow/python/compiler/tensorrt/test:topk_test_cpu PASSED in 18.0s //tensorflow/python/compiler/tensorrt/test:trt_engine_op_shape_test_cpu PASSED in 18.5s //tensorflow/python/compiler/tensorrt/test:trt_mode_test_cpu PASSED in 15.3s //tensorflow/python/compiler/tensorrt/test:unary_test_cpu PASSED in 14.9s //tensorflow/python/compiler/tensorrt/test:vgg_block_nchw_test_cpu PASSED in 18.4s //tensorflow/python/compiler/tensorrt/test:vgg_block_test_cpu PASSED in 20.1s //tensorflow/python/compiler/xla:jit_compile_test_cpu PASSED in 16.5s //tensorflow/python/compiler/xla:jit_test_cpu PASSED in 24.3s //tensorflow/python/compiler/xla:xla_test_cpu PASSED in 20.7s //tensorflow/python/compiler/xla/experimental:xla_sharding_test PASSED in 10.1s //tensorflow/python/data/experimental/kernel_tests:assert_cardinality_test PASSED in 51.6s //tensorflow/python/data/experimental/kernel_tests:assert_next_test PASSED in 20.9s //tensorflow/python/data/experimental/kernel_tests:assert_prev_test PASSED in 20.9s //tensorflow/python/data/experimental/kernel_tests:compression_ops_test PASSED in 29.1s //tensorflow/python/data/experimental/kernel_tests:copy_to_device_test_cpu PASSED in 27.6s //tensorflow/python/data/experimental/kernel_tests:dense_to_sparse_batch_test PASSED in 36.6s //tensorflow/python/data/experimental/kernel_tests:from_list_test PASSED in 51.6s //tensorflow/python/data/experimental/kernel_tests:io_test PASSED in 93.8s //tensorflow/python/data/experimental/kernel_tests:lookup_ops_test PASSED in 18.6s //tensorflow/python/data/experimental/kernel_tests:make_csv_dataset_test PASSED in 42.2s //tensorflow/python/data/experimental/kernel_tests:make_saveable_from_iterator_test PASSED in 18.6s //tensorflow/python/data/experimental/kernel_tests:make_tf_record_dataset_test PASSED in 103.5s //tensorflow/python/data/experimental/kernel_tests:map_defun_op_test PASSED in 16.2s //tensorflow/python/data/experimental/kernel_tests:matching_files_dataset_test PASSED in 33.9s //tensorflow/python/data/experimental/kernel_tests:model_dataset_test PASSED in 18.8s //tensorflow/python/data/experimental/kernel_tests:non_serializable_test PASSED in 18.5s //tensorflow/python/data/experimental/kernel_tests:pad_to_cardinality_test PASSED in 17.3s //tensorflow/python/data/experimental/kernel_tests:prefetch_to_device_test_cpu PASSED in 25.9s //tensorflow/python/data/experimental/kernel_tests:prefetch_with_slack_test PASSED in 21.5s //tensorflow/python/data/experimental/kernel_tests:shuffle_and_repeat_test PASSED in 43.4s //tensorflow/python/data/experimental/kernel_tests:sleep_test PASSED in 16.8s //tensorflow/python/data/experimental/kernel_tests:tf_record_writer_test PASSED in 22.8s //tensorflow/python/data/experimental/kernel_tests:variant_test PASSED in 16.1s //tensorflow/python/data/experimental/kernel_tests:wrap_unwrap_test_cpu PASSED in 15.0s //tensorflow/python/data/experimental/kernel_tests/optimization:filter_fusion_test PASSED in 63.7s //tensorflow/python/data/experimental/kernel_tests/optimization:filter_parallelization_test PASSED in 109.2s //tensorflow/python/data/experimental/kernel_tests/optimization:grappler_test_cpu PASSED in 18.6s //tensorflow/python/data/experimental/kernel_tests/optimization:make_deterministic_test PASSED in 56.5s //tensorflow/python/data/experimental/kernel_tests/optimization:map_and_batch_fusion_test PASSED in 19.6s //tensorflow/python/data/experimental/kernel_tests/optimization:map_and_filter_fusion_test PASSED in 38.4s //tensorflow/python/data/experimental/kernel_tests/optimization:map_fusion_test PASSED in 308.8s //tensorflow/python/data/experimental/kernel_tests/optimization:map_parallelization_test PASSED in 26.4s //tensorflow/python/data/experimental/kernel_tests/optimization:noop_elimination_test PASSED in 30.8s //tensorflow/python/data/experimental/kernel_tests/optimization:seq_interleave_prefetch_test PASSED in 28.6s //tensorflow/python/data/experimental/kernel_tests/service:multi_device_test PASSED in 28.4s //tensorflow/python/data/experimental/service:server_lib_test PASSED in 17.4s //tensorflow/python/data/kernel_tests:as_numpy_iterator_test PASSED in 16.7s //tensorflow/python/data/kernel_tests:bucket_by_sequence_length_test PASSED in 28.2s //tensorflow/python/data/kernel_tests:cache_test PASSED in 102.6s //tensorflow/python/data/kernel_tests:cardinality_test PASSED in 22.4s //tensorflow/python/data/kernel_tests:checkpoint_test PASSED in 39.3s //tensorflow/python/data/kernel_tests:concatenate_test PASSED in 45.7s //tensorflow/python/data/kernel_tests:counter_test PASSED in 51.9s //tensorflow/python/data/kernel_tests:dataset_spec_test PASSED in 17.0s //tensorflow/python/data/kernel_tests:dataset_test PASSED in 50.8s //tensorflow/python/data/kernel_tests:enumerate_test PASSED in 44.6s //tensorflow/python/data/kernel_tests:fingerprint_test PASSED in 17.9s //tensorflow/python/data/kernel_tests:from_sparse_tensor_slices_test PASSED in 14.3s //tensorflow/python/data/kernel_tests:from_tensor_slices_test PASSED in 60.1s //tensorflow/python/data/kernel_tests:from_tensors_test PASSED in 42.2s //tensorflow/python/data/kernel_tests:get_single_element_test PASSED in 21.3s //tensorflow/python/data/kernel_tests:ignore_errors_test PASSED in 35.3s //tensorflow/python/data/kernel_tests:io_test PASSED in 32.9s //tensorflow/python/data/kernel_tests:iterator_test_cpu PASSED in 48.9s //tensorflow/python/data/kernel_tests:len_test PASSED in 16.8s //tensorflow/python/data/kernel_tests:list_files_test PASSED in 25.7s //tensorflow/python/data/kernel_tests:optional_test_cpu PASSED in 22.7s //tensorflow/python/data/kernel_tests:options_test PASSED in 22.1s //tensorflow/python/data/kernel_tests:placement_test_cpu PASSED in 22.0s //tensorflow/python/data/kernel_tests:prefetch_test PASSED in 88.2s //tensorflow/python/data/kernel_tests:random_test PASSED in 61.4s //tensorflow/python/data/kernel_tests:range_test PASSED in 68.1s //tensorflow/python/data/kernel_tests:rebatch_test PASSED in 23.9s //tensorflow/python/data/kernel_tests:reduce_test_cpu PASSED in 51.9s //tensorflow/python/data/kernel_tests:scan_test_cpu PASSED in 69.4s //tensorflow/python/data/kernel_tests:sparse_batch_test PASSED in 35.4s //tensorflow/python/data/kernel_tests:unbatch_test PASSED in 69.8s //tensorflow/python/data/util:convert_test PASSED in 10.7s //tensorflow/python/data/util:nest_test PASSED in 10.4s //tensorflow/python/data/util:options_test PASSED in 10.7s //tensorflow/python/data/util:random_seed_test PASSED in 11.3s //tensorflow/python/data/util:sparse_test PASSED in 11.0s //tensorflow/python/data/util:structure_test PASSED in 11.8s //tensorflow/python/data/util:traverse_test PASSED in 11.1s //tensorflow/python/debug/cli:analyzer_cli_test_cpu PASSED in 17.4s //tensorflow/python/debug/cli:cli_config_test PASSED in 9.5s //tensorflow/python/debug/cli:cli_shared_test PASSED in 9.0s //tensorflow/python/debug/cli:command_parser_test PASSED in 9.2s //tensorflow/python/debug/cli:debugger_cli_common_test PASSED in 8.9s //tensorflow/python/debug/cli:evaluator_test PASSED in 9.1s //tensorflow/python/debug/cli:profile_analyzer_cli_test PASSED in 9.5s //tensorflow/python/debug/cli:readline_ui_test PASSED in 9.0s //tensorflow/python/debug/cli:tensor_format_test PASSED in 9.1s //tensorflow/python/debug/lib:check_numerics_callback_test_cpu PASSED in 21.9s //tensorflow/python/debug/lib:common_test PASSED in 9.3s //tensorflow/python/debug/lib:debug_data_test PASSED in 9.0s //tensorflow/python/debug/lib:debug_events_monitors_test PASSED in 10.3s //tensorflow/python/debug/lib:debug_events_writer_test PASSED in 10.6s //tensorflow/python/debug/lib:debug_gradients_test_cpu PASSED in 15.1s //tensorflow/python/debug/lib:debug_graph_reconstruction_test_cpu PASSED in 20.2s //tensorflow/python/debug/lib:debug_graphs_test PASSED in 9.0s //tensorflow/python/debug/lib:debug_grappler_test_cpu PASSED in 16.5s //tensorflow/python/debug/lib:debug_utils_test PASSED in 8.4s //tensorflow/python/debug/lib:debug_v2_ops_test_cpu PASSED in 24.9s //tensorflow/python/debug/lib:profiling_test PASSED in 8.1s //tensorflow/python/debug/lib:session_debug_file_test_cpu PASSED in 26.3s //tensorflow/python/debug/lib:session_debug_multi_gpu_test_cpu PASSED in 16.2s //tensorflow/python/debug/lib:source_utils_test PASSED in 10.3s //tensorflow/python/debug/wrappers:disk_usage_test PASSED in 10.0s //tensorflow/python/debug/wrappers:dumping_wrapper_test PASSED in 10.0s //tensorflow/python/debug/wrappers:framework_test PASSED in 10.8s //tensorflow/python/debug/wrappers:local_cli_wrapper_test PASSED in 10.4s //tensorflow/python/distribute:checkpoint_utils_test_2gpu PASSED in 22.4s //tensorflow/python/distribute:checkpoint_utils_test_cpu PASSED in 21.2s //tensorflow/python/distribute:checkpointing_test_2gpu PASSED in 20.1s //tensorflow/python/distribute:checkpointing_test_cpu PASSED in 18.7s //tensorflow/python/distribute:collective_util_test PASSED in 12.4s //tensorflow/python/distribute:combinations_test_2gpu PASSED in 33.3s //tensorflow/python/distribute:combinations_test_cpu PASSED in 32.6s //tensorflow/python/distribute:cross_device_utils_test_cpu PASSED in 19.1s //tensorflow/python/distribute:custom_training_loop_gradient_test_2gpu PASSED in 21.0s //tensorflow/python/distribute:custom_training_loop_gradient_test_cpu PASSED in 21.4s //tensorflow/python/distribute:device_util_test_cpu PASSED in 20.3s //tensorflow/python/distribute:distribute_coordinator_test PASSED in 16.2s //tensorflow/python/distribute:distribute_lib_test PASSED in 13.4s //tensorflow/python/distribute:distribute_utils_test_2gpu PASSED in 16.6s //tensorflow/python/distribute:distribute_utils_test_cpu PASSED in 19.0s //tensorflow/python/distribute:input_ops_test_cpu PASSED in 35.5s //tensorflow/python/distribute:metrics_v1_test_2gpu PASSED in 56.8s //tensorflow/python/distribute:metrics_v1_test_cpu PASSED in 61.6s //tensorflow/python/distribute:mirrored_values_test_2gpu PASSED in 25.5s //tensorflow/python/distribute:mirrored_values_test_cpu PASSED in 22.5s //tensorflow/python/distribute:mirrored_variable_test_2gpu PASSED in 47.6s //tensorflow/python/distribute:mirrored_variable_test_cpu PASSED in 46.0s //tensorflow/python/distribute:multi_process_runner_no_init_test PASSED in 10.4s //tensorflow/python/distribute:multi_worker_continuous_run_test_cpu PASSED in 47.4s //tensorflow/python/distribute:multi_worker_util_test PASSED in 9.2s //tensorflow/python/distribute:numpy_dataset_test PASSED in 9.9s //tensorflow/python/distribute:one_device_strategy_test_cpu PASSED in 40.1s //tensorflow/python/distribute:packed_distributed_variable_test PASSED in 10.0s //tensorflow/python/distribute:parameter_server_strategy_test_2gpu PASSED in 38.0s //tensorflow/python/distribute:parameter_server_strategy_test_cpu PASSED in 37.3s //tensorflow/python/distribute:parameter_server_strategy_v2_test_2gpu PASSED in 43.0s //tensorflow/python/distribute:parameter_server_strategy_v2_test_cpu PASSED in 42.7s //tensorflow/python/distribute:per_replica_test_2gpu PASSED in 18.5s //tensorflow/python/distribute:per_replica_test_cpu PASSED in 18.9s //tensorflow/python/distribute:ps_values_test_2gpu PASSED in 15.2s //tensorflow/python/distribute:ps_values_test_cpu PASSED in 16.6s //tensorflow/python/distribute:remote_mirrored_strategy_eager_test_cpu PASSED in 18.2s //tensorflow/python/distribute:sharded_variable_test PASSED in 37.0s //tensorflow/python/distribute:shared_variable_creator_test PASSED in 9.1s //tensorflow/python/distribute:strategy_combinations_test_cpu PASSED in 59.8s //tensorflow/python/distribute:template_mirrored_strategy_test_cpu PASSED in 15.0s //tensorflow/python/distribute:test_util_test_2gpu PASSED in 28.6s //tensorflow/python/distribute:test_util_test_cpu PASSED in 32.4s //tensorflow/python/distribute:tf_function_test_2gpu PASSED in 22.7s //tensorflow/python/distribute:tf_function_test_cpu PASSED in 24.6s //tensorflow/python/distribute:values_v2_test_cpu PASSED in 25.4s //tensorflow/python/distribute:warm_starting_util_test_2gpu PASSED in 21.6s //tensorflow/python/distribute:warm_starting_util_test_cpu PASSED in 22.4s //tensorflow/python/distribute/cluster_resolver:base_cluster_resolver_py_test PASSED in 16.0s //tensorflow/python/distribute/cluster_resolver:gce_cluster_resolver_py_test PASSED in 17.9s //tensorflow/python/distribute/cluster_resolver:kubernetes_cluster_resolver_py_test PASSED in 14.2s //tensorflow/python/distribute/cluster_resolver:sagemaker_cluster_resolver_py_test PASSED in 17.6s //tensorflow/python/distribute/cluster_resolver:slurm_cluster_resolver_py_test PASSED in 15.5s //tensorflow/python/distribute/cluster_resolver:tfconfig_cluster_resolver_py_test PASSED in 15.1s //tensorflow/python/distribute/cluster_resolver/tpu:tpu_cluster_resolver_py_test PASSED in 21.2s //tensorflow/python/distribute/coordinator:watchdog_test PASSED in 70.8s //tensorflow/python/distribute/experimental:dtensor_util_test_cpu PASSED in 14.3s //tensorflow/python/distribute/experimental:mirrored_strategy_test_cpu PASSED in 29.5s //tensorflow/python/distribute/experimental:multi_worker_mirrored_strategy_test_cpu PASSED in 23.9s //tensorflow/python/distribute/integration_test:saved_model_test_cpu PASSED in 125.1s //tensorflow/python/distribute/parallel_device:parallel_device_test_cpu PASSED in 17.1s //tensorflow/python/distribute/v1:all_reduce_test PASSED in 69.5s //tensorflow/python/distribute/v1:cross_device_ops_test_cpu PASSED in 131.1s //tensorflow/python/dlpack:dlpack_test_cpu PASSED in 12.8s //tensorflow/python/eager:cancellation_test_cpu PASSED in 56.4s //tensorflow/python/eager:context_test_cpu PASSED in 64.4s //tensorflow/python/eager:core_test_cpu PASSED in 73.0s //tensorflow/python/eager:gradient_input_output_exclusions_test PASSED in 53.9s //tensorflow/python/eager:graph_only_ops_test_cpu PASSED in 27.2s //tensorflow/python/eager:lift_to_graph_test PASSED in 13.5s //tensorflow/python/eager:monitoring_test_cpu PASSED in 14.3s //tensorflow/python/eager:ops_test_cpu PASSED in 15.7s //tensorflow/python/eager:profiler_client_test PASSED in 10.8s //tensorflow/python/eager:profiler_test_cpu PASSED in 14.5s //tensorflow/python/eager:pywrap_tfe_test PASSED in 27.8s //tensorflow/python/eager:record_test PASSED in 14.7s //tensorflow/python/eager:run_eager_op_as_function_test_cpu PASSED in 15.5s //tensorflow/python/eager:run_eager_op_as_function_xla_test_cpu PASSED in 12.3s //tensorflow/python/eager:small_constants_optimizer_test_cpu PASSED in 259.8s //tensorflow/python/eager:tensor_test_cpu PASSED in 61.7s //tensorflow/python/eager:wrap_function_device_test_cpu PASSED in 15.3s //tensorflow/python/eager:wrap_function_test PASSED in 60.8s //tensorflow/python/eager/memory_tests:remote_memory_test_cpu PASSED in 12.4s //tensorflow/python/eager/polymorphic_function:argument_naming_test_cpu PASSED in 13.3s //tensorflow/python/eager/polymorphic_function:atomic_function_test_cpu PASSED in 13.1s //tensorflow/python/eager/polymorphic_function:collection_test_cpu PASSED in 30.9s //tensorflow/python/eager/polymorphic_function:compiler_ir_test_cpu PASSED in 12.4s //tensorflow/python/eager/polymorphic_function:compiler_ir_test_cpu_mlir_bridge_test PASSED in 13.9s //tensorflow/python/eager/polymorphic_function:concrete_function_test_cpu PASSED in 15.4s //tensorflow/python/eager/polymorphic_function:function_spec_test PASSED in 13.8s //tensorflow/python/eager/polymorphic_function:polymorphic_function_xla_test_cpu PASSED in 12.2s //tensorflow/python/feature_column:sequence_feature_column_integration_test PASSED in 16.2s //tensorflow/python/feature_column:serialization_test PASSED in 21.9s //tensorflow/python/framework:auto_control_deps_test PASSED in 39.2s //tensorflow/python/framework:c_api_util_test PASSED in 15.4s //tensorflow/python/framework:common_shapes_test PASSED in 13.2s //tensorflow/python/framework:composite_tensor_test PASSED in 11.8s //tensorflow/python/framework:config_test_2gpu PASSED in 20.7s //tensorflow/python/framework:config_test_cpu PASSED in 22.4s //tensorflow/python/framework:constant_op_test PASSED in 16.5s //tensorflow/python/framework:device_spec_test PASSED in 13.3s //tensorflow/python/framework:device_test PASSED in 13.7s //tensorflow/python/framework:dtypes_test PASSED in 39.6s //tensorflow/python/framework:error_interpolation_test PASSED in 17.1s //tensorflow/python/framework:errors_test PASSED in 14.4s //tensorflow/python/framework:extension_type_field_test PASSED in 16.3s //tensorflow/python/framework:extension_type_test PASSED in 33.0s //tensorflow/python/framework:file_system_test PASSED in 15.5s //tensorflow/python/framework:flexible_dtypes_test PASSED in 104.3s //tensorflow/python/framework:function_def_to_graph_test PASSED in 14.1s //tensorflow/python/framework:graph_util_test PASSED in 17.3s //tensorflow/python/framework:immutable_dict_test PASSED in 17.1s //tensorflow/python/framework:importer_test PASSED in 23.6s //tensorflow/python/framework:indexed_slices_test PASSED in 19.3s //tensorflow/python/framework:kernels_test PASSED in 15.1s //tensorflow/python/framework:meta_graph_test PASSED in 19.8s //tensorflow/python/framework:node_file_writer_test_cpu PASSED in 16.8s //tensorflow/python/framework:offset_counter_helper_test PASSED in 0.1s //tensorflow/python/framework:op_allowlist_namespace_test PASSED in 6.4s //tensorflow/python/framework:op_callbacks_test_cpu PASSED in 31.7s //tensorflow/python/framework:op_def_library_test PASSED in 18.1s //tensorflow/python/framework:op_def_util_test PASSED in 14.6s //tensorflow/python/framework:ops_enable_eager_test PASSED in 6.7s //tensorflow/python/framework:ops_test PASSED in 39.1s //tensorflow/python/framework:proto_test PASSED in 18.4s //tensorflow/python/framework:py_context_manager_test PASSED in 23.8s //tensorflow/python/framework:python_api_dispatcher_test PASSED in 23.8s //tensorflow/python/framework:python_api_info_test PASSED in 23.9s //tensorflow/python/framework:python_api_parameter_converter_test PASSED in 21.7s //tensorflow/python/framework:python_op_gen_annotation_test PASSED in 13.4s //tensorflow/python/framework:python_op_gen_annotator_test PASSED in 0.1s //tensorflow/python/framework:python_op_gen_test PASSED in 0.1s //tensorflow/python/framework:python_tensor_converter_test PASSED in 20.3s //tensorflow/python/framework:random_seed_test PASSED in 19.9s //tensorflow/python/framework:registry_test PASSED in 14.9s //tensorflow/python/framework:smart_cond_test PASSED in 13.5s //tensorflow/python/framework:sparse_tensor_test PASSED in 14.0s //tensorflow/python/framework:subscribe_test PASSED in 12.5s //tensorflow/python/framework:tensor_shape_test PASSED in 12.8s //tensorflow/python/framework:tensor_test PASSED in 12.9s //tensorflow/python/framework:tensor_util_test PASSED in 13.5s //tensorflow/python/framework:test_combinations_test PASSED in 10.8s //tensorflow/python/framework:test_util_test_cpu PASSED in 20.4s //tensorflow/python/framework:tf2_test PASSED in 12.4s //tensorflow/python/framework:traceable_stack_test PASSED in 63.0s //tensorflow/python/framework:type_spec_test PASSED in 13.4s //tensorflow/python/framework:versions_test PASSED in 13.2s //tensorflow/python/framework:weak_tensor_test PASSED in 16.8s //tensorflow/python/framework/experimental:unified_api_test_cpu PASSED in 33.7s //tensorflow/python/grappler:arithmetic_optimizer_test_cpu PASSED in 14.6s //tensorflow/python/grappler:auto_mixed_precision_test_cpu PASSED in 21.4s //tensorflow/python/grappler:constant_folding_test_cpu PASSED in 12.5s //tensorflow/python/grappler:cost_analyzer_test PASSED in 20.3s //tensorflow/python/grappler:datasets_test PASSED in 17.7s //tensorflow/python/grappler:item_test PASSED in 12.5s //tensorflow/python/grappler:memory_optimizer_test PASSED in 25.1s //tensorflow/python/grappler:model_analyzer_test PASSED in 14.2s //tensorflow/python/grappler:remapper_test_cpu PASSED in 14.1s //tensorflow/python/grappler:tf_optimizer_test PASSED in 13.2s //tensorflow/python/kernel_tests:benchmark_test_cpu PASSED in 13.7s //tensorflow/python/kernel_tests:check_ops_test_cpu PASSED in 31.2s //tensorflow/python/kernel_tests:collective_ops_multi_worker_test PASSED in 42.5s //tensorflow/python/kernel_tests:composite_tensor_ops_test PASSED in 13.5s //tensorflow/python/kernel_tests:critical_section_test_cpu PASSED in 31.1s //tensorflow/python/kernel_tests:garbage_collection_test PASSED in 14.8s //tensorflow/python/kernel_tests:gradient_correctness_test_cpu PASSED in 15.1s //tensorflow/python/kernel_tests:histogram_ops_test_cpu PASSED in 12.7s //tensorflow/python/kernel_tests:logging_ops_test_cpu PASSED in 16.4s //tensorflow/python/kernel_tests:numerics_test_cpu PASSED in 32.9s //tensorflow/python/kernel_tests:template_test PASSED in 61.2s //tensorflow/python/kernel_tests:trace_op_test_cpu PASSED in 56.5s //tensorflow/python/kernel_tests/array_ops:batch_gather_op_test_cpu PASSED in 19.1s //tensorflow/python/kernel_tests/array_ops:batch_scatter_ops_test PASSED in 33.2s //tensorflow/python/kernel_tests/array_ops:batchtospace_op_test_cpu PASSED in 37.2s //tensorflow/python/kernel_tests/array_ops:bcast_ops_test PASSED in 32.5s //tensorflow/python/kernel_tests/array_ops:bitcast_op_test_cpu PASSED in 56.7s //tensorflow/python/kernel_tests/array_ops:broadcast_to_ops_test_cpu PASSED in 40.6s //tensorflow/python/kernel_tests/array_ops:cast_op_test_cpu PASSED in 13.9s //tensorflow/python/kernel_tests/array_ops:constant_op_eager_test_cpu PASSED in 29.4s //tensorflow/python/kernel_tests/array_ops:constant_op_test_cpu PASSED in 32.0s //tensorflow/python/kernel_tests/array_ops:denormal_test_cpu PASSED in 63.0s //tensorflow/python/kernel_tests/array_ops:depthtospace_op_test_cpu PASSED in 64.9s //tensorflow/python/kernel_tests/array_ops:edit_distance_op_test PASSED in 13.1s //tensorflow/python/kernel_tests/array_ops:fingerprint_op_test PASSED in 13.0s //tensorflow/python/kernel_tests/array_ops:gather_nd_op_test_cpu PASSED in 14.4s //tensorflow/python/kernel_tests/array_ops:identity_n_op_py_test PASSED in 27.8s //tensorflow/python/kernel_tests/array_ops:identity_op_py_test PASSED in 12.2s //tensorflow/python/kernel_tests/array_ops:large_concat_op_test_cpu PASSED in 64.4s //tensorflow/python/kernel_tests/array_ops:manip_ops_test_cpu PASSED in 81.1s //tensorflow/python/kernel_tests/array_ops:one_hot_op_test_cpu PASSED in 29.5s //tensorflow/python/kernel_tests/array_ops:pad_op_test_cpu PASSED in 37.2s //tensorflow/python/kernel_tests/array_ops:reshape_op_test_cpu PASSED in 12.4s //tensorflow/python/kernel_tests/array_ops:reverse_sequence_op_test_cpu PASSED in 14.0s //tensorflow/python/kernel_tests/array_ops:scalar_test_cpu PASSED in 15.3s //tensorflow/python/kernel_tests/array_ops:shape_ops_test_cpu PASSED in 23.2s //tensorflow/python/kernel_tests/array_ops:slice_op_test_cpu PASSED in 14.7s //tensorflow/python/kernel_tests/array_ops:spacetobatch_op_test_cpu PASSED in 25.9s //tensorflow/python/kernel_tests/array_ops:spacetodepth_op_test_cpu PASSED in 14.9s //tensorflow/python/kernel_tests/array_ops:stack_op_test_cpu PASSED in 24.7s //tensorflow/python/kernel_tests/array_ops:unique_op_test_cpu PASSED in 15.8s //tensorflow/python/kernel_tests/array_ops:unstack_op_test_cpu PASSED in 18.1s //tensorflow/python/kernel_tests/array_ops:where_op_test_cpu PASSED in 21.7s //tensorflow/python/kernel_tests/control_flow:cond_v2_test_cpu PASSED in 82.5s //tensorflow/python/kernel_tests/control_flow:control_flow_util_test PASSED in 15.8s //tensorflow/python/kernel_tests/control_flow:control_flow_util_v2_test PASSED in 14.0s //tensorflow/python/kernel_tests/control_flow:py_func_test_cpu PASSED in 26.0s //tensorflow/python/kernel_tests/control_flow:scan_ops_test_cpu PASSED in 117.8s //tensorflow/python/kernel_tests/control_flow:while_v2_test_cpu PASSED in 81.5s //tensorflow/python/kernel_tests/custom_ops:ackermann_test PASSED in 13.7s //tensorflow/python/kernel_tests/custom_ops:duplicate_op_test PASSED in 13.9s //tensorflow/python/kernel_tests/custom_ops:invalid_op_test PASSED in 13.6s //tensorflow/python/kernel_tests/data_structures:conditional_accumulator_test PASSED in 15.6s //tensorflow/python/kernel_tests/data_structures:dynamic_partition_op_test_2gpu PASSED in 22.1s //tensorflow/python/kernel_tests/data_structures:dynamic_partition_op_test_cpu PASSED in 19.2s //tensorflow/python/kernel_tests/data_structures:dynamic_stitch_op_test_cpu PASSED in 14.5s //tensorflow/python/kernel_tests/data_structures:fifo_queue_test PASSED in 19.4s //tensorflow/python/kernel_tests/data_structures:list_ops_test_cpu PASSED in 36.1s //tensorflow/python/kernel_tests/data_structures:listdiff_op_test PASSED in 14.1s //tensorflow/python/kernel_tests/data_structures:lookup_ops_test PASSED in 39.3s //tensorflow/python/kernel_tests/data_structures:map_ops_test PASSED in 23.8s //tensorflow/python/kernel_tests/data_structures:padding_fifo_queue_test_cpu PASSED in 14.9s //tensorflow/python/kernel_tests/data_structures:priority_queue_test PASSED in 14.5s //tensorflow/python/kernel_tests/data_structures:stack_ops_test_cpu PASSED in 16.9s //tensorflow/python/kernel_tests/data_structures:stage_op_test_cpu PASSED in 18.4s //tensorflow/python/kernel_tests/distributions:bernoulli_test_cpu PASSED in 24.7s //tensorflow/python/kernel_tests/distributions:bijector_test_cpu PASSED in 17.4s //tensorflow/python/kernel_tests/distributions:categorical_test_cpu PASSED in 21.4s //tensorflow/python/kernel_tests/distributions:dirichlet_multinomial_test_cpu PASSED in 23.9s //tensorflow/python/kernel_tests/distributions:dirichlet_test_cpu PASSED in 32.2s //tensorflow/python/kernel_tests/distributions:exponential_test_cpu PASSED in 28.4s //tensorflow/python/kernel_tests/distributions:gamma_test_cpu PASSED in 77.5s //tensorflow/python/kernel_tests/distributions:identity_bijector_test_cpu PASSED in 17.7s //tensorflow/python/kernel_tests/distributions:kullback_leibler_test_cpu PASSED in 18.0s //tensorflow/python/kernel_tests/distributions:laplace_test_cpu PASSED in 52.3s //tensorflow/python/kernel_tests/distributions:multinomial_test_cpu PASSED in 16.9s //tensorflow/python/kernel_tests/distributions:normal_test_cpu PASSED in 44.0s //tensorflow/python/kernel_tests/distributions:special_math_test_cpu PASSED in 36.5s //tensorflow/python/kernel_tests/distributions:uniform_test_cpu PASSED in 23.4s //tensorflow/python/kernel_tests/image_ops:attention_ops_test PASSED in 13.3s //tensorflow/python/kernel_tests/image_ops:decode_bmp_op_test PASSED in 15.1s //tensorflow/python/kernel_tests/image_ops:decode_compressed_op_test PASSED in 12.6s //tensorflow/python/kernel_tests/image_ops:decode_image_op_test PASSED in 15.0s //tensorflow/python/kernel_tests/image_ops:decode_png_op_test PASSED in 15.5s //tensorflow/python/kernel_tests/image_ops:decode_raw_op_test PASSED in 18.0s //tensorflow/python/kernel_tests/image_ops:draw_bounding_box_op_test_cpu PASSED in 16.6s //tensorflow/python/kernel_tests/image_ops:extract_image_patches_op_test_cpu PASSED in 15.1s //tensorflow/python/kernel_tests/image_ops:extract_volume_patches_op_test_cpu PASSED in 14.9s //tensorflow/python/kernel_tests/io_ops:checkpoint_ops_test PASSED in 17.3s //tensorflow/python/kernel_tests/io_ops:decode_csv_op_test PASSED in 14.7s //tensorflow/python/kernel_tests/io_ops:io_ops_test PASSED in 16.6s //tensorflow/python/kernel_tests/io_ops:parse_single_example_op_test PASSED in 18.6s //tensorflow/python/kernel_tests/io_ops:parsing_ops_test PASSED in 52.5s //tensorflow/python/kernel_tests/io_ops:reader_ops_test PASSED in 19.3s //tensorflow/python/kernel_tests/io_ops:record_input_test PASSED in 97.6s //tensorflow/python/kernel_tests/io_ops:save_restore_ops_test PASSED in 14.0s //tensorflow/python/kernel_tests/linalg:determinant_op_test_cpu PASSED in 14.2s //tensorflow/python/kernel_tests/linalg:linear_operator_addition_test_cpu PASSED in 17.3s //tensorflow/python/kernel_tests/linalg:linear_operator_test_cpu PASSED in 18.7s //tensorflow/python/kernel_tests/linalg:lu_op_test_cpu PASSED in 16.6s //tensorflow/python/kernel_tests/linalg:matrix_inverse_op_test_cpu PASSED in 15.1s //tensorflow/python/kernel_tests/linalg:matrix_logarithm_op_test PASSED in 82.2s //tensorflow/python/kernel_tests/linalg:matrix_solve_ls_op_test_cpu PASSED in 50.4s //tensorflow/python/kernel_tests/linalg:matrix_solve_op_test_cpu PASSED in 30.7s //tensorflow/python/kernel_tests/linalg:matrix_square_root_op_test_cpu PASSED in 12.5s //tensorflow/python/kernel_tests/linalg:slicing_test_cpu PASSED in 21.9s //tensorflow/python/kernel_tests/linalg/sparse:conjugate_gradient_test_cpu PASSED in 22.1s //tensorflow/python/kernel_tests/linalg/sparse:csr_sparse_matrix_test_cpu PASSED in 14.2s //tensorflow/python/kernel_tests/math_ops:aggregate_ops_test_cpu PASSED in 17.1s //tensorflow/python/kernel_tests/math_ops:argmax_op_test_cpu PASSED in 16.1s //tensorflow/python/kernel_tests/math_ops:banded_triangular_solve_op_test_cpu PASSED in 19.7s //tensorflow/python/kernel_tests/math_ops:basic_gpu_test_cpu PASSED in 16.1s //tensorflow/python/kernel_tests/math_ops:bincount_op_test_cpu PASSED in 19.9s //tensorflow/python/kernel_tests/math_ops:bucketize_op_test_cpu PASSED in 16.4s //tensorflow/python/kernel_tests/math_ops:clip_ops_test PASSED in 19.3s //tensorflow/python/kernel_tests/math_ops:confusion_matrix_test PASSED in 17.6s //tensorflow/python/kernel_tests/math_ops:cross_grad_test_cpu PASSED in 13.9s //tensorflow/python/kernel_tests/math_ops:cumulative_logsumexp_test_cpu PASSED in 18.6s //tensorflow/python/kernel_tests/math_ops:in_topk_op_test_cpu PASSED in 15.2s //tensorflow/python/kernel_tests/math_ops:segment_reduction_ops_d9m_test_cpu PASSED in 15.2s //tensorflow/python/kernel_tests/math_ops:sets_test PASSED in 52.0s //tensorflow/python/kernel_tests/math_ops:topk_op_test_cpu PASSED in 19.2s //tensorflow/python/kernel_tests/math_ops:zero_division_test_cpu PASSED in 17.3s //tensorflow/python/kernel_tests/nn_ops:betainc_op_test_cpu PASSED in 18.1s //tensorflow/python/kernel_tests/nn_ops:bias_op_test_cpu PASSED in 262.5s //tensorflow/python/kernel_tests/nn_ops:conv1d_test_cpu PASSED in 15.3s //tensorflow/python/kernel_tests/nn_ops:conv1d_transpose_test_cpu PASSED in 14.3s //tensorflow/python/kernel_tests/nn_ops:conv2d_transpose_test_cpu PASSED in 14.1s //tensorflow/python/kernel_tests/nn_ops:conv3d_backprop_filter_v2_grad_test_cpu PASSED in 20.7s //tensorflow/python/kernel_tests/nn_ops:conv3d_transpose_test_cpu PASSED in 13.5s //tensorflow/python/kernel_tests/nn_ops:ctc_decoder_ops_test PASSED in 17.3s //tensorflow/python/kernel_tests/nn_ops:ctc_loss_op_test_cpu PASSED in 143.9s //tensorflow/python/kernel_tests/nn_ops:cudnn_d9m_test_cpu PASSED in 13.3s //tensorflow/python/kernel_tests/nn_ops:cudnn_deterministic_ops_test_cpu PASSED in 13.2s //tensorflow/python/kernel_tests/nn_ops:losses_test PASSED in 50.2s //tensorflow/python/kernel_tests/nn_ops:lrn_op_test_cpu PASSED in 20.6s //tensorflow/python/kernel_tests/nn_ops:morphological_ops_test_cpu PASSED in 25.0s //tensorflow/python/kernel_tests/nn_ops:nth_element_op_test_cpu PASSED in 14.6s //tensorflow/python/kernel_tests/nn_ops:pool_test_cpu PASSED in 50.4s //tensorflow/python/kernel_tests/nn_ops:pooling_ops_3d_test_cpu PASSED in 31.8s //tensorflow/python/kernel_tests/nn_ops:relu_op_test_cpu PASSED in 22.7s //tensorflow/python/kernel_tests/nn_ops:softmax_op_test_cpu PASSED in 16.3s //tensorflow/python/kernel_tests/nn_ops:softplus_op_test_cpu PASSED in 15.1s //tensorflow/python/kernel_tests/nn_ops:softsign_op_test_cpu PASSED in 13.6s //tensorflow/python/kernel_tests/nn_ops:xent_op_d9m_test_cpu PASSED in 209.7s //tensorflow/python/kernel_tests/nn_ops:xent_op_test_cpu PASSED in 15.2s //tensorflow/python/kernel_tests/proto:decode_proto_op_test PASSED in 16.0s //tensorflow/python/kernel_tests/proto:descriptor_source_test PASSED in 16.1s //tensorflow/python/kernel_tests/proto:encode_proto_op_test PASSED in 15.4s //tensorflow/python/kernel_tests/quantization_ops:quantization_ops_test PASSED in 13.8s //tensorflow/python/kernel_tests/random:candidate_sampler_ops_test PASSED in 15.7s //tensorflow/python/kernel_tests/random:multinomial_op_test_cpu PASSED in 16.9s //tensorflow/python/kernel_tests/random:parameterized_truncated_normal_op_test_cpu PASSED in 29.8s //tensorflow/python/kernel_tests/random:random_crop_test_cpu PASSED in 21.7s //tensorflow/python/kernel_tests/random:random_grad_test_cpu PASSED in 21.9s //tensorflow/python/kernel_tests/random:random_ops_test_cpu PASSED in 33.2s //tensorflow/python/kernel_tests/random:random_poisson_test_cpu PASSED in 26.8s //tensorflow/python/kernel_tests/random:random_shuffle_queue_test PASSED in 16.0s //tensorflow/python/kernel_tests/random:stateful_random_ops_test_cpu PASSED in 33.4s //tensorflow/python/kernel_tests/signal:mel_ops_test_cpu PASSED in 28.7s //tensorflow/python/kernel_tests/signal:mfcc_ops_test_cpu PASSED in 15.0s //tensorflow/python/kernel_tests/signal:reconstruction_ops_test_cpu PASSED in 23.6s //tensorflow/python/kernel_tests/signal:shape_ops_test_cpu PASSED in 41.0s //tensorflow/python/kernel_tests/sparse_ops:sparse_add_op_test PASSED in 18.5s //tensorflow/python/kernel_tests/sparse_ops:sparse_concat_op_test PASSED in 17.3s //tensorflow/python/kernel_tests/sparse_ops:sparse_conditional_accumulator_test PASSED in 20.4s //tensorflow/python/kernel_tests/sparse_ops:sparse_cross_op_test PASSED in 26.0s //tensorflow/python/kernel_tests/sparse_ops:sparse_matmul_op_test_cpu PASSED in 67.0s //tensorflow/python/kernel_tests/sparse_ops:sparse_reorder_op_test PASSED in 25.8s //tensorflow/python/kernel_tests/sparse_ops:sparse_reshape_op_test PASSED in 62.6s //tensorflow/python/kernel_tests/sparse_ops:sparse_serialization_ops_test PASSED in 13.9s //tensorflow/python/kernel_tests/sparse_ops:sparse_slice_op_test PASSED in 29.7s //tensorflow/python/kernel_tests/sparse_ops:sparse_split_op_test_cpu PASSED in 12.1s //tensorflow/python/kernel_tests/sparse_ops:sparse_tensor_dense_matmul_grad_test_cpu PASSED in 25.5s //tensorflow/python/kernel_tests/sparse_ops:sparse_tensor_dense_matmul_op_d9m_test_cpu PASSED in 49.7s //tensorflow/python/kernel_tests/sparse_ops:sparse_tensor_dense_matmul_op_test_cpu PASSED in 36.7s //tensorflow/python/kernel_tests/sparse_ops:sparse_tensors_map_ops_test PASSED in 16.1s //tensorflow/python/kernel_tests/sparse_ops:sparse_to_dense_op_py_test_cpu PASSED in 15.0s //tensorflow/python/kernel_tests/sparse_ops:sparse_xent_op_d9m_test_cpu PASSED in 101.7s //tensorflow/python/kernel_tests/sparse_ops:sparse_xent_op_test_cpu PASSED in 15.1s //tensorflow/python/kernel_tests/sparse_ops:sparsemask_op_test PASSED in 12.8s //tensorflow/python/kernel_tests/strings_ops:as_string_op_test PASSED in 14.1s //tensorflow/python/kernel_tests/strings_ops:base64_ops_test PASSED in 16.3s //tensorflow/python/kernel_tests/strings_ops:reduce_join_op_test_cpu PASSED in 13.6s //tensorflow/python/kernel_tests/strings_ops:regex_full_match_op_test PASSED in 14.6s //tensorflow/python/kernel_tests/strings_ops:regex_replace_op_test PASSED in 12.6s //tensorflow/python/kernel_tests/strings_ops:string_bytes_split_op_test PASSED in 14.8s //tensorflow/python/kernel_tests/strings_ops:string_format_op_test PASSED in 15.5s //tensorflow/python/kernel_tests/strings_ops:string_join_op_test PASSED in 12.6s //tensorflow/python/kernel_tests/strings_ops:string_length_op_test PASSED in 16.8s //tensorflow/python/kernel_tests/strings_ops:string_lower_op_test PASSED in 14.8s //tensorflow/python/kernel_tests/strings_ops:string_split_op_test PASSED in 17.2s //tensorflow/python/kernel_tests/strings_ops:string_strip_op_test PASSED in 15.4s //tensorflow/python/kernel_tests/strings_ops:string_to_hash_bucket_op_test_cpu PASSED in 17.3s //tensorflow/python/kernel_tests/strings_ops:string_to_number_op_test_cpu PASSED in 16.5s //tensorflow/python/kernel_tests/strings_ops:string_upper_op_test PASSED in 15.8s //tensorflow/python/kernel_tests/strings_ops:substr_op_test PASSED in 15.9s //tensorflow/python/kernel_tests/strings_ops:unicode_decode_op_test PASSED in 29.4s //tensorflow/python/kernel_tests/strings_ops:unicode_encode_op_test PASSED in 14.8s //tensorflow/python/kernel_tests/strings_ops:unicode_script_op_test PASSED in 15.0s //tensorflow/python/kernel_tests/strings_ops:unicode_transcode_op_test PASSED in 16.9s //tensorflow/python/kernel_tests/strings_ops:unsorted_segment_join_op_test_cpu PASSED in 14.5s //tensorflow/python/kernel_tests/summary_ops:summary_ops_test_cpu PASSED in 29.0s //tensorflow/python/kernel_tests/summary_ops:summary_v1_audio_op_test_cpu PASSED in 18.7s //tensorflow/python/kernel_tests/summary_ops:summary_v1_image_op_test_cpu PASSED in 16.9s //tensorflow/python/kernel_tests/summary_ops:summary_v1_ops_test PASSED in 15.7s //tensorflow/python/kernel_tests/summary_ops:summary_v1_tensor_op_test PASSED in 18.9s //tensorflow/python/kernel_tests/v1_compat_tests:array_ops_test_cpu PASSED in 16.7s //tensorflow/python/kernel_tests/v1_compat_tests:dense_update_ops_test_cpu PASSED in 15.8s //tensorflow/python/kernel_tests/v1_compat_tests:identity_op_py_test PASSED in 14.2s //tensorflow/python/kernel_tests/v1_compat_tests:scatter_nd_ops_test_cpu PASSED in 13.1s //tensorflow/python/kernel_tests/v1_compat_tests:session_ops_test_cpu PASSED in 17.2s //tensorflow/python/kernel_tests/v1_compat_tests:stack_op_test_cpu PASSED in 17.3s //tensorflow/python/kernel_tests/variables:dense_update_ops_no_tsan_test_cpu PASSED in 16.5s //tensorflow/python/kernel_tests/variables:dense_update_ops_test_cpu PASSED in 14.9s //tensorflow/python/kernel_tests/variables:partitioned_variables_test PASSED in 21.6s //tensorflow/python/kernel_tests/variables:resource_variable_ops_test_cpu PASSED in 79.5s //tensorflow/python/kernel_tests/variables:variable_ops_test_cpu PASSED in 16.5s //tensorflow/python/kernel_tests/variables:variable_scope_test PASSED in 44.3s //tensorflow/python/kernel_tests/variables:variables_test PASSED in 21.8s //tensorflow/python/lib/io:file_io_test PASSED in 18.1s //tensorflow/python/lib/io:tf_record_test PASSED in 17.1s //tensorflow/python/module:module_test PASSED in 18.8s //tensorflow/python/ops:array_grad_test_cpu PASSED in 20.0s //tensorflow/python/ops:array_ops_shape_test PASSED in 11.5s //tensorflow/python/ops:array_ops_test PASSED in 10.9s //tensorflow/python/ops:autograph_ops_test PASSED in 11.0s //tensorflow/python/ops:bincount_ops_test_cpu PASSED in 16.2s //tensorflow/python/ops:bitwise_ops_test_cpu PASSED in 18.2s //tensorflow/python/ops:clip_ops_test PASSED in 17.2s //tensorflow/python/ops:clustering_ops_test PASSED in 28.5s //tensorflow/python/ops:collective_ops_gpu_test_cpu PASSED in 20.8s //tensorflow/python/ops:collective_ops_test PASSED in 29.5s //tensorflow/python/ops:collective_ops_xla_test PASSED in 17.0s //tensorflow/python/ops:compiled_collective_ops_gpu_test_2gpu PASSED in 17.6s //tensorflow/python/ops:compiled_collective_ops_gpu_test_cpu PASSED in 14.9s //tensorflow/python/ops:control_flow_v2_enable_test PASSED in 10.8s //tensorflow/python/ops:control_flow_v2_toggles_test PASSED in 13.9s //tensorflow/python/ops:dequantize_op_test PASSED in 25.4s //tensorflow/python/ops:embedding_ops_test_cpu PASSED in 20.5s //tensorflow/python/ops:factory_ops_test_cpu PASSED in 31.2s //tensorflow/python/ops:functional_ops_test PASSED in 9.7s //tensorflow/python/ops:gradient_checker_v2_test_cpu PASSED in 48.9s //tensorflow/python/ops:gradients_test_cpu PASSED in 39.5s //tensorflow/python/ops:init_ops_test_cpu PASSED in 15.8s //tensorflow/python/ops:init_ops_v2_test_cpu PASSED in 22.4s //tensorflow/python/ops:lookup_ops_async_checkpoint_test PASSED in 16.4s //tensorflow/python/ops:math_grad_test_cpu PASSED in 33.8s //tensorflow/python/ops:math_ops_linspace_test_cpu PASSED in 15.6s //tensorflow/python/ops:math_ops_test_cpu PASSED in 49.8s //tensorflow/python/ops:nn_grad_test_cpu PASSED in 18.0s //tensorflow/python/ops:nn_loss_scaling_utilities_test PASSED in 13.2s //tensorflow/python/ops:nn_test_cpu PASSED in 91.4s //tensorflow/python/ops:nn_xent_test_cpu PASSED in 15.4s //tensorflow/python/ops:op_selector_test PASSED in 9.0s //tensorflow/python/ops:quantized_conv_ops_test PASSED in 11.7s //tensorflow/python/ops:quantized_ops_test PASSED in 12.0s //tensorflow/python/ops:raw_ops_test_cpu PASSED in 13.7s //tensorflow/python/ops:rnn_grad_test_cpu PASSED in 14.5s //tensorflow/python/ops:script_ops_test PASSED in 9.5s //tensorflow/python/ops:sort_ops_test PASSED in 16.1s //tensorflow/python/ops:sparse_bincount_ops_test_cpu PASSED in 20.2s //tensorflow/python/ops:sparse_ops_test PASSED in 21.6s //tensorflow/python/ops:tensor_array_ops_test PASSED in 10.1s //tensorflow/python/ops:variable_spec_test PASSED in 15.2s //tensorflow/python/ops:weak_tensor_array_ops_test PASSED in 9.0s //tensorflow/python/ops:weak_tensor_constant_op_test PASSED in 21.0s //tensorflow/python/ops:weak_tensor_image_ops_test PASSED in 9.6s //tensorflow/python/ops:weak_tensor_math_ops_test PASSED in 24.2s //tensorflow/python/ops:weak_tensor_nn_test_cpu PASSED in 23.0s //tensorflow/python/ops:weak_tensor_np_array_ops_test PASSED in 35.7s //tensorflow/python/ops:weak_tensor_np_math_ops_test PASSED in 10.9s //tensorflow/python/ops:weak_tensor_ops_test PASSED in 77.6s //tensorflow/python/ops/losses:util_test PASSED in 8.8s //tensorflow/python/ops/memory_tests:custom_gradient_memory_test_cpu PASSED in 30.3s //tensorflow/python/ops/numpy_ops:np_array_ops_test_cpu PASSED in 100.3s //tensorflow/python/ops/numpy_ops:np_arrays_test_cpu PASSED in 28.5s //tensorflow/python/ops/numpy_ops:np_dtypes_test_cpu PASSED in 15.4s //tensorflow/python/ops/numpy_ops:np_interop_test_cpu PASSED in 90.8s //tensorflow/python/ops/numpy_ops:np_logic_test_cpu PASSED in 17.0s //tensorflow/python/ops/numpy_ops:np_math_ops_test_cpu PASSED in 39.0s //tensorflow/python/ops/numpy_ops:np_random_test_cpu PASSED in 76.5s //tensorflow/python/ops/numpy_ops:np_utils_test_cpu PASSED in 14.0s //tensorflow/python/ops/numpy_ops/integration_test:np_config_test_cpu PASSED in 37.5s //tensorflow/python/ops/numpy_ops/integration_test:public_symbol_test PASSED in 34.4s //tensorflow/python/ops/parallel_for:array_test_cpu PASSED in 66.5s //tensorflow/python/ops/parallel_for:gradients_test_cpu PASSED in 23.6s //tensorflow/python/ops/parallel_for:pfor_test PASSED in 8.9s //tensorflow/python/ops/parallel_for:xla_control_flow_ops_test_cpu PASSED in 75.9s //tensorflow/python/ops/ragged:convert_to_tensor_or_ragged_tensor_op_test PASSED in 9.1s //tensorflow/python/ops/ragged:ragged_batch_gather_op_test PASSED in 42.9s //tensorflow/python/ops/ragged:ragged_bincount_ops_test_cpu PASSED in 15.1s //tensorflow/python/ops/ragged:ragged_bitcast_op_test PASSED in 8.8s //tensorflow/python/ops/ragged:ragged_boolean_mask_op_test PASSED in 17.0s //tensorflow/python/ops/ragged:ragged_concat_op_test PASSED in 12.7s //tensorflow/python/ops/ragged:ragged_const_op_test PASSED in 10.0s //tensorflow/python/ops/ragged:ragged_constant_value_op_test PASSED in 9.6s //tensorflow/python/ops/ragged:ragged_cross_op_test PASSED in 22.0s //tensorflow/python/ops/ragged:ragged_dispatch_test PASSED in 117.4s //tensorflow/python/ops/ragged:ragged_dynamic_partition_op_test_cpu PASSED in 31.5s //tensorflow/python/ops/ragged:ragged_eager_test PASSED in 9.4s //tensorflow/python/ops/ragged:ragged_expand_dims_op_test PASSED in 9.3s //tensorflow/python/ops/ragged:ragged_factory_ops_test_cpu PASSED in 33.3s //tensorflow/python/ops/ragged:ragged_fill_empty_rows_op_test PASSED in 10.8s //tensorflow/python/ops/ragged:ragged_from_sparse_op_test PASSED in 10.6s //tensorflow/python/ops/ragged:ragged_from_tensor_op_test PASSED in 20.1s //tensorflow/python/ops/ragged:ragged_gather_nd_op_test PASSED in 11.8s //tensorflow/python/ops/ragged:ragged_map_flat_values_op_test PASSED in 11.9s //tensorflow/python/ops/ragged:ragged_map_fn_op_test PASSED in 15.8s //tensorflow/python/ops/ragged:ragged_math_ops_test PASSED in 14.8s //tensorflow/python/ops/ragged:ragged_matmul_op_test PASSED in 34.4s //tensorflow/python/ops/ragged:ragged_merge_dims_op_test PASSED in 26.4s //tensorflow/python/ops/ragged:ragged_one_hot_op_test PASSED in 11.2s //tensorflow/python/ops/ragged:ragged_operators_test PASSED in 21.4s //tensorflow/python/ops/ragged:ragged_placeholder_op_test PASSED in 9.1s //tensorflow/python/ops/ragged:ragged_print_op_test PASSED in 15.6s //tensorflow/python/ops/ragged:ragged_range_op_test PASSED in 9.1s //tensorflow/python/ops/ragged:ragged_rank_op_test PASSED in 8.9s //tensorflow/python/ops/ragged:ragged_reduce_op_test PASSED in 32.6s //tensorflow/python/ops/ragged:ragged_resize_image_op_test PASSED in 18.3s //tensorflow/python/ops/ragged:ragged_reverse_op_test PASSED in 9.2s //tensorflow/python/ops/ragged:ragged_row_lengths_op_test PASSED in 9.8s //tensorflow/python/ops/ragged:ragged_row_splits_to_segment_ids_op_test PASSED in 9.3s //tensorflow/python/ops/ragged:ragged_segment_ids_to_row_splits_op_test PASSED in 9.3s //tensorflow/python/ops/ragged:ragged_segment_op_test PASSED in 15.3s //tensorflow/python/ops/ragged:ragged_size_op_test PASSED in 9.3s //tensorflow/python/ops/ragged:ragged_split_op_test PASSED in 41.6s //tensorflow/python/ops/ragged:ragged_squeeze_op_test PASSED in 18.1s //tensorflow/python/ops/ragged:ragged_stack_op_test PASSED in 13.4s //tensorflow/python/ops/ragged:ragged_tensor_bounding_shape_op_test PASSED in 10.8s //tensorflow/python/ops/ragged:ragged_tensor_shape_test PASSED in 59.2s //tensorflow/python/ops/ragged:ragged_tile_op_test PASSED in 44.0s //tensorflow/python/ops/ragged:ragged_to_sparse_op_test PASSED in 9.7s //tensorflow/python/ops/ragged:ragged_to_tensor_op_test PASSED in 61.8s //tensorflow/python/ops/ragged:ragged_util_test PASSED in 22.2s //tensorflow/python/ops/ragged:ragged_where_op_test PASSED in 31.7s //tensorflow/python/ops/ragged:row_partition_test PASSED in 26.7s //tensorflow/python/ops/ragged:string_ngrams_op_test PASSED in 9.9s //tensorflow/python/ops/ragged:strings_reduce_join_op_test PASSED in 10.5s //tensorflow/python/ops/structured:structured_array_ops_test PASSED in 43.3s //tensorflow/python/ops/structured:structured_tensor_slice_test PASSED in 55.9s //tensorflow/python/ops/structured:structured_tensor_spec_test PASSED in 13.7s //tensorflow/python/ops/structured:structured_tensor_test PASSED in 42.1s //tensorflow/python/ops/v1_compat_tests:gradient_checker_test_cpu PASSED in 17.9s //tensorflow/python/platform:benchmark_test PASSED in 16.8s //tensorflow/python/platform:build_info_test PASSED in 15.5s //tensorflow/python/platform:resource_loader_test PASSED in 4.4s //tensorflow/python/profiler:pprof_profiler_test PASSED in 9.6s //tensorflow/python/profiler:profile_context_test_cpu PASSED in 47.2s //tensorflow/python/profiler:profiler_client_test_cpu PASSED in 13.4s //tensorflow/python/profiler:profiler_test_cpu PASSED in 35.0s //tensorflow/python/profiler:profiler_v2_test_cpu PASSED in 16.1s //tensorflow/python/profiler:profiler_wrapper_test PASSED in 9.3s //tensorflow/python/profiler:tfprof_logger_test PASSED in 15.9s //tensorflow/python/profiler/internal:flops_registry_test PASSED in 9.0s //tensorflow/python/profiler/internal:print_model_analysis_test PASSED in 9.0s //tensorflow/python/profiler/internal:run_metadata_test_cpu PASSED in 26.6s //tensorflow/python/saved_model:fingerprinting_test PASSED in 18.9s //tensorflow/python/saved_model:load_v1_in_v2_test PASSED in 39.0s //tensorflow/python/saved_model:loader_test PASSED in 18.2s //tensorflow/python/saved_model:method_name_updater_test PASSED in 12.6s //tensorflow/python/saved_model:metrics_test PASSED in 18.8s //tensorflow/python/saved_model:nested_structure_coder_test PASSED in 14.7s //tensorflow/python/saved_model:pywrap_saved_model_fingerprinting_test PASSED in 14.8s //tensorflow/python/saved_model:pywrap_saved_model_metrics_test PASSED in 12.7s //tensorflow/python/saved_model:revived_types_test PASSED in 11.2s //tensorflow/python/saved_model:save_context_test PASSED in 13.7s //tensorflow/python/saved_model:save_test PASSED in 55.6s //tensorflow/python/saved_model:saved_model_test PASSED in 34.8s //tensorflow/python/saved_model:signature_def_utils_test PASSED in 10.8s //tensorflow/python/saved_model:simple_save_test PASSED in 14.0s //tensorflow/python/saved_model:tracing_utils_test PASSED in 17.0s //tensorflow/python/saved_model:utils_test PASSED in 15.0s //tensorflow/python/saved_model/model_utils:export_output_test PASSED in 10.5s //tensorflow/python/saved_model/model_utils:export_test PASSED in 13.2s //tensorflow/python/saved_model/model_utils:mode_keys_test PASSED in 8.8s //tensorflow/python/saved_model/registration:registration_saving_test PASSED in 25.5s //tensorflow/python/saved_model/registration:registration_test PASSED in 12.9s //tensorflow/python/saved_model/registration:tf_registration_test PASSED in 33.0s //tensorflow/python/saved_model/tests:variable_wrapper_test PASSED in 15.0s //tensorflow/python/summary:plugin_asset_test PASSED in 11.4s //tensorflow/python/summary:summary_iterator_test PASSED in 12.8s //tensorflow/python/summary:summary_test PASSED in 16.1s //tensorflow/python/summary:summary_v2_test PASSED in 15.2s //tensorflow/python/summary/writer:writer_test PASSED in 30.0s //tensorflow/python/tools:aot_compiled_test PASSED in 25.3s //tensorflow/python/tools:freeze_graph_test PASSED in 11.5s //tensorflow/python/tools:optimize_for_inference_test PASSED in 9.4s //tensorflow/python/tools:print_selective_registration_header_test PASSED in 9.8s //tensorflow/python/tools:saved_model_cli_test PASSED in 23.7s //tensorflow/python/tools:saved_model_utils_test PASSED in 9.6s //tensorflow/python/tools:strip_unused_test PASSED in 9.4s //tensorflow/python/tools/api/generator:create_python_api_test PASSED in 10.8s //tensorflow/python/tools/api/generator:output_init_files_test PASSED in 19.0s //tensorflow/python/tools/api/generator:tensorflow_doc_srcs_test PASSED in 9.2s //tensorflow/python/tools/api/generator2/extractor:extractor_test PASSED in 2.8s //tensorflow/python/tools/api/generator2/generator:generator_test PASSED in 2.5s //tensorflow/python/tools/api/generator2/shared:exported_api_test PASSED in 8.9s //tensorflow/python/tpu:bfloat16_test PASSED in 12.4s //tensorflow/python/tpu:feature_column_test PASSED in 25.0s //tensorflow/python/tpu:topology_test PASSED in 15.3s //tensorflow/python/tpu:tpu_embedding_for_serving_test PASSED in 18.2s //tensorflow/python/tpu:tpu_embedding_v2_utils_test PASSED in 17.6s //tensorflow/python/tpu:tpu_embedding_v3_utils_test PASSED in 12.8s //tensorflow/python/tpu:tpu_infeed_test PASSED in 13.5s //tensorflow/python/tpu:tpu_sharding_test PASSED in 14.7s //tensorflow/python/tpu:tpu_test_wrapper_test PASSED in 9.4s //tensorflow/python/tpu/client:client_py_test PASSED in 14.4s //tensorflow/python/trackable:autotrackable_test PASSED in 17.9s //tensorflow/python/trackable:base_delegate_test PASSED in 23.8s //tensorflow/python/trackable:base_test PASSED in 21.0s //tensorflow/python/trackable:python_state_test PASSED in 15.5s //tensorflow/python/trackable:resource_test PASSED in 20.5s //tensorflow/python/trackable:trackable_utils_test PASSED in 13.0s //tensorflow/python/training:adadelta_test_cpu PASSED in 35.8s //tensorflow/python/training:adagrad_da_test_cpu PASSED in 20.5s //tensorflow/python/training:adagrad_test_cpu PASSED in 28.0s //tensorflow/python/training:adam_test_cpu PASSED in 25.2s //tensorflow/python/training:basic_loops_test_cpu PASSED in 17.4s //tensorflow/python/training:basic_session_run_hooks_test PASSED in 39.9s //tensorflow/python/training:checkpoint_ops_test PASSED in 14.1s //tensorflow/python/training:coordinator_test_cpu PASSED in 20.4s //tensorflow/python/training:device_setter_test_cpu PASSED in 15.2s //tensorflow/python/training:ftrl_test_cpu PASSED in 25.1s //tensorflow/python/training:gradient_descent_test_cpu PASSED in 18.4s //tensorflow/python/training:input_test PASSED in 39.9s //tensorflow/python/training:momentum_test_cpu PASSED in 24.5s //tensorflow/python/training:monitored_session_test PASSED in 50.2s //tensorflow/python/training:moving_averages_test_cpu PASSED in 22.3s //tensorflow/python/training:optimizer_test_cpu PASSED in 23.4s //tensorflow/python/training:proximal_adagrad_test_cpu PASSED in 20.9s //tensorflow/python/training:proximal_gradient_descent_test_cpu PASSED in 18.8s //tensorflow/python/training:quantize_training_test_cpu PASSED in 11.9s //tensorflow/python/training:queue_runner_test_cpu PASSED in 19.1s //tensorflow/python/training:rmsprop_test_cpu PASSED in 46.2s //tensorflow/python/training:saver_large_partitioned_variable_test PASSED in 24.7s //tensorflow/python/training:saver_test_2gpu PASSED in 56.6s //tensorflow/python/training:saver_test_cpu PASSED in 72.5s //tensorflow/python/training:server_lib_multiple_containers_test PASSED in 12.3s //tensorflow/python/training:server_lib_same_variables_clear_container_test PASSED in 13.9s //tensorflow/python/training:server_lib_same_variables_clear_test PASSED in 11.4s //tensorflow/python/training:server_lib_same_variables_no_clear_test PASSED in 10.8s //tensorflow/python/training:server_lib_sparse_job_test PASSED in 12.9s //tensorflow/python/training:server_lib_test PASSED in 23.6s //tensorflow/python/training:session_manager_test_cpu PASSED in 86.3s //tensorflow/python/training:slot_creator_test_cpu PASSED in 14.2s //tensorflow/python/training:supervisor_test PASSED in 21.4s //tensorflow/python/training:training_ops_mlir_test_cpu PASSED in 16.9s //tensorflow/python/training:training_ops_test_cpu PASSED in 11.6s //tensorflow/python/training:training_util_test PASSED in 13.7s //tensorflow/python/training:warm_starting_util_test PASSED in 29.7s //tensorflow/python/training/experimental:loss_scale_optimizer_test PASSED in 17.7s //tensorflow/python/training/experimental:loss_scale_test PASSED in 23.5s //tensorflow/python/training/experimental:mixed_precision_test_cpu PASSED in 12.7s //tensorflow/python/training/saving:saveable_object_util_test PASSED in 12.5s //tensorflow/python/util:compat_test PASSED in 9.8s //tensorflow/python/util:decorator_utils_test PASSED in 10.5s //tensorflow/python/util:deprecation_test PASSED in 11.8s //tensorflow/python/util:dispatch_test PASSED in 13.4s //tensorflow/python/util:example_parser_configuration_test PASSED in 9.9s //tensorflow/python/util:fast_module_type_test PASSED in 25.0s //tensorflow/python/util:function_parameter_canonicalizer_test PASSED in 10.0s //tensorflow/python/util:function_utils_test PASSED in 9.5s //tensorflow/python/util:keyword_args_test PASSED in 10.2s //tensorflow/python/util:lazy_loader_test PASSED in 10.2s //tensorflow/python/util:lock_util_test PASSED in 61.3s //tensorflow/python/util:module_wrapper_test PASSED in 21.9s //tensorflow/python/util:nest_test PASSED in 34.7s //tensorflow/python/util:object_identity_test PASSED in 10.4s //tensorflow/python/util:pywrap_xla_ops_test PASSED in 3.7s //tensorflow/python/util:serialization_test PASSED in 54.3s //tensorflow/python/util:tf_contextlib_test PASSED in 30.1s //tensorflow/python/util:tf_decorator_test PASSED in 13.8s //tensorflow/python/util:tf_export_test PASSED in 10.4s //tensorflow/python/util:tf_inspect_test PASSED in 12.2s //tensorflow/python/util:tf_should_use_test PASSED in 10.5s //tensorflow/python/util:tf_stack_test PASSED in 9.6s //tensorflow/python/util:traceback_utils_test PASSED in 11.1s //tensorflow/python/util:type_annotations_test PASSED in 11.7s //tensorflow/python/util:variable_utils_test PASSED in 11.5s //tensorflow/python/util:vlog_test PASSED in 14.2s //tensorflow/python/util/protobuf:protobuf_compare_test PASSED in 7.1s //tensorflow/tools/api/tests:module_test PASSED in 34.2s //tensorflow/tools/benchmark:benchmark_model_test PASSED in 1.8s //tensorflow/tools/common:public_api_test PASSED in 2.7s //tensorflow/tools/common:traverse_test PASSED in 3.1s //tensorflow/tools/compatibility:all_renames_v2_test PASSED in 11.3s //tensorflow/tools/compatibility:ast_edits_test PASSED in 10.6s //tensorflow/tools/compatibility:test_file_v1_0 PASSED in 34.2s //tensorflow/tools/compatibility:test_file_v2_0 PASSED in 36.9s //tensorflow/tools/compatibility:tf_upgrade_test PASSED in 9.4s //tensorflow/tools/compatibility:tf_upgrade_v2_safety_test PASSED in 9.1s //tensorflow/tools/docs:tf_doctest_test PASSED in 3.8s //tensorflow/tools/graph_transforms:file_utils_test PASSED in 0.4s //tensorflow/tools/graph_transforms:transform_graph_test PASSED in 1.5s //tensorflow/tools/graph_transforms:transform_utils_test PASSED in 1.5s //tensorflow/tools/graph_transforms:transforms_test PASSED in 2.4s //tensorflow/tools/proto_splitter:merge_test PASSED in 0.2s //tensorflow/tools/proto_splitter:split_graph_def_test PASSED in 9.0s //tensorflow/tools/proto_splitter:split_test PASSED in 9.4s //tensorflow/tools/proto_splitter:util_test PASSED in 9.0s //tensorflow/tools/proto_splitter/cc:composable_splitter_test PASSED in 0.2s //tensorflow/tools/proto_splitter/cc:graph_def_splitter_test PASSED in 0.2s //tensorflow/tools/proto_splitter/cc:saved_model_splitter_test PASSED in 0.2s //tensorflow/tools/proto_splitter/cc:util_test PASSED in 2.2s //tensorflow/tools/proto_splitter/python:saved_model_test PASSED in 9.5s //tensorflow/tools/proto_splitter/python:test_util_test PASSED in 9.3s //tensorflow/tools/proto_text:gen_proto_text_functions_lib_test PASSED in 0.1s //tensorflow/tools/tensorflow_builder/compat_checker:compat_checker_test PASSED in 0.4s //tensorflow/compiler/tests:complex_div_test_cpu PASSED in 10.3s Stats over 2 runs: max = 10.3s, min = 4.6s, avg = 7.5s, dev = 2.8s //tensorflow/compiler/tests:complex_div_test_cpu_mlir_bridge_test PASSED in 9.8s Stats over 2 runs: max = 9.8s, min = 4.6s, avg = 7.2s, dev = 2.6s //tensorflow/python/data/experimental/kernel_tests/optimization:optimization_test PASSED in 29.3s Stats over 2 runs: max = 29.3s, min = 11.9s, avg = 20.6s, dev = 8.7s //tensorflow/python/data/experimental/kernel_tests/service:metadata_test PASSED in 28.7s Stats over 2 runs: max = 28.7s, min = 13.4s, avg = 21.0s, dev = 7.7s //tensorflow/python/data/kernel_tests:padded_batch_test PASSED in 59.0s Stats over 2 runs: max = 59.0s, min = 45.1s, avg = 52.1s, dev = 6.9s //tensorflow/python/data/kernel_tests:repeat_test PASSED in 80.0s Stats over 2 runs: max = 80.0s, min = 72.1s, avg = 76.1s, dev = 3.9s //tensorflow/python/data/kernel_tests:window_test PASSED in 77.3s Stats over 2 runs: max = 77.3s, min = 51.1s, avg = 64.2s, dev = 13.1s //tensorflow/python/kernel_tests/array_ops:scatter_nd_ops_test_cpu PASSED in 19.5s Stats over 2 runs: max = 19.5s, min = 15.8s, avg = 17.7s, dev = 1.9s //tensorflow/python/kernel_tests/control_flow:functional_ops_test_cpu PASSED in 22.1s Stats over 2 runs: max = 22.1s, min = 16.3s, avg = 19.2s, dev = 2.9s //tensorflow/python/kernel_tests/control_flow:map_fn_test_cpu PASSED in 16.6s Stats over 2 runs: max = 16.6s, min = 10.9s, avg = 13.7s, dev = 2.8s //tensorflow/python/kernel_tests/nn_ops:atrous_conv2d_test_cpu PASSED in 42.7s Stats over 2 runs: max = 42.7s, min = 31.1s, avg = 36.9s, dev = 5.8s //tensorflow/python/kernel_tests/nn_ops:bias_op_d9m_test_cpu PASSED in 192.9s Stats over 2 runs: max = 192.9s, min = 64.8s, avg = 128.9s, dev = 64.1s //tensorflow/python/kernel_tests/nn_ops:conv2d_backprop_filter_grad_test_cpu PASSED in 13.9s Stats over 2 runs: max = 13.9s, min = 6.4s, avg = 10.2s, dev = 3.7s //tensorflow/python/kernel_tests/signal:fft_ops_test_cpu PASSED in 147.9s Stats over 2 runs: max = 147.9s, min = 147.7s, avg = 147.8s, dev = 0.1s //tensorflow/python/ops:control_flow_ops_test_cpu PASSED in 42.0s Stats over 2 runs: max = 42.0s, min = 37.3s, avg = 39.7s, dev = 2.3s //tensorflow/compiler/tests:spacetobatch_op_test_cpu PASSED in 12.7s Stats over 3 runs: max = 12.7s, min = 6.1s, avg = 8.8s, dev = 2.8s //tensorflow/compiler/tests:spacetobatch_op_test_cpu_mlir_bridge_test PASSED in 16.4s Stats over 3 runs: max = 16.4s, min = 7.9s, avg = 10.9s, dev = 3.9s //tensorflow/core/data/service:thread_safe_buffer_test PASSED in 0.1s Stats over 3 runs: max = 0.1s, min = 0.1s, avg = 0.1s, dev = 0.0s //tensorflow/python/data/experimental/kernel_tests/service:multi_process_cluster_test PASSED in 32.8s Stats over 3 runs: max = 32.8s, min = 11.0s, avg = 22.6s, dev = 9.0s //tensorflow/python/data/kernel_tests:unique_test PASSED in 28.6s Stats over 3 runs: max = 28.6s, min = 16.1s, avg = 20.5s, dev = 5.7s //tensorflow/python/distribute/coordinator:metric_utils_test PASSED in 49.4s Stats over 3 runs: max = 49.4s, min = 16.8s, avg = 30.1s, dev = 14.0s //tensorflow/python/kernel_tests/array_ops:gather_op_test_cpu PASSED in 85.1s Stats over 3 runs: max = 85.1s, min = 27.4s, avg = 51.2s, dev = 24.6s //tensorflow/python/kernel_tests/array_ops:weights_broadcast_test PASSED in 20.2s Stats over 3 runs: max = 20.2s, min = 7.4s, avg = 14.9s, dev = 5.5s //tensorflow/python/kernel_tests/distributions:util_test_cpu PASSED in 26.6s Stats over 3 runs: max = 26.6s, min = 15.3s, avg = 19.6s, dev = 5.0s //tensorflow/python/kernel_tests/linalg/sparse:csr_sparse_matrix_grad_test_cpu PASSED in 14.4s Stats over 3 runs: max = 14.4s, min = 5.7s, avg = 9.3s, dev = 3.7s //tensorflow/python/kernel_tests/random:multinomial_op_big_test_cpu PASSED in 28.4s Stats over 3 runs: max = 28.4s, min = 14.1s, avg = 20.5s, dev = 5.9s //tensorflow/python/eager:backprop_test_cpu FAILED in 3 out of 3 in 246.5s Stats over 3 runs: max = 246.5s, min = 164.1s, avg = 196.4s, dev = 35.9s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/eager/backprop_test_cpu/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/eager/backprop_test_cpu/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/eager/backprop_test_cpu/test_attempts/attempt_2.log //tensorflow/python/eager/polymorphic_function:tracing_compilation_test FAILED in 3 out of 3 in 25.4s Stats over 3 runs: max = 25.4s, min = 13.6s, avg = 18.7s, dev = 4.9s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/eager/polymorphic_function/tracing_compilation_test/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/eager/polymorphic_function/tracing_compilation_test/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/eager/polymorphic_function/tracing_compilation_test/test_attempts/attempt_2.log //tensorflow/core/kernels:example_parsing_ops_test PASSED in 0.5s Stats over 4 runs: max = 0.5s, min = 0.4s, avg = 0.5s, dev = 0.0s //tensorflow/dtensor/python/tests:batchparallel_spmd_test_cpu PASSED in 17.0s Stats over 4 runs: max = 17.0s, min = 10.9s, avg = 12.7s, dev = 2.5s //tensorflow/dtensor/python/tests:conv_test_cpu PASSED in 12.1s Stats over 4 runs: max = 12.1s, min = 6.2s, avg = 7.9s, dev = 2.4s //tensorflow/dtensor/python/tests:sparse_test_cpu PASSED in 12.7s Stats over 4 runs: max = 12.7s, min = 6.7s, avg = 8.5s, dev = 2.5s //tensorflow/python/data/experimental/kernel_tests:auto_shard_dataset_test PASSED in 44.9s Stats over 4 runs: max = 44.9s, min = 17.2s, avg = 35.9s, dev = 11.2s //tensorflow/python/data/experimental/kernel_tests:map_and_batch_test PASSED in 64.0s Stats over 4 runs: max = 64.0s, min = 36.2s, avg = 45.6s, dev = 11.1s //tensorflow/python/data/experimental/kernel_tests:parse_example_dataset_test PASSED in 40.6s Stats over 4 runs: max = 40.6s, min = 17.9s, avg = 30.7s, dev = 9.0s //tensorflow/python/data/experimental/kernel_tests:rebatch_dataset_test PASSED in 30.4s Stats over 4 runs: max = 30.4s, min = 9.9s, avg = 20.3s, dev = 7.5s //tensorflow/python/data/experimental/kernel_tests:sql_dataset_test PASSED in 33.1s Stats over 4 runs: max = 33.1s, min = 24.5s, avg = 30.3s, dev = 3.4s //tensorflow/python/data/experimental/kernel_tests/service:cross_trainer_cache_ft_test PASSED in 22.3s Stats over 4 runs: max = 22.3s, min = 4.5s, avg = 9.9s, dev = 7.3s //tensorflow/python/data/kernel_tests:fixed_length_record_dataset_test PASSED in 26.2s Stats over 4 runs: max = 26.2s, min = 8.8s, avg = 18.8s, dev = 6.3s //tensorflow/python/data/kernel_tests:from_generator_test PASSED in 48.0s Stats over 4 runs: max = 48.0s, min = 18.9s, avg = 30.3s, dev = 11.1s //tensorflow/python/data/kernel_tests:group_by_window_test PASSED in 27.8s Stats over 4 runs: max = 27.8s, min = 16.6s, avg = 22.0s, dev = 4.8s //tensorflow/python/data/kernel_tests:ragged_batch_test PASSED in 38.0s Stats over 4 runs: max = 38.0s, min = 23.7s, avg = 29.4s, dev = 5.3s //tensorflow/python/data/kernel_tests:skip_test PASSED in 49.9s Stats over 4 runs: max = 49.9s, min = 22.5s, avg = 37.8s, dev = 10.5s //tensorflow/python/data/kernel_tests:take_test PASSED in 54.0s Stats over 4 runs: max = 54.0s, min = 46.2s, avg = 48.9s, dev = 3.0s //tensorflow/python/data/kernel_tests:take_while_test PASSED in 58.1s Stats over 4 runs: max = 58.1s, min = 50.0s, avg = 54.1s, dev = 3.6s //tensorflow/python/data/kernel_tests:text_line_dataset_test PASSED in 50.2s Stats over 4 runs: max = 50.2s, min = 37.0s, avg = 44.4s, dev = 5.5s //tensorflow/python/data/kernel_tests:zip_test PASSED in 27.3s Stats over 4 runs: max = 27.3s, min = 20.0s, avg = 22.5s, dev = 2.8s //tensorflow/python/debug/lib:dumping_callback_test_cpu PASSED in 29.6s Stats over 4 runs: max = 29.6s, min = 17.6s, avg = 23.1s, dev = 4.3s //tensorflow/python/distribute:cross_device_ops_test_cpu PASSED in 50.9s Stats over 4 runs: max = 50.9s, min = 33.2s, avg = 41.4s, dev = 7.1s //tensorflow/python/framework:convert_to_constants_test PASSED in 34.0s Stats over 4 runs: max = 34.0s, min = 19.1s, avg = 26.9s, dev = 6.9s //tensorflow/python/kernel_tests:collective_ops_test_cpu PASSED in 52.5s Stats over 4 runs: max = 52.5s, min = 41.0s, avg = 46.4s, dev = 5.4s //tensorflow/python/kernel_tests/array_ops:concat_op_test_cpu PASSED in 34.3s Stats over 4 runs: max = 34.3s, min = 11.5s, avg = 27.1s, dev = 9.2s //tensorflow/python/kernel_tests/array_ops:init_ops_test_cpu PASSED in 107.8s Stats over 4 runs: max = 107.8s, min = 10.4s, avg = 63.2s, dev = 34.7s //tensorflow/python/kernel_tests/array_ops:split_op_test_cpu PASSED in 36.7s Stats over 4 runs: max = 36.7s, min = 6.1s, avg = 22.9s, dev = 13.9s //tensorflow/python/kernel_tests/linalg:einsum_op_test_cpu PASSED in 146.6s Stats over 4 runs: max = 146.6s, min = 20.1s, avg = 67.7s, dev = 49.0s //tensorflow/python/kernel_tests/linalg:linear_operator_lower_triangular_test_cpu PASSED in 80.6s Stats over 4 runs: max = 80.6s, min = 71.6s, avg = 75.8s, dev = 4.1s //tensorflow/python/kernel_tests/nn_ops:conv_ops_test_cpu PASSED in 53.1s Stats over 4 runs: max = 53.1s, min = 37.5s, avg = 46.6s, dev = 5.7s //tensorflow/python/kernel_tests/random:random_gamma_test_cpu PASSED in 140.3s Stats over 4 runs: max = 140.3s, min = 6.0s, avg = 66.9s, dev = 61.4s //tensorflow/python/kernel_tests/signal:window_ops_test_cpu PASSED in 35.2s Stats over 4 runs: max = 35.2s, min = 22.0s, avg = 27.8s, dev = 5.0s //tensorflow/python/ops:nn_batchnorm_test_cpu PASSED in 35.7s Stats over 4 runs: max = 35.7s, min = 14.1s, avg = 24.0s, dev = 7.7s //tensorflow/python/ops:nn_fused_batchnorm_d9m_test_cpu PASSED in 38.3s Stats over 4 runs: max = 38.3s, min = 21.5s, avg = 27.8s, dev = 6.4s //tensorflow/python/ops/ragged:ragged_gather_op_test PASSED in 66.9s Stats over 4 runs: max = 66.9s, min = 20.1s, avg = 38.8s, dev = 17.3s //tensorflow/python/ops/ragged:ragged_getitem_test PASSED in 44.6s Stats over 4 runs: max = 44.6s, min = 36.5s, avg = 39.8s, dev = 3.0s //tensorflow/python/kernel_tests/linalg:matrix_triangular_solve_op_test_cpu FLAKY, failed in 1 out of 4 in 900.7s Stats over 4 runs: max = 900.7s, min = 11.0s, avg = 313.6s, dev = 362.3s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/kernel_tests/linalg/matrix_triangular_solve_op_test_cpu/shard_1_of_3/test_attempts/attempt_1.log //tensorflow/compiler/tests:conv3d_test_cpu PASSED in 14.6s Stats over 5 runs: max = 14.6s, min = 4.6s, avg = 7.5s, dev = 3.7s //tensorflow/compiler/tests:conv3d_test_cpu_mlir_bridge_test PASSED in 15.2s Stats over 5 runs: max = 15.2s, min = 4.9s, avg = 8.0s, dev = 3.9s //tensorflow/compiler/tests:depthwise_conv_op_test_cpu PASSED in 17.6s Stats over 5 runs: max = 17.6s, min = 5.5s, avg = 9.7s, dev = 4.6s //tensorflow/compiler/tests:depthwise_conv_op_test_cpu_mlir_bridge_test PASSED in 17.4s Stats over 5 runs: max = 17.4s, min = 5.7s, avg = 9.2s, dev = 4.3s //tensorflow/compiler/tests:fused_batchnorm_test_cpu PASSED in 12.1s Stats over 5 runs: max = 12.1s, min = 6.1s, avg = 7.8s, dev = 2.2s //tensorflow/compiler/tests:fused_batchnorm_test_cpu_mlir_bridge_test PASSED in 14.5s Stats over 5 runs: max = 14.5s, min = 5.7s, avg = 9.0s, dev = 3.1s //tensorflow/compiler/tests:reduce_ops_test_cpu PASSED in 12.6s Stats over 5 runs: max = 12.6s, min = 5.6s, avg = 7.5s, dev = 2.6s //tensorflow/compiler/tests:reduce_ops_test_cpu_mlir_bridge_test PASSED in 18.0s Stats over 5 runs: max = 18.0s, min = 10.6s, avg = 12.8s, dev = 2.7s //tensorflow/compiler/tests:special_math_test_cpu PASSED in 141.1s Stats over 5 runs: max = 141.1s, min = 30.0s, avg = 68.2s, dev = 40.3s //tensorflow/compiler/tests:special_math_test_cpu_mlir_bridge_test PASSED in 134.7s Stats over 5 runs: max = 134.7s, min = 27.6s, avg = 68.1s, dev = 37.4s //tensorflow/core/grappler/optimizers:constant_folding_test PASSED in 2.7s Stats over 5 runs: max = 2.7s, min = 2.1s, avg = 2.3s, dev = 0.3s //tensorflow/dtensor/python/tests:layout_propagation_test_cpu PASSED in 12.3s Stats over 5 runs: max = 12.3s, min = 5.5s, avg = 8.2s, dev = 2.4s //tensorflow/dtensor/python/tests:multi_mesh_test_cpu PASSED in 12.0s Stats over 5 runs: max = 12.0s, min = 7.1s, avg = 8.6s, dev = 1.8s //tensorflow/python/distribute:mirrored_strategy_test_2gpu PASSED in 24.1s Stats over 5 runs: max = 24.1s, min = 11.6s, avg = 14.5s, dev = 4.8s //tensorflow/python/distribute:mirrored_strategy_test_cpu PASSED in 25.7s Stats over 5 runs: max = 25.7s, min = 12.5s, avg = 16.3s, dev = 4.8s //tensorflow/python/eager:device_placement_test_cpu PASSED in 63.1s Stats over 5 runs: max = 63.1s, min = 4.6s, avg = 16.8s, dev = 23.1s //tensorflow/python/eager/polymorphic_function:gradients_test_cpu PASSED in 17.5s Stats over 5 runs: max = 17.5s, min = 8.7s, avg = 14.5s, dev = 3.3s //tensorflow/python/grappler:cluster_test_cpu PASSED in 14.2s Stats over 5 runs: max = 14.2s, min = 4.2s, avg = 9.2s, dev = 4.2s //tensorflow/python/kernel_tests/linalg:cholesky_op_test_cpu PASSED in 101.6s Stats over 5 runs: max = 101.6s, min = 37.4s, avg = 70.4s, dev = 22.5s //tensorflow/python/kernel_tests/linalg:linear_operator_adjoint_test_cpu PASSED in 84.2s Stats over 5 runs: max = 84.2s, min = 62.0s, avg = 71.4s, dev = 7.5s //tensorflow/python/kernel_tests/linalg:linear_operator_composition_test_cpu PASSED in 170.3s Stats over 5 runs: max = 170.3s, min = 127.9s, avg = 141.9s, dev = 14.9s //tensorflow/python/kernel_tests/linalg:linear_operator_diag_test_cpu PASSED in 83.4s Stats over 5 runs: max = 83.4s, min = 53.2s, avg = 65.0s, dev = 10.3s //tensorflow/python/kernel_tests/linalg:linear_operator_full_matrix_test_cpu PASSED in 107.6s Stats over 5 runs: max = 107.6s, min = 75.6s, avg = 85.0s, dev = 11.8s //tensorflow/python/kernel_tests/linalg:linear_operator_householder_test_cpu PASSED in 92.7s Stats over 5 runs: max = 92.7s, min = 62.3s, avg = 75.8s, dev = 9.9s //tensorflow/python/kernel_tests/linalg:linear_operator_identity_test_cpu PASSED in 114.8s Stats over 5 runs: max = 114.8s, min = 81.4s, avg = 93.2s, dev = 13.0s //tensorflow/python/kernel_tests/linalg:linear_operator_inversion_test_cpu PASSED in 74.7s Stats over 5 runs: max = 74.7s, min = 63.9s, avg = 71.0s, dev = 3.8s //tensorflow/python/kernel_tests/linalg:linear_operator_permutation_test_cpu PASSED in 64.3s Stats over 5 runs: max = 64.3s, min = 49.2s, avg = 54.7s, dev = 5.7s //tensorflow/python/kernel_tests/linalg:linear_operator_toeplitz_test_cpu PASSED in 124.5s Stats over 5 runs: max = 124.5s, min = 54.8s, avg = 104.4s, dev = 25.7s //tensorflow/python/kernel_tests/linalg:linear_operator_util_test_cpu PASSED in 14.7s Stats over 5 runs: max = 14.7s, min = 4.6s, avg = 6.8s, dev = 4.0s //tensorflow/python/kernel_tests/linalg:linear_operator_zeros_test_cpu PASSED in 58.4s Stats over 5 runs: max = 58.4s, min = 35.3s, avg = 49.8s, dev = 8.1s //tensorflow/python/kernel_tests/linalg:tridiagonal_matmul_op_test_cpu PASSED in 188.6s Stats over 5 runs: max = 188.6s, min = 4.6s, avg = 44.9s, dev = 72.0s //tensorflow/python/kernel_tests/nn_ops:fractional_avg_pool_op_test PASSED in 19.7s Stats over 5 runs: max = 19.7s, min = 6.6s, avg = 12.6s, dev = 4.9s //tensorflow/python/kernel_tests/nn_ops:fractional_max_pool_op_test PASSED in 24.6s Stats over 5 runs: max = 24.6s, min = 4.8s, avg = 13.0s, dev = 7.6s //tensorflow/python/kernel_tests/sparse_ops:sparse_ops_test_cpu PASSED in 41.6s Stats over 5 runs: max = 41.6s, min = 4.9s, avg = 15.7s, dev = 13.5s //tensorflow/python/ops/parallel_for:math_test_cpu PASSED in 114.6s Stats over 5 runs: max = 114.6s, min = 44.4s, avg = 81.9s, dev = 24.4s //tensorflow/compiler/tests:scan_ops_test_cpu PASSED in 28.9s Stats over 6 runs: max = 28.9s, min = 9.8s, avg = 16.5s, dev = 6.8s //tensorflow/compiler/tests:scan_ops_test_cpu_mlir_bridge_test PASSED in 19.0s Stats over 6 runs: max = 19.0s, min = 10.5s, avg = 15.6s, dev = 3.3s //tensorflow/python/data/experimental/kernel_tests:make_batched_features_dataset_test PASSED in 43.7s Stats over 6 runs: max = 43.7s, min = 5.4s, avg = 20.4s, dev = 15.3s //tensorflow/python/kernel_tests/array_ops:diag_op_test_cpu PASSED in 120.4s Stats over 6 runs: max = 120.4s, min = 4.8s, avg = 29.6s, dev = 41.1s //tensorflow/python/kernel_tests/math_ops:reduction_ops_test_cpu PASSED in 79.9s Stats over 6 runs: max = 79.9s, min = 24.1s, avg = 49.9s, dev = 17.7s //tensorflow/python/distribute/experimental/rpc:rpc_ops_test PASSED in 17.6s Stats over 7 runs: max = 17.6s, min = 6.0s, avg = 11.7s, dev = 3.7s //tensorflow/compiler/tests:ftrl_test_cpu PASSED in 11.4s Stats over 8 runs: max = 11.4s, min = 4.6s, avg = 5.6s, dev = 2.2s //tensorflow/compiler/tests:matrix_diag_ops_test_cpu PASSED in 46.3s Stats over 8 runs: max = 46.3s, min = 3.5s, avg = 18.7s, dev = 15.3s //tensorflow/compiler/tests:matrix_diag_ops_test_cpu_mlir_bridge_test PASSED in 91.1s Stats over 8 runs: max = 91.1s, min = 4.0s, avg = 30.9s, dev = 29.7s //tensorflow/compiler/tests:ternary_ops_test_cpu PASSED in 21.8s Stats over 8 runs: max = 21.8s, min = 7.5s, avg = 13.0s, dev = 4.6s //tensorflow/compiler/tests:ternary_ops_test_cpu_mlir_bridge_test PASSED in 25.5s Stats over 8 runs: max = 25.5s, min = 7.3s, avg = 14.0s, dev = 6.1s //tensorflow/dtensor/python/tests:input_util_test PASSED in 29.2s Stats over 8 runs: max = 29.2s, min = 19.1s, avg = 22.9s, dev = 3.5s //tensorflow/dtensor/python/tests:save_restore_v2_test_cpu PASSED in 18.5s Stats over 8 runs: max = 18.5s, min = 9.8s, avg = 13.4s, dev = 3.6s //tensorflow/python/data/experimental/kernel_tests:csv_dataset_test PASSED in 50.4s Stats over 8 runs: max = 50.4s, min = 6.3s, avg = 22.7s, dev = 16.1s //tensorflow/python/data/experimental/kernel_tests:global_shuffle_test PASSED in 31.0s Stats over 8 runs: max = 31.0s, min = 11.5s, avg = 19.1s, dev = 7.0s //tensorflow/python/data/experimental/kernel_tests:parallel_interleave_test PASSED in 50.0s Stats over 8 runs: max = 50.0s, min = 16.0s, avg = 34.3s, dev = 10.9s //tensorflow/python/data/experimental/kernel_tests/service:coordinated_read_ft_test PASSED in 51.1s Stats over 8 runs: max = 51.1s, min = 5.7s, avg = 25.0s, dev = 15.1s //tensorflow/python/data/experimental/kernel_tests/service:coordinated_read_test PASSED in 40.9s Stats over 8 runs: max = 40.9s, min = 8.6s, avg = 19.9s, dev = 12.4s //tensorflow/python/data/experimental/kernel_tests/service:cross_trainer_cache_test PASSED in 42.6s Stats over 8 runs: max = 42.6s, min = 4.8s, avg = 20.7s, dev = 14.9s //tensorflow/python/data/experimental/kernel_tests/service:distributed_save_load_ft_test PASSED in 35.1s Stats over 8 runs: max = 35.1s, min = 20.8s, avg = 25.9s, dev = 4.5s //tensorflow/python/data/experimental/kernel_tests/service:distributed_save_load_test PASSED in 109.3s Stats over 8 runs: max = 109.3s, min = 89.5s, avg = 96.1s, dev = 5.8s //tensorflow/python/data/experimental/kernel_tests/service:distributed_save_test PASSED in 67.6s Stats over 8 runs: max = 67.6s, min = 19.5s, avg = 36.6s, dev = 15.4s //tensorflow/python/data/experimental/kernel_tests/service:fault_tolerance_test PASSED in 25.2s Stats over 8 runs: max = 25.2s, min = 8.4s, avg = 14.4s, dev = 6.4s //tensorflow/python/data/kernel_tests:batch_test PASSED in 57.6s Stats over 8 runs: max = 57.6s, min = 28.7s, avg = 38.0s, dev = 8.6s //tensorflow/python/data/kernel_tests:filter_test PASSED in 34.6s Stats over 8 runs: max = 34.6s, min = 16.1s, avg = 22.7s, dev = 5.5s //tensorflow/python/data/kernel_tests:flat_map_test PASSED in 61.1s Stats over 8 runs: max = 61.1s, min = 23.4s, avg = 35.9s, dev = 12.4s //tensorflow/python/data/kernel_tests:shard_test PASSED in 46.1s Stats over 8 runs: max = 46.1s, min = 24.9s, avg = 37.4s, dev = 8.0s //tensorflow/python/data/kernel_tests:shuffle_test PASSED in 96.8s Stats over 8 runs: max = 96.8s, min = 60.8s, avg = 68.0s, dev = 11.1s //tensorflow/python/data/kernel_tests:tf_record_dataset_test PASSED in 40.4s Stats over 8 runs: max = 40.4s, min = 13.1s, avg = 28.8s, dev = 7.7s //tensorflow/python/distribute/failure_handling:failure_handler_test PASSED in 107.7s Stats over 8 runs: max = 107.7s, min = 30.7s, avg = 64.2s, dev = 23.4s //tensorflow/python/distribute/failure_handling:gce_failure_handler_test PASSED in 133.3s Stats over 8 runs: max = 133.3s, min = 9.1s, avg = 61.6s, dev = 43.6s //tensorflow/python/kernel_tests/linalg:linalg_ops_test_cpu PASSED in 78.4s Stats over 8 runs: max = 78.4s, min = 49.3s, avg = 67.4s, dev = 8.4s //tensorflow/python/kernel_tests/linalg:linear_operator_block_diag_test_cpu PASSED in 194.0s Stats over 8 runs: max = 194.0s, min = 123.4s, avg = 155.5s, dev = 25.4s //tensorflow/python/kernel_tests/linalg:linear_operator_block_lower_triangular_test_cpu PASSED in 160.3s Stats over 8 runs: max = 160.3s, min = 97.5s, avg = 123.0s, dev = 19.9s //tensorflow/python/kernel_tests/nn_ops:depthwise_conv_op_d9m_test_cpu PASSED in 102.2s Stats over 8 runs: max = 102.2s, min = 3.8s, avg = 23.0s, dev = 31.3s //tensorflow/python/kernel_tests/nn_ops:depthwise_conv_op_test_cpu PASSED in 12.6s Stats over 8 runs: max = 12.6s, min = 4.5s, avg = 7.3s, dev = 2.5s //tensorflow/python/ops/ragged:dynamic_ragged_shape_test PASSED in 48.7s Stats over 8 runs: max = 48.7s, min = 30.6s, avg = 36.7s, dev = 6.0s //tensorflow/python/ops/ragged:ragged_tensor_test PASSED in 20.6s Stats over 8 runs: max = 20.6s, min = 8.0s, avg = 13.8s, dev = 4.6s //tensorflow/compiler/tests:conv2d_test_cpu PASSED in 11.0s Stats over 10 runs: max = 11.0s, min = 4.0s, avg = 4.9s, dev = 2.0s //tensorflow/compiler/tests:conv2d_test_cpu_mlir_bridge_test PASSED in 11.3s Stats over 10 runs: max = 11.3s, min = 4.4s, avg = 5.6s, dev = 2.2s //tensorflow/compiler/tests:random_ops_test_cpu PASSED in 10.4s Stats over 10 runs: max = 10.4s, min = 3.7s, avg = 6.1s, dev = 1.8s //tensorflow/compiler/tests:random_ops_test_cpu_mlir_bridge_test PASSED in 15.0s Stats over 10 runs: max = 15.0s, min = 5.2s, avg = 9.3s, dev = 3.1s //tensorflow/compiler/tests:stateless_random_ops_test_cpu PASSED in 100.0s Stats over 10 runs: max = 100.0s, min = 42.9s, avg = 59.7s, dev = 16.4s //tensorflow/compiler/tests:stateless_random_ops_test_cpu_mlir_bridge_test PASSED in 126.1s Stats over 10 runs: max = 126.1s, min = 38.1s, avg = 81.9s, dev = 30.3s //tensorflow/python/data/kernel_tests:rejection_resample_test PASSED in 28.6s Stats over 10 runs: max = 28.6s, min = 4.9s, avg = 14.7s, dev = 7.5s //tensorflow/python/distribute:input_lib_type_spec_test_2gpu PASSED in 31.0s Stats over 10 runs: max = 31.0s, min = 8.2s, avg = 19.3s, dev = 8.3s //tensorflow/python/distribute:input_lib_type_spec_test_cpu PASSED in 31.2s Stats over 10 runs: max = 31.2s, min = 11.0s, avg = 20.2s, dev = 6.9s //tensorflow/python/framework:function_test_cpu PASSED in 70.6s Stats over 10 runs: max = 70.6s, min = 6.2s, avg = 16.6s, dev = 18.5s //tensorflow/python/kernel_tests/array_ops:array_ops_test_cpu PASSED in 20.3s Stats over 10 runs: max = 20.3s, min = 5.6s, avg = 13.7s, dev = 5.1s //tensorflow/python/kernel_tests/array_ops:inplace_ops_test_cpu PASSED in 15.0s Stats over 10 runs: max = 15.0s, min = 4.1s, avg = 7.4s, dev = 3.9s //tensorflow/python/kernel_tests/data_structures:tensor_array_ops_test_cpu PASSED in 20.0s Stats over 10 runs: max = 20.0s, min = 7.1s, avg = 10.9s, dev = 3.4s //tensorflow/python/kernel_tests/linalg:linear_operator_tridiag_test_cpu PASSED in 173.5s Stats over 10 runs: max = 173.5s, min = 95.7s, avg = 134.5s, dev = 27.2s //tensorflow/python/kernel_tests/linalg/sparse:csr_sparse_matrix_ops_test_cpu PASSED in 100.0s Stats over 10 runs: max = 100.0s, min = 13.1s, avg = 60.2s, dev = 29.1s //tensorflow/python/kernel_tests/linalg/sparse:csr_sparse_matrix_sparse_mat_mul_grad_test_cpu PASSED in 12.4s Stats over 10 runs: max = 12.4s, min = 4.0s, avg = 6.2s, dev = 2.5s //tensorflow/python/kernel_tests/math_ops:cwise_ops_unary_test_cpu PASSED in 22.2s Stats over 10 runs: max = 22.2s, min = 7.2s, avg = 11.7s, dev = 4.7s //tensorflow/python/kernel_tests/math_ops:segment_reduction_ops_test_cpu PASSED in 44.9s Stats over 10 runs: max = 44.9s, min = 5.3s, avg = 22.5s, dev = 14.7s //tensorflow/python/kernel_tests/nn_ops:pooling_ops_test_cpu PASSED in 34.8s Stats over 10 runs: max = 34.8s, min = 6.5s, avg = 13.3s, dev = 9.7s //tensorflow/python/kernel_tests/nn_ops:rnn_test_cpu PASSED in 23.9s Stats over 10 runs: max = 23.9s, min = 6.9s, avg = 11.7s, dev = 5.0s //tensorflow/python/kernel_tests/random:random_index_shuffle_test PASSED in 21.3s Stats over 10 runs: max = 21.3s, min = 6.7s, avg = 9.5s, dev = 4.1s //tensorflow/python/kernel_tests/random:stateless_random_ops_test_cpu PASSED in 174.5s Stats over 10 runs: max = 174.5s, min = 19.5s, avg = 95.6s, dev = 69.8s //tensorflow/python/ops:special_math_ops_test_cpu PASSED in 71.4s Stats over 10 runs: max = 71.4s, min = 7.4s, avg = 19.8s, dev = 17.8s //tensorflow/python/ops:weak_tensor_special_math_ops_test_cpu PASSED in 20.9s Stats over 10 runs: max = 20.9s, min = 5.9s, avg = 9.8s, dev = 4.3s //tensorflow/python/ops/numpy_ops/tests:np_indexing_test PASSED in 186.7s Stats over 10 runs: max = 186.7s, min = 103.4s, avg = 143.2s, dev = 29.0s //tensorflow/python/ops/ragged:ragged_tensor_supported_values_test PASSED in 19.1s Stats over 10 runs: max = 19.1s, min = 11.4s, avg = 13.4s, dev = 2.0s //tensorflow/python/eager:forwardprop_test_cpu FAILED in 9 out of 11 in 166.6s Stats over 11 runs: max = 166.6s, min = 13.0s, avg = 68.5s, dev = 54.2s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/eager/forwardprop_test_cpu/shard_3_of_5/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/eager/forwardprop_test_cpu/shard_3_of_5/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/eager/forwardprop_test_cpu/shard_3_of_5/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/eager/forwardprop_test_cpu/shard_2_of_5/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/eager/forwardprop_test_cpu/shard_2_of_5/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/eager/forwardprop_test_cpu/shard_2_of_5/test_attempts/attempt_2.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/eager/forwardprop_test_cpu/shard_4_of_5/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/eager/forwardprop_test_cpu/shard_4_of_5/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/eager/forwardprop_test_cpu/shard_4_of_5/test_attempts/attempt_2.log //tensorflow/compiler/tests:fft_test_cpu PASSED in 27.8s Stats over 12 runs: max = 27.8s, min = 8.9s, avg = 18.6s, dev = 6.8s //tensorflow/python/data/experimental/kernel_tests:group_by_reducer_test PASSED in 29.8s Stats over 12 runs: max = 29.8s, min = 6.4s, avg = 14.4s, dev = 7.7s //tensorflow/python/data/kernel_tests:choose_from_datasets_test PASSED in 24.0s Stats over 12 runs: max = 24.0s, min = 6.8s, avg = 11.5s, dev = 4.4s //tensorflow/python/data/kernel_tests:memory_cleanup_test_cpu PASSED in 17.3s Stats over 12 runs: max = 17.3s, min = 5.2s, avg = 9.2s, dev = 3.5s //tensorflow/python/distribute:moving_averages_test_2gpu PASSED in 34.5s Stats over 12 runs: max = 34.5s, min = 14.7s, avg = 20.6s, dev = 5.8s //tensorflow/python/distribute:moving_averages_test_cpu PASSED in 39.3s Stats over 12 runs: max = 39.3s, min = 13.9s, avg = 21.7s, dev = 6.1s //tensorflow/python/saved_model:load_test_cpu FAILED in 3 out of 12 in 81.1s Stats over 12 runs: max = 81.1s, min = 38.1s, avg = 49.7s, dev = 11.2s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/saved_model/load_test_cpu/shard_2_of_10/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/saved_model/load_test_cpu/shard_2_of_10/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/saved_model/load_test_cpu/shard_2_of_10/test_attempts/attempt_2.log //tensorflow/python/kernel_tests/linalg:linear_operator_low_rank_update_test_cpu PASSED in 165.4s Stats over 15 runs: max = 165.4s, min = 116.1s, avg = 131.2s, dev = 12.0s //tensorflow/python/kernel_tests/nn_ops:rnn_cell_test_cpu PASSED in 78.8s Stats over 15 runs: max = 78.8s, min = 7.0s, avg = 18.8s, dev = 18.2s //tensorflow/python/data/experimental/kernel_tests/service:dynamic_sharding_test PASSED in 21.3s Stats over 16 runs: max = 21.3s, min = 5.2s, avg = 13.2s, dev = 5.2s //tensorflow/python/data/kernel_tests:snapshot_test PASSED in 43.6s Stats over 16 runs: max = 43.6s, min = 18.3s, avg = 29.6s, dev = 7.3s //tensorflow/python/kernel_tests/control_flow:control_flow_ops_py_test_cpu PASSED in 42.2s Stats over 16 runs: max = 42.2s, min = 5.8s, avg = 11.6s, dev = 8.5s //tensorflow/python/kernel_tests/linalg:matrix_exponential_op_test PASSED in 13.1s Stats over 16 runs: max = 13.1s, min = 4.4s, avg = 6.2s, dev = 2.4s //tensorflow/python/kernel_tests/signal:dct_ops_test_cpu PASSED in 26.6s Stats over 16 runs: max = 26.6s, min = 10.7s, avg = 14.6s, dev = 3.7s //tensorflow/python/ops:image_ops_test_cpu PASSED in 27.3s Stats over 16 runs: max = 27.3s, min = 8.3s, avg = 17.5s, dev = 5.1s //tensorflow/python/data/experimental/kernel_tests/service:distributed_save_ft_test PASSED in 125.0s Stats over 17 runs: max = 125.0s, min = 15.2s, avg = 46.8s, dev = 33.1s //tensorflow/python/eager/polymorphic_function:polymorphic_function_test_cpu FAILED in 3 out of 17 in 33.3s Stats over 17 runs: max = 33.3s, min = 11.8s, avg = 17.7s, dev = 5.2s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/eager/polymorphic_function/polymorphic_function_test_cpu/shard_13_of_15/test.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/eager/polymorphic_function/polymorphic_function_test_cpu/shard_13_of_15/test_attempts/attempt_1.log /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/eager/polymorphic_function/polymorphic_function_test_cpu/shard_13_of_15/test_attempts/attempt_2.log //tensorflow/python/data/kernel_tests:map_test PASSED in 57.7s Stats over 19 runs: max = 57.7s, min = 17.6s, avg = 36.2s, dev = 10.2s //tensorflow/compiler/tests:pooling_ops_3d_test_cpu PASSED in 10.9s Stats over 20 runs: max = 10.9s, min = 4.6s, avg = 5.7s, dev = 1.3s //tensorflow/compiler/tests:pooling_ops_3d_test_cpu_mlir_bridge_test PASSED in 12.1s Stats over 20 runs: max = 12.1s, min = 4.9s, avg = 7.1s, dev = 2.3s //tensorflow/compiler/tests:pooling_ops_test_cpu PASSED in 13.0s Stats over 20 runs: max = 13.0s, min = 4.1s, avg = 5.8s, dev = 2.2s //tensorflow/compiler/tests:pooling_ops_test_cpu_mlir_bridge_test PASSED in 13.9s Stats over 20 runs: max = 13.9s, min = 4.2s, avg = 5.7s, dev = 2.4s //tensorflow/compiler/tests:stochastic_cast_op_test_cpu PASSED in 10.5s Stats over 20 runs: max = 10.5s, min = 4.6s, avg = 5.1s, dev = 1.2s //tensorflow/compiler/tests:unary_ops_test_cpu PASSED in 28.8s Stats over 20 runs: max = 28.8s, min = 4.5s, avg = 13.0s, dev = 8.6s //tensorflow/compiler/tests:unary_ops_test_cpu_mlir_bridge_test PASSED in 45.8s Stats over 20 runs: max = 45.8s, min = 4.4s, avg = 15.6s, dev = 14.1s //tensorflow/dtensor/python/tests:rng_test_cpu PASSED in 16.8s Stats over 20 runs: max = 16.8s, min = 7.7s, avg = 9.7s, dev = 1.9s //tensorflow/python/autograph/tests:loop_control_flow_test PASSED in 43.6s Stats over 20 runs: max = 43.6s, min = 13.5s, avg = 18.1s, dev = 6.3s //tensorflow/python/kernel_tests:metrics_test PASSED in 92.6s Stats over 20 runs: max = 92.6s, min = 8.1s, avg = 37.6s, dev = 30.4s //tensorflow/python/kernel_tests/array_ops:matrix_band_part_op_test_cpu PASSED in 17.4s Stats over 20 runs: max = 17.4s, min = 3.7s, avg = 5.1s, dev = 3.3s //tensorflow/python/kernel_tests/data_structures:barrier_ops_test PASSED in 14.1s Stats over 20 runs: max = 14.1s, min = 4.3s, avg = 8.0s, dev = 3.4s //tensorflow/python/kernel_tests/linalg:eig_op_test PASSED in 68.0s Stats over 20 runs: max = 68.0s, min = 4.7s, avg = 22.2s, dev = 22.0s //tensorflow/python/kernel_tests/linalg:linalg_grad_test_cpu PASSED in 177.3s Stats over 20 runs: max = 177.3s, min = 33.7s, avg = 76.3s, dev = 32.9s //tensorflow/python/kernel_tests/linalg:norm_op_test_cpu PASSED in 15.2s Stats over 20 runs: max = 15.2s, min = 6.5s, avg = 8.6s, dev = 2.0s //tensorflow/python/kernel_tests/linalg:normalize_op_test_cpu PASSED in 18.0s Stats over 20 runs: max = 18.0s, min = 6.6s, avg = 12.1s, dev = 3.0s //tensorflow/python/kernel_tests/linalg:qr_op_test_cpu PASSED in 287.7s Stats over 20 runs: max = 287.7s, min = 47.2s, avg = 122.9s, dev = 65.1s //tensorflow/python/kernel_tests/linalg:self_adjoint_eig_op_test_cpu PASSED in 32.8s Stats over 20 runs: max = 32.8s, min = 4.6s, avg = 13.8s, dev = 9.0s //tensorflow/python/kernel_tests/math_ops:batch_matmul_op_test_cpu PASSED in 29.2s Stats over 20 runs: max = 29.2s, min = 6.9s, avg = 15.3s, dev = 6.1s //tensorflow/python/kernel_tests/math_ops:matmul_op_test_cpu PASSED in 31.6s Stats over 20 runs: max = 31.6s, min = 18.3s, avg = 24.7s, dev = 3.2s //tensorflow/python/kernel_tests/math_ops:tensordot_op_test_cpu PASSED in 85.4s Stats over 20 runs: max = 85.4s, min = 10.0s, avg = 40.6s, dev = 26.2s //tensorflow/python/kernel_tests/nn_ops:embedding_ops_test_cpu PASSED in 36.6s Stats over 20 runs: max = 36.6s, min = 12.5s, avg = 17.9s, dev = 5.0s //tensorflow/python/data/kernel_tests:interleave_test PASSED in 49.6s Stats over 24 runs: max = 49.6s, min = 15.6s, avg = 30.0s, dev = 10.9s //tensorflow/python/data/kernel_tests:sample_from_datasets_test PASSED in 38.2s Stats over 24 runs: max = 38.2s, min = 6.9s, avg = 15.2s, dev = 8.1s //tensorflow/dtensor/python/tests:multi_device_spmd_test_cpu PASSED in 36.5s Stats over 25 runs: max = 36.5s, min = 25.7s, avg = 29.4s, dev = 2.6s //tensorflow/python/kernel_tests/nn_ops:conv_ops_3d_test_cpu PASSED in 25.1s Stats over 30 runs: max = 25.1s, min = 4.9s, avg = 11.5s, dev = 5.5s //tensorflow/python/data/experimental/kernel_tests/service:data_service_ops_test PASSED in 26.3s Stats over 32 runs: max = 26.3s, min = 5.9s, avg = 14.1s, dev = 5.6s //tensorflow/python/data/experimental/kernel_tests/service:worker_tags_test PASSED in 30.6s Stats over 32 runs: max = 30.6s, min = 4.9s, avg = 14.1s, dev = 6.7s //tensorflow/python/distribute:multi_process_runner_test_2gpu PASSED in 223.0s Stats over 35 runs: max = 223.0s, min = 4.7s, avg = 26.0s, dev = 38.3s //tensorflow/python/distribute:multi_process_runner_test_cpu PASSED in 222.2s Stats over 35 runs: max = 222.2s, min = 4.8s, avg = 25.7s, dev = 38.1s //tensorflow/core/kernels:stochastic_cast_op_test PASSED in 1.5s Stats over 48 runs: max = 1.5s, min = 0.5s, avg = 0.7s, dev = 0.2s //tensorflow/compiler/mlir/quantization/stablehlo/python:quantize_model_test PASSED in 74.5s Stats over 50 runs: max = 74.5s, min = 18.3s, avg = 37.0s, dev = 12.2s //tensorflow/compiler/mlir/quantization/tensorflow/python:quantize_model_test PASSED in 125.4s Stats over 50 runs: max = 125.4s, min = 33.0s, avg = 68.1s, dev = 27.8s //tensorflow/compiler/tests:sort_ops_test_cpu PASSED in 63.6s Stats over 50 runs: max = 63.6s, min = 3.9s, avg = 18.4s, dev = 15.1s //tensorflow/compiler/tests:sort_ops_test_cpu_mlir_bridge_test PASSED in 40.6s Stats over 50 runs: max = 40.6s, min = 4.1s, avg = 16.0s, dev = 10.1s //tensorflow/python/kernel_tests/linalg:linear_operator_circulant_test_cpu PASSED in 106.8s Stats over 50 runs: max = 106.8s, min = 46.1s, avg = 60.4s, dev = 9.6s //tensorflow/python/kernel_tests/linalg/sparse:csr_sparse_matrix_dense_mat_mul_grad_test_cpu PASSED in 25.9s Stats over 50 runs: max = 25.9s, min = 6.2s, avg = 12.7s, dev = 4.5s //tensorflow/python/kernel_tests/math_ops:cwise_ops_binary_test_cpu PASSED in 46.5s Stats over 50 runs: max = 46.5s, min = 9.6s, avg = 23.6s, dev = 8.9s //tensorflow/python/kernel_tests/math_ops:cwise_ops_test_cpu PASSED in 15.1s Stats over 50 runs: max = 15.1s, min = 4.4s, avg = 6.9s, dev = 2.1s Executed 3079 out of 3079 tests: 3074 tests pass and 5 fail locally. There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.