==================== 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.2s I0222 00:33:53.745055 281473522758704 test_util.py:2620] time(__main__.BatchTests.testBatchCorrectness): 0.2s [ OK ] BatchTests.testBatchCorrectness [ RUN ] ControlFlowTests.testInFunctionWhile INFO:tensorflow:time(__main__.ControlFlowTests.testInFunctionWhile): 1.19s I0222 00:33:54.932349 281473522758704 test_util.py:2620] time(__main__.ControlFlowTests.testInFunctionWhile): 1.19s [ OK ] ControlFlowTests.testInFunctionWhile [ RUN ] ForwardpropTest.testBackwardOverForwardForwardPropFirst INFO:tensorflow:time(__main__.ForwardpropTest.testBackwardOverForwardForwardPropFirst): 0.07s I0222 00:33:55.007804 281473522758704 test_util.py:2620] time(__main__.ForwardpropTest.testBackwardOverForwardForwardPropFirst): 0.07s [ OK ] ForwardpropTest.testBackwardOverForwardForwardPropFirst [ RUN ] ForwardpropTest.testElementwiseNNOpsEluP5 INFO:tensorflow:time(__main__.ForwardpropTest.testElementwiseNNOpsEluP5): 0.39s I0222 00:33:55.396274 281473522758704 test_util.py:2620] time(__main__.ForwardpropTest.testElementwiseNNOpsEluP5): 0.39s [ OK ] ForwardpropTest.testElementwiseNNOpsEluP5 [ RUN ] ForwardpropTest.testForwardOverBackwardMemoryEfficiencyForwardPropFirst INFO:tensorflow:time(__main__.ForwardpropTest.testForwardOverBackwardMemoryEfficiencyForwardPropFirst): 0.02s I0222 00:33:55.415399 281473522758704 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 0xfffefa98f380> 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. W0222 00:33:56.171758 281473522758704 polymorphic_function.py:157] 5 out of the last 5 calls to .f at 0xfffefa98f380> 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.98s I0222 00:33:56.393265 281473522758704 test_util.py:2620] time(__main__.ForwardpropTest.testFunctionReturnsResource): 0.98s [ RUN ] ForwardpropTest.testHVPMemory INFO:tensorflow:time(__main__.ForwardpropTest.testHVPMemory): 2.2s I0222 00:33:58.591914 281473522758704 test_util.py:2620] time(__main__.ForwardpropTest.testHVPMemory): 2.2s [ OK ] ForwardpropTest.testHVPMemory [ RUN ] ForwardpropTest.testIndexSlicesGrad INFO:tensorflow:time(__main__.ForwardpropTest.testIndexSlicesGrad): 0.22s I0222 00:33:58.817281 281473522758704 test_util.py:2620] time(__main__.ForwardpropTest.testIndexSlicesGrad): 0.22s [ OK ] ForwardpropTest.testIndexSlicesGrad [ RUN ] ForwardpropTest.testJVPFunctionWithBatchOfTangents INFO:tensorflow:time(__main__.ForwardpropTest.testJVPFunctionWithBatchOfTangents): 0.18s I0222 00:33:59.001798 281473522758704 test_util.py:2620] time(__main__.ForwardpropTest.testJVPFunctionWithBatchOfTangents): 0.18s [ OK ] ForwardpropTest.testJVPFunctionWithBatchOfTangents [ RUN ] ForwardpropTest.testNonDifferentiableOpWithInputTangent INFO:tensorflow:time(__main__.ForwardpropTest.testNonDifferentiableOpWithInputTangent): 0.06s I0222 00:33:59.061721 281473522758704 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. W0222 00:33:59.065240 281473522758704 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. W0222 00:33:59.065981 281473522758704 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. W0222 00:33:59.070574 281473522758704 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. W0222 00:33:59.071268 281473522758704 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.03s I0222 00:34:00.089952 281473522758704 test_util.py:2620] time(__main__.ForwardpropTest.testRecordingSelectively): 1.03s [ OK ] ForwardpropTest.testRecordingSelectively [ RUN ] ForwardpropTest.testShouldRecordAndStopRecord INFO:tensorflow:time(__main__.ForwardpropTest.testShouldRecordAndStopRecord): 0.48s I0222 00:34:00.570726 281473522758704 test_util.py:2620] time(__main__.ForwardpropTest.testShouldRecordAndStopRecord): 0.48s [ OK ] ForwardpropTest.testShouldRecordAndStopRecord [ RUN ] ForwardpropTest.testVariableWatched INFO:tensorflow:time(__main__.ForwardpropTest.testVariableWatched): 0.72s I0222 00:34:01.296566 281473522758704 test_util.py:2620] time(__main__.ForwardpropTest.testVariableWatched): 0.72s [ 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 7.748s 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 I0222 00:34:06.816275 281473599894576 test_util.py:2620] time(__main__.BatchTests.testBatchCorrectness): 0.15s [ OK ] BatchTests.testBatchCorrectness [ RUN ] ControlFlowTests.testInFunctionWhile INFO:tensorflow:time(__main__.ControlFlowTests.testInFunctionWhile): 1.06s I0222 00:34:07.873637 281473599894576 test_util.py:2620] time(__main__.ControlFlowTests.testInFunctionWhile): 1.06s [ OK ] ControlFlowTests.testInFunctionWhile [ RUN ] ForwardpropTest.testBackwardOverForwardForwardPropFirst INFO:tensorflow:time(__main__.ForwardpropTest.testBackwardOverForwardForwardPropFirst): 0.07s I0222 00:34:07.949255 281473599894576 test_util.py:2620] time(__main__.ForwardpropTest.testBackwardOverForwardForwardPropFirst): 0.07s [ OK ] ForwardpropTest.testBackwardOverForwardForwardPropFirst [ RUN ] ForwardpropTest.testElementwiseNNOpsEluP5 INFO:tensorflow:time(__main__.ForwardpropTest.testElementwiseNNOpsEluP5): 0.53s I0222 00:34:08.479174 281473599894576 test_util.py:2620] time(__main__.ForwardpropTest.testElementwiseNNOpsEluP5): 0.53s [ OK ] ForwardpropTest.testElementwiseNNOpsEluP5 [ RUN ] ForwardpropTest.testForwardOverBackwardMemoryEfficiencyForwardPropFirst INFO:tensorflow:time(__main__.ForwardpropTest.testForwardOverBackwardMemoryEfficiencyForwardPropFirst): 0.02s I0222 00:34:08.497489 281473599894576 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 0xfffeff31b380> 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. W0222 00:34:09.159557 281473599894576 polymorphic_function.py:157] 5 out of the last 5 calls to .f at 0xfffeff31b380> 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.84s I0222 00:34:09.340912 281473599894576 test_util.py:2620] time(__main__.ForwardpropTest.testFunctionReturnsResource): 0.84s [ RUN ] ForwardpropTest.testHVPMemory INFO:tensorflow:time(__main__.ForwardpropTest.testHVPMemory): 2.03s I0222 00:34:11.368369 281473599894576 test_util.py:2620] time(__main__.ForwardpropTest.testHVPMemory): 2.03s [ OK ] ForwardpropTest.testHVPMemory [ RUN ] ForwardpropTest.testIndexSlicesGrad INFO:tensorflow:time(__main__.ForwardpropTest.testIndexSlicesGrad): 0.22s I0222 00:34:11.590050 281473599894576 test_util.py:2620] time(__main__.ForwardpropTest.testIndexSlicesGrad): 0.22s [ OK ] ForwardpropTest.testIndexSlicesGrad [ RUN ] ForwardpropTest.testJVPFunctionWithBatchOfTangents INFO:tensorflow:time(__main__.ForwardpropTest.testJVPFunctionWithBatchOfTangents): 0.13s I0222 00:34:11.726173 281473599894576 test_util.py:2620] time(__main__.ForwardpropTest.testJVPFunctionWithBatchOfTangents): 0.13s [ OK ] ForwardpropTest.testJVPFunctionWithBatchOfTangents [ RUN ] ForwardpropTest.testNonDifferentiableOpWithInputTangent INFO:tensorflow:time(__main__.ForwardpropTest.testNonDifferentiableOpWithInputTangent): 0.06s I0222 00:34:11.786933 281473599894576 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. W0222 00:34:11.790357 281473599894576 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. W0222 00:34:11.791070 281473599894576 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. W0222 00:34:11.795488 281473599894576 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. W0222 00:34:11.796152 281473599894576 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.72s I0222 00:34:12.504456 281473599894576 test_util.py:2620] time(__main__.ForwardpropTest.testRecordingSelectively): 0.72s [ OK ] ForwardpropTest.testRecordingSelectively [ RUN ] ForwardpropTest.testShouldRecordAndStopRecord INFO:tensorflow:time(__main__.ForwardpropTest.testShouldRecordAndStopRecord): 0.5s I0222 00:34:13.004160 281473599894576 test_util.py:2620] time(__main__.ForwardpropTest.testShouldRecordAndStopRecord): 0.5s [ OK ] ForwardpropTest.testShouldRecordAndStopRecord [ RUN ] ForwardpropTest.testVariableWatched INFO:tensorflow:time(__main__.ForwardpropTest.testVariableWatched): 0.64s I0222 00:34:13.645092 281473599894576 test_util.py:2620] time(__main__.ForwardpropTest.testVariableWatched): 0.64s [ 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 6.976s 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.14s I0222 00:34:18.704557 281473752396848 test_util.py:2620] time(__main__.BatchTests.testBatchCorrectness): 0.14s [ OK ] BatchTests.testBatchCorrectness [ RUN ] ControlFlowTests.testInFunctionWhile INFO:tensorflow:time(__main__.ControlFlowTests.testInFunctionWhile): 1.43s I0222 00:34:20.132760 281473752396848 test_util.py:2620] time(__main__.ControlFlowTests.testInFunctionWhile): 1.43s [ OK ] ControlFlowTests.testInFunctionWhile [ RUN ] ForwardpropTest.testBackwardOverForwardForwardPropFirst INFO:tensorflow:time(__main__.ForwardpropTest.testBackwardOverForwardForwardPropFirst): 0.19s I0222 00:34:20.327563 281473752396848 test_util.py:2620] time(__main__.ForwardpropTest.testBackwardOverForwardForwardPropFirst): 0.19s [ OK ] ForwardpropTest.testBackwardOverForwardForwardPropFirst [ RUN ] ForwardpropTest.testElementwiseNNOpsEluP5 INFO:tensorflow:time(__main__.ForwardpropTest.testElementwiseNNOpsEluP5): 0.64s I0222 00:34:20.970542 281473752396848 test_util.py:2620] time(__main__.ForwardpropTest.testElementwiseNNOpsEluP5): 0.64s [ OK ] ForwardpropTest.testElementwiseNNOpsEluP5 [ RUN ] ForwardpropTest.testForwardOverBackwardMemoryEfficiencyForwardPropFirst INFO:tensorflow:time(__main__.ForwardpropTest.testForwardOverBackwardMemoryEfficiencyForwardPropFirst): 0.02s I0222 00:34:20.992336 281473752396848 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 0xffff0848f380> 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. W0222 00:34:21.920578 281473752396848 polymorphic_function.py:157] 5 out of the last 5 calls to .f at 0xffff0848f380> 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.42s I0222 00:34:22.413630 281473752396848 test_util.py:2620] time(__main__.ForwardpropTest.testFunctionReturnsResource): 1.42s [ RUN ] ForwardpropTest.testHVPMemory INFO:tensorflow:time(__main__.ForwardpropTest.testHVPMemory): 1.97s I0222 00:34:24.386142 281473752396848 test_util.py:2620] time(__main__.ForwardpropTest.testHVPMemory): 1.97s [ OK ] ForwardpropTest.testHVPMemory [ RUN ] ForwardpropTest.testIndexSlicesGrad INFO:tensorflow:time(__main__.ForwardpropTest.testIndexSlicesGrad): 0.31s I0222 00:34:24.697550 281473752396848 test_util.py:2620] time(__main__.ForwardpropTest.testIndexSlicesGrad): 0.31s [ OK ] ForwardpropTest.testIndexSlicesGrad [ RUN ] ForwardpropTest.testJVPFunctionWithBatchOfTangents INFO:tensorflow:time(__main__.ForwardpropTest.testJVPFunctionWithBatchOfTangents): 0.14s I0222 00:34:24.838252 281473752396848 test_util.py:2620] time(__main__.ForwardpropTest.testJVPFunctionWithBatchOfTangents): 0.14s [ OK ] ForwardpropTest.testJVPFunctionWithBatchOfTangents [ RUN ] ForwardpropTest.testNonDifferentiableOpWithInputTangent INFO:tensorflow:time(__main__.ForwardpropTest.testNonDifferentiableOpWithInputTangent): 0.06s I0222 00:34:24.899476 281473752396848 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. W0222 00:34:24.903145 281473752396848 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. W0222 00:34:24.903880 281473752396848 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. W0222 00:34:24.908610 281473752396848 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. W0222 00:34:24.909318 281473752396848 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.65s I0222 00:34:25.555046 281473752396848 test_util.py:2620] time(__main__.ForwardpropTest.testRecordingSelectively): 0.65s [ OK ] ForwardpropTest.testRecordingSelectively [ RUN ] ForwardpropTest.testShouldRecordAndStopRecord INFO:tensorflow:time(__main__.ForwardpropTest.testShouldRecordAndStopRecord): 0.68s I0222 00:34:26.240910 281473752396848 test_util.py:2620] time(__main__.ForwardpropTest.testShouldRecordAndStopRecord): 0.68s [ OK ] ForwardpropTest.testShouldRecordAndStopRecord [ RUN ] ForwardpropTest.testVariableWatched INFO:tensorflow:time(__main__.ForwardpropTest.testVariableWatched): 0.65s I0222 00:34:26.889821 281473752396848 test_util.py:2620] time(__main__.ForwardpropTest.testVariableWatched): 0.65s [ 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.324s FAILED (failures=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. W0222 00:33:17.512013 281472975533104 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.57s I0222 00:33:17.782333 281472975533104 test_util.py:2620] time(__main__.BatchTests.testBatchBackwardOverForwardTapeFirst): 0.57s [ OK ] BatchTests.testBatchBackwardOverForwardTapeFirst [ RUN ] ControlFlowTests.testInFunctionCond INFO:tensorflow:time(__main__.ControlFlowTests.testInFunctionCond): 0.8s I0222 00:33:18.588113 281472975533104 test_util.py:2620] time(__main__.ControlFlowTests.testInFunctionCond): 0.8s [ OK ] ControlFlowTests.testInFunctionCond [ RUN ] ForwardpropTest.testArgumentUnused INFO:tensorflow:time(__main__.ForwardpropTest.testArgumentUnused): 0.13s I0222 00:33:18.716171 281472975533104 test_util.py:2620] time(__main__.ForwardpropTest.testArgumentUnused): 0.13s [ OK ] ForwardpropTest.testArgumentUnused [ RUN ] ForwardpropTest.testElementwiseNNOpsEluM5 INFO:tensorflow:time(__main__.ForwardpropTest.testElementwiseNNOpsEluM5): 0.53s I0222 00:33:19.244849 281472975533104 test_util.py:2620] time(__main__.ForwardpropTest.testElementwiseNNOpsEluM5): 0.53s [ OK ] ForwardpropTest.testElementwiseNNOpsEluM5 [ RUN ] ForwardpropTest.testExceptionInCustomGradientNotSwallowed INFO:tensorflow:time(__main__.ForwardpropTest.testExceptionInCustomGradientNotSwallowed): 0.01s I0222 00:33:19.251840 281472975533104 test_util.py:2620] time(__main__.ForwardpropTest.testExceptionInCustomGradientNotSwallowed): 0.01s [ OK ] ForwardpropTest.testExceptionInCustomGradientNotSwallowed [ RUN ] ForwardpropTest.testFunctionGradInFunctionPureForward INFO:tensorflow:time(__main__.ForwardpropTest.testFunctionGradInFunctionPureForward): 1.62s I0222 00:33:20.876470 281472975533104 test_util.py:2620] time(__main__.ForwardpropTest.testFunctionGradInFunctionPureForward): 1.62s [ 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. W0222 00:33:25.745615 281472975533104 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.14s I0222 00:33:26.013267 281472975533104 test_util.py:2620] time(__main__.ForwardpropTest.testHVPCorrectness): 5.14s [ RUN ] ForwardpropTest.testHigherOrderPureForwardOrder3 INFO:tensorflow:time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder3): 19.74s I0222 00:33:45.754588 281472975533104 test_util.py:2620] time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder3): 19.74s [ OK ] ForwardpropTest.testHigherOrderPureForwardOrder3 [ RUN ] ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps INFO:tensorflow:time(__main__.ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps): 0.05s I0222 00:33:45.807999 281472975533104 test_util.py:2620] time(__main__.ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps): 0.05s [ OK ] ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps [ RUN ] ForwardpropTest.testMultipleWatchesAdd INFO:tensorflow:time(__main__.ForwardpropTest.testMultipleWatchesAdd): 1.16s I0222 00:33:46.968510 281472975533104 test_util.py:2620] time(__main__.ForwardpropTest.testMultipleWatchesAdd): 1.16s [ OK ] ForwardpropTest.testMultipleWatchesAdd [ RUN ] ForwardpropTest.testPushPopAccumulatorState INFO:tensorflow:time(__main__.ForwardpropTest.testPushPopAccumulatorState): 0.13s I0222 00:33:47.104528 281472975533104 test_util.py:2620] time(__main__.ForwardpropTest.testPushPopAccumulatorState): 0.13s [ OK ] ForwardpropTest.testPushPopAccumulatorState [ RUN ] ForwardpropTest.testRunFunctionsEagerly INFO:tensorflow:time(__main__.ForwardpropTest.testRunFunctionsEagerly): 0.02s I0222 00:33:47.124349 281472975533104 test_util.py:2620] time(__main__.ForwardpropTest.testRunFunctionsEagerly): 0.02s [ OK ] ForwardpropTest.testRunFunctionsEagerly [ RUN ] ForwardpropTest.testVariableUnwatchedZero INFO:tensorflow:time(__main__.ForwardpropTest.testVariableUnwatchedZero): 0.01s I0222 00:33:47.137861 281472975533104 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 29.932s 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. W0222 00:33:53.267054 281473564505136 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.68s I0222 00:33:53.610979 281473564505136 test_util.py:2620] time(__main__.BatchTests.testBatchBackwardOverForwardTapeFirst): 0.68s [ OK ] BatchTests.testBatchBackwardOverForwardTapeFirst [ RUN ] ControlFlowTests.testInFunctionCond INFO:tensorflow:time(__main__.ControlFlowTests.testInFunctionCond): 0.9s I0222 00:33:54.511400 281473564505136 test_util.py:2620] time(__main__.ControlFlowTests.testInFunctionCond): 0.9s [ OK ] ControlFlowTests.testInFunctionCond [ RUN ] ForwardpropTest.testArgumentUnused INFO:tensorflow:time(__main__.ForwardpropTest.testArgumentUnused): 0.09s I0222 00:33:54.599144 281473564505136 test_util.py:2620] time(__main__.ForwardpropTest.testArgumentUnused): 0.09s [ OK ] ForwardpropTest.testArgumentUnused [ RUN ] ForwardpropTest.testElementwiseNNOpsEluM5 INFO:tensorflow:time(__main__.ForwardpropTest.testElementwiseNNOpsEluM5): 0.39s I0222 00:33:54.994057 281473564505136 test_util.py:2620] time(__main__.ForwardpropTest.testElementwiseNNOpsEluM5): 0.39s [ OK ] ForwardpropTest.testElementwiseNNOpsEluM5 [ RUN ] ForwardpropTest.testExceptionInCustomGradientNotSwallowed INFO:tensorflow:time(__main__.ForwardpropTest.testExceptionInCustomGradientNotSwallowed): 0.01s I0222 00:33:55.001315 281473564505136 test_util.py:2620] time(__main__.ForwardpropTest.testExceptionInCustomGradientNotSwallowed): 0.01s [ OK ] ForwardpropTest.testExceptionInCustomGradientNotSwallowed [ RUN ] ForwardpropTest.testFunctionGradInFunctionPureForward INFO:tensorflow:time(__main__.ForwardpropTest.testFunctionGradInFunctionPureForward): 1.65s I0222 00:33:56.648142 281473564505136 test_util.py:2620] time(__main__.ForwardpropTest.testFunctionGradInFunctionPureForward): 1.65s [ 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. W0222 00:34:01.587664 281473564505136 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.33s I0222 00:34:01.980444 281473564505136 test_util.py:2620] time(__main__.ForwardpropTest.testHVPCorrectness): 5.33s [ RUN ] ForwardpropTest.testHigherOrderPureForwardOrder3 INFO:tensorflow:time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder3): 20.06s I0222 00:34:22.049410 281473564505136 test_util.py:2620] time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder3): 20.06s [ OK ] ForwardpropTest.testHigherOrderPureForwardOrder3 [ RUN ] ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps INFO:tensorflow:time(__main__.ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps): 0.06s I0222 00:34:22.115311 281473564505136 test_util.py:2620] time(__main__.ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps): 0.06s [ OK ] ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps [ RUN ] ForwardpropTest.testMultipleWatchesAdd INFO:tensorflow:time(__main__.ForwardpropTest.testMultipleWatchesAdd): 0.86s I0222 00:34:22.975099 281473564505136 test_util.py:2620] time(__main__.ForwardpropTest.testMultipleWatchesAdd): 0.86s [ OK ] ForwardpropTest.testMultipleWatchesAdd [ RUN ] ForwardpropTest.testPushPopAccumulatorState INFO:tensorflow:time(__main__.ForwardpropTest.testPushPopAccumulatorState): 0.1s I0222 00:34:23.077294 281473564505136 test_util.py:2620] time(__main__.ForwardpropTest.testPushPopAccumulatorState): 0.1s [ OK ] ForwardpropTest.testPushPopAccumulatorState [ RUN ] ForwardpropTest.testRunFunctionsEagerly INFO:tensorflow:time(__main__.ForwardpropTest.testRunFunctionsEagerly): 0.02s I0222 00:34:23.095753 281473564505136 test_util.py:2620] time(__main__.ForwardpropTest.testRunFunctionsEagerly): 0.02s [ OK ] ForwardpropTest.testRunFunctionsEagerly [ RUN ] ForwardpropTest.testVariableUnwatchedZero INFO:tensorflow:time(__main__.ForwardpropTest.testVariableUnwatchedZero): 0.01s I0222 00:34:23.108144 281473564505136 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 30.181s 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. W0222 00:34:28.817566 281473021539376 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.56s I0222 00:34:29.091892 281473021539376 test_util.py:2620] time(__main__.BatchTests.testBatchBackwardOverForwardTapeFirst): 0.56s [ OK ] BatchTests.testBatchBackwardOverForwardTapeFirst [ RUN ] ControlFlowTests.testInFunctionCond INFO:tensorflow:time(__main__.ControlFlowTests.testInFunctionCond): 0.8s I0222 00:34:29.896045 281473021539376 test_util.py:2620] time(__main__.ControlFlowTests.testInFunctionCond): 0.8s [ OK ] ControlFlowTests.testInFunctionCond [ RUN ] ForwardpropTest.testArgumentUnused INFO:tensorflow:time(__main__.ForwardpropTest.testArgumentUnused): 0.08s I0222 00:34:29.980231 281473021539376 test_util.py:2620] time(__main__.ForwardpropTest.testArgumentUnused): 0.08s [ OK ] ForwardpropTest.testArgumentUnused [ RUN ] ForwardpropTest.testElementwiseNNOpsEluM5 INFO:tensorflow:time(__main__.ForwardpropTest.testElementwiseNNOpsEluM5): 0.37s I0222 00:34:30.354836 281473021539376 test_util.py:2620] time(__main__.ForwardpropTest.testElementwiseNNOpsEluM5): 0.37s [ OK ] ForwardpropTest.testElementwiseNNOpsEluM5 [ RUN ] ForwardpropTest.testExceptionInCustomGradientNotSwallowed INFO:tensorflow:time(__main__.ForwardpropTest.testExceptionInCustomGradientNotSwallowed): 0.01s I0222 00:34:30.361952 281473021539376 test_util.py:2620] time(__main__.ForwardpropTest.testExceptionInCustomGradientNotSwallowed): 0.01s [ OK ] ForwardpropTest.testExceptionInCustomGradientNotSwallowed [ RUN ] ForwardpropTest.testFunctionGradInFunctionPureForward INFO:tensorflow:time(__main__.ForwardpropTest.testFunctionGradInFunctionPureForward): 1.42s I0222 00:34:31.783135 281473021539376 test_util.py:2620] time(__main__.ForwardpropTest.testFunctionGradInFunctionPureForward): 1.42s [ 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. W0222 00:34:35.932576 281473021539376 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.62s I0222 00:34:36.408297 281473021539376 test_util.py:2620] time(__main__.ForwardpropTest.testHVPCorrectness): 4.62s [ RUN ] ForwardpropTest.testHigherOrderPureForwardOrder3 INFO:tensorflow:time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder3): 16.32s I0222 00:34:52.731506 281473021539376 test_util.py:2620] time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder3): 16.32s [ OK ] ForwardpropTest.testHigherOrderPureForwardOrder3 [ RUN ] ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps INFO:tensorflow:time(__main__.ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps): 0.04s I0222 00:34:54.740516 281473021539376 test_util.py:2620] time(__main__.ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps): 0.04s [ OK ] ForwardpropTest.testJVPFunctionUsedByAccumulatorForOps [ RUN ] ForwardpropTest.testMultipleWatchesAdd INFO:tensorflow:time(__main__.ForwardpropTest.testMultipleWatchesAdd): 0.88s I0222 00:34:55.624846 281473021539376 test_util.py:2620] time(__main__.ForwardpropTest.testMultipleWatchesAdd): 0.88s [ OK ] ForwardpropTest.testMultipleWatchesAdd [ RUN ] ForwardpropTest.testPushPopAccumulatorState INFO:tensorflow:time(__main__.ForwardpropTest.testPushPopAccumulatorState): 0.19s I0222 00:34:55.814056 281473021539376 test_util.py:2620] time(__main__.ForwardpropTest.testPushPopAccumulatorState): 0.19s [ OK ] ForwardpropTest.testPushPopAccumulatorState [ RUN ] ForwardpropTest.testRunFunctionsEagerly INFO:tensorflow:time(__main__.ForwardpropTest.testRunFunctionsEagerly): 0.02s I0222 00:34:55.835866 281473021539376 test_util.py:2620] time(__main__.ForwardpropTest.testRunFunctionsEagerly): 0.02s [ OK ] ForwardpropTest.testRunFunctionsEagerly [ RUN ] ForwardpropTest.testVariableUnwatchedZero INFO:tensorflow:time(__main__.ForwardpropTest.testVariableUnwatchedZero): 0.01s I0222 00:34:55.850421 281473021539376 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.318s FAILED (failures=1, skipped=1) ================================================================================ ==================== Test output for //tensorflow/python/distribute:multi_process_runner_test_cpu (shard 12 of 35): Running tests under Python 3.12.0: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/multi_process_runner_test_cpu.runfiles/python_aarch64-unknown-linux-gnu/bin/python3 [ RUN ] MultiProcessRunnerTest.test_auto_restart_and_timeout_test_requiredgpus_0 INFO:tensorflow:Using local port 23552 I0222 00:34:36.079095 281473633317936 test_util.py:3999] Using local port 23552 [worker-0]: I0222 00:34:40.492274 281473778414640 multi_process_runner.py:840] Subprocess with PID 1433171 (worker, 0) is now being started. [worker-0]: I0222 00:34:40.492777 281473778414640 multi_process_runner.py:842] TF_CONFIG: '{"cluster": {"worker": ["localhost:23552"]}, "task": {"type": "worker", "index": 0}, "rpc_layer": "grpc"}' [worker-0]: I0222 00:34:40.496025 281473778414640 multi_process_runner_test.py:425] Running [worker-0]: Process _Process-2: I0222 00:34:42.466888 281472947319248 multi_process_runner.py:550] Restarting failed worker-0 [worker-0]: Traceback (most recent call last): [worker-0]: File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/multiprocessing/process.py", line 314, in _bootstrap [worker-0]: self.run() [worker-0]: File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/multi_process_runner_test_cpu.runfiles/org_tensorflow/tensorflow/python/distribute/multi_process_runner.py", line 755, in _run_with_setenv [worker-0]: return self._actual_run() [worker-0]: ^^^^^^^^^^^^^^^^^^ [worker-0]: File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/multi_process_runner_test_cpu.runfiles/org_tensorflow/tensorflow/python/distribute/multi_process_lib.py", line 54, in _run_with_absl E0222 00:34:54.705959 281473633317936 multi_process_runner.py:626] Timeout when joining for child processes. Terminating... I0222 00:34:54.706349 281473633317936 multi_process_runner.py:721] worker-0 terminated with signal . [worker-0]: app.run(lambda _: self._run_impl()) [worker-0]: File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/multi_process_runner_test_cpu.runfiles/absl_py/absl/app.py", line 312, in run [worker-0]: _run_main(main, args) [worker-0]: File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/multi_process_runner_test_cpu.runfiles/absl_py/absl/app.py", line 258, in _run_main [worker-0]: sys.exit(main(argv)) [worker-0]: ^^^^^^^^^^ [worker-0]: File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/multi_process_runner_test_cpu.runfiles/org_tensorflow/tensorflow/python/distribute/multi_process_lib.py", line 54, in [worker-0]: app.run(lambda _: self._run_impl()) [worker-0]: ^^^^^^^^^^^^^^^^ [worker-0]: File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/multiprocessing/process.py", line 108, in run [worker-0]: self._target(*self._args, **self._kwargs) [worker-0]: File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/multi_process_runner_test_cpu.runfiles/org_tensorflow/tensorflow/python/distribute/multi_process_runner.py", line 866, in __call__ [worker-0]: six.reraise(*info.exc_info) [worker-0]: File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/multi_process_runner_test_cpu.runfiles/pypi_six/site-packages/six.py", line 719, in reraise [worker-0]: raise value [worker-0]: File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/multi_process_runner_test_cpu.runfiles/org_tensorflow/tensorflow/python/distribute/multi_process_runner.py", line 1063, in _run_contained [worker-0]: return_value = fn(*args, **kwargs) [worker-0]: ^^^^^^^^^^^^^^^^^^^ [worker-0]: File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/multi_process_runner_test_cpu.runfiles/org_tensorflow/tensorflow/python/distribute/multi_process_runner_test.py", line 427, in fn [worker-0]: raise ValueError [worker-0]: ValueError [ FAILED ] MultiProcessRunnerTest.test_auto_restart_and_timeout_test_requiredgpus_0 INFO:tensorflow:time(__main__.MultiProcessRunnerTest.test_auto_restart_and_timeout_test_requiredgpus_0): 19.68s I0222 00:34:55.730538 281473633317936 test_util.py:2620] time(__main__.MultiProcessRunnerTest.test_auto_restart_and_timeout_test_requiredgpus_0): 19.68s ====================================================================== FAIL: test_auto_restart_and_timeout_test_requiredgpus_0 (__main__.MultiProcessRunnerTest) MultiProcessRunnerTest.test_auto_restart_and_timeout_test_requiredgpus_0 test_auto_restart_and_timeout_test_requiredgpus_0(required_gpus=0) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/multi_process_runner_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/distribute/multi_process_runner_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_combinations.py", line 360, in decorated execute_test_method() File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/multi_process_runner_test_cpu.runfiles/org_tensorflow/tensorflow/python/framework/test_combinations.py", line 343, in execute_test_method test_method(**kwargs_to_pass) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/multi_process_runner_test_cpu.runfiles/org_tensorflow/tensorflow/python/distribute/combinations.py", line 559, in decorator test_method(self, **kwargs) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/bin/tensorflow/python/distribute/multi_process_runner_test_cpu.runfiles/org_tensorflow/tensorflow/python/distribute/multi_process_runner_test.py", line 437, in test_auto_restart_and_timeout self.assertGreater( AssertionError: 1 not greater than 1 ---------------------------------------------------------------------- Ran 1 test in 19.685s 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.11s I0222 00:35:18.235013 281472883586096 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testBasic): 0.11s [ OK ] CompilationArgumentNamingTest.testBasic [ RUN ] CompilationArgumentNamingTest.testDictReturned INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testDictReturned): 0.09s I0222 00:35:18.324087 281472883586096 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 I0222 00:35:18.335317 281472883586096 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testMethod): 0.01s [ RUN ] CompilationArgumentNamingTest.testMethodSignature INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testMethodSignature): 0.01s I0222 00:35:18.347719 281472883586096 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testMethodSignature): 0.01s [ OK ] CompilationArgumentNamingTest.testMethodSignature [ RUN ] CompilationArgumentNamingTest.testVariable INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testVariable): 0.05s I0222 00:35:18.397311 281472883586096 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testVariable): 0.05s [ OK ] CompilationArgumentNamingTest.testVariable [ RUN ] CompilationArgumentNamingTest.testVariadic INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testVariadic): 0.03s I0222 00:35:18.431522 281472883586096 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testVariadic): 0.03s [ OK ] CompilationArgumentNamingTest.testVariadic [ RUN ] CompilationArgumentNamingTest.testVariadicInputSignature INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testVariadicInputSignature): 0.04s I0222 00:35:18.471790 281472883586096 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-22 00:35:18.489979: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:388] MLIR V1 optimization pass is not enabled INFO:tensorflow:time(__main__.CompilationCollectionTest.testCollectionValueAccess): 0.03s I0222 00:35:18.501345 281472883586096 test_util.py:2620] time(__main__.CompilationCollectionTest.testCollectionValueAccess): 0.03s [ OK ] CompilationCollectionTest.testCollectionValueAccess [ RUN ] CompilationCollectionTest.testCollectionVariableValueAccess INFO:tensorflow:time(__main__.CompilationCollectionTest.testCollectionVariableValueAccess): 0.05s I0222 00:35:18.548075 281472883586096 test_util.py:2620] time(__main__.CompilationCollectionTest.testCollectionVariableValueAccess): 0.05s [ OK ] CompilationCollectionTest.testCollectionVariableValueAccess [ RUN ] CompilationCollectionTest.test_session [ SKIPPED ] CompilationCollectionTest.test_session [ RUN ] DevicePlacementTest.testDeviceAnnotationsRespected INFO:tensorflow:Running testDeviceAnnotationsRespected in GRAPH mode. I0222 00:35:18.549382 281472883586096 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. W0222 00:35:18.549858 281472883586096 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.09s I0222 00:35:18.641481 281472883586096 test_util.py:2620] time(__main__.DevicePlacementTest.testDeviceAnnotationsRespected): 0.09s INFO:tensorflow:Running testDeviceAnnotationsRespected in EAGER mode. I0222 00:35:18.643397 281472883586096 test_util.py:1631] Running testDeviceAnnotationsRespected in EAGER mode. INFO:tensorflow:time(__main__.DevicePlacementTest.testDeviceAnnotationsRespected): 0.05s I0222 00:35:18.690302 281472883586096 test_util.py:2620] time(__main__.DevicePlacementTest.testDeviceAnnotationsRespected): 0.05s [ OK ] DevicePlacementTest.testDeviceAnnotationsRespected [ RUN ] DevicePlacementTest.testMultipleDeviceCheck INFO:tensorflow:Running testMultipleDeviceCheck in GRAPH mode. I0222 00:35:18.691132 281472883586096 test_util.py:1612] Running testMultipleDeviceCheck in GRAPH mode. INFO:tensorflow:time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.02s I0222 00:35:18.708874 281472883586096 test_util.py:2620] time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.02s INFO:tensorflow:Running testMultipleDeviceCheck in EAGER mode. I0222 00:35:18.709857 281472883586096 test_util.py:1631] Running testMultipleDeviceCheck in EAGER mode. INFO:tensorflow:time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.01s I0222 00:35:18.722475 281472883586096 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. W0222 00:35:18.723760 281472883586096 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 I0222 00:35:18.724245 281472883586096 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testArgumentPruning): 0.0s [ RUN ] MultiDeviceCompilationTest.testComplexInputOutputDevicePattern [ SKIPPED ] MultiDeviceCompilationTest.testComplexInputOutputDevicePattern INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testComplexInputOutputDevicePattern): 0.0s I0222 00:35:18.724940 281472883586096 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testComplexInputOutputDevicePattern): 0.0s [ RUN ] MultiDeviceCompilationTest.testEmptyBody [ SKIPPED ] MultiDeviceCompilationTest.testEmptyBody INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testEmptyBody): 0.0s I0222 00:35:18.725654 281472883586096 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testEmptyBody): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceColocateWith [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceColocateWith INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceColocateWith): 0.0s I0222 00:35:18.726314 281472883586096 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceColocateWith): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceInt32 [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceInt32 INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceInt32): 0.0s I0222 00:35:18.726970 281472883586096 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceInt32): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceOutput [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceOutput INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceOutput): 0.0s I0222 00:35:18.727614 281472883586096 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceOutput): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceResources [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceResources INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceResources): 0.0s I0222 00:35:18.728260 281472883586096 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceResources): 0.0s [ RUN ] MultiDeviceCompilationTest.testOutputResources [ SKIPPED ] MultiDeviceCompilationTest.testOutputResources INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testOutputResources): 0.0s I0222 00:35:18.728906 281472883586096 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testOutputResources): 0.0s [ RUN ] MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall [ SKIPPED ] MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall): 0.0s I0222 00:35:18.729558 281472883586096 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall): 0.0s [ RUN ] MultiDeviceCompilationTest.testReturnResourceFromNestedFunctionCall [ SKIPPED ] MultiDeviceCompilationTest.testReturnResourceFromNestedFunctionCall INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testReturnResourceFromNestedFunctionCall): 0.0s I0222 00:35:18.730204 281472883586096 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. I0222 00:35:18.731096 281472883586096 test_util.py:1612] Running testBackwardNoneGradient in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.21s I0222 00:35:18.938057 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.21s INFO:tensorflow:Running testBackwardNoneGradient in EAGER mode. I0222 00:35:18.939605 281472883586096 test_util.py:1631] Running testBackwardNoneGradient in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.3s I0222 00:35:19.244074 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.3s [ OK ] TracingCompilationTest.testBackwardNoneGradient [ RUN ] TracingCompilationTest.testCacheKeyAttrsClass [ SKIPPED ] TracingCompilationTest.testCacheKeyAttrsClass INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheKeyAttrsClass): 0.0s I0222 00:35:19.245378 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheKeyAttrsClass): 0.0s [ RUN ] TracingCompilationTest.testCacheKeyNestedLists INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheKeyNestedLists): 0.04s I0222 00:35:19.289395 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheKeyNestedLists): 0.04s [ OK ] TracingCompilationTest.testCacheKeyNestedLists [ RUN ] TracingCompilationTest.testCacheKeyOverlappingShapes INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheKeyOverlappingShapes): 0.04s I0222 00:35:19.330647 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheKeyOverlappingShapes): 0.04s [ OK ] TracingCompilationTest.testCacheKeyOverlappingShapes [ RUN ] TracingCompilationTest.testCacheObjectHashCollisions INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheObjectHashCollisions): 0.02s I0222 00:35:19.350636 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheObjectHashCollisions): 0.02s [ OK ] TracingCompilationTest.testCacheObjectHashCollisions [ RUN ] TracingCompilationTest.testCacheTensorDtypeCollision INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorDtypeCollision): 0.03s I0222 00:35:19.386424 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorDtypeCollision): 0.03s [ OK ] TracingCompilationTest.testCacheTensorDtypeCollision [ RUN ] TracingCompilationTest.testCacheTensorShapeCollision INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorShapeCollision): 0.04s I0222 00:35:19.431867 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorShapeCollision): 0.04s [ OK ] TracingCompilationTest.testCacheTensorShapeCollision [ RUN ] TracingCompilationTest.testCacheTensorShapeDtypeCollision INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorShapeDtypeCollision): 0.04s I0222 00:35:19.468439 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorShapeDtypeCollision): 0.04s [ OK ] TracingCompilationTest.testCacheTensorShapeDtypeCollision [ RUN ] TracingCompilationTest.testCacheTensorSpecIdenticalToTensor INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorSpecIdenticalToTensor): 0.01s I0222 00:35:19.478875 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorSpecIdenticalToTensor): 0.01s [ OK ] TracingCompilationTest.testCacheTensorSpecIdenticalToTensor [ RUN ] TracingCompilationTest.testCacheTensorUnknownShapesCollisionRelaxedShapes INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorUnknownShapesCollisionRelaxedShapes): 0.03s I0222 00:35:19.507534 281472883586096 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.69s I0222 00:35:20.201662 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testCallOptionsMemory): 0.69s [ RUN ] TracingCompilationTest.testCallingFunctionWithDifferentVariables INFO:tensorflow:time(__main__.TracingCompilationTest.testCallingFunctionWithDifferentVariables): 0.04s I0222 00:35:20.245593 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testCallingFunctionWithDifferentVariables): 0.04s [ OK ] TracingCompilationTest.testCallingFunctionWithDifferentVariables [ RUN ] TracingCompilationTest.testCallingFunctionWithNonTensorsFails INFO:tensorflow:time(__main__.TracingCompilationTest.testCallingFunctionWithNonTensorsFails): 0.01s I0222 00:35:20.252962 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testCallingFunctionWithNonTensorsFails): 0.01s [ OK ] TracingCompilationTest.testCallingFunctionWithNonTensorsFails [ RUN ] TracingCompilationTest.testCompilationForcesResourceVariables INFO:tensorflow:Running testCompilationForcesResourceVariables in GRAPH mode. I0222 00:35:20.253732 281472883586096 test_util.py:1612] Running testCompilationForcesResourceVariables in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.02s I0222 00:35:20.272701 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.02s INFO:tensorflow:Running testCompilationForcesResourceVariables in EAGER mode. I0222 00:35:20.273524 281472883586096 test_util.py:1631] Running testCompilationForcesResourceVariables in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.02s I0222 00:35:20.295629 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.02s [ OK ] TracingCompilationTest.testCompilationForcesResourceVariables [ RUN ] TracingCompilationTest.testCompilationFunctionSeparateGraphs INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationFunctionSeparateGraphs): 0.05s I0222 00:35:20.345407 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationFunctionSeparateGraphs): 0.05s [ OK ] TracingCompilationTest.testCompilationFunctionSeparateGraphs [ RUN ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors): 0.04s I0222 00:35:20.384709 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors): 0.04s [ OK ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors [ RUN ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs): 0.04s I0222 00:35:20.426341 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs): 0.04s [ OK ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs [ RUN ] TracingCompilationTest.testDeepcopyVariableNoRetracing INFO:tensorflow:time(__main__.TracingCompilationTest.testDeepcopyVariableNoRetracing): 0.04s I0222 00:35:20.467441 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testDeepcopyVariableNoRetracing): 0.04s [ OK ] TracingCompilationTest.testDeepcopyVariableNoRetracing [ RUN ] TracingCompilationTest.testDistinctVariablesNoRetracing INFO:tensorflow:time(__main__.TracingCompilationTest.testDistinctVariablesNoRetracing): 0.04s I0222 00:35:20.504786 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testDistinctVariablesNoRetracing): 0.04s [ OK ] TracingCompilationTest.testDistinctVariablesNoRetracing [ RUN ] TracingCompilationTest.testEagerCaptures INFO:tensorflow:time(__main__.TracingCompilationTest.testEagerCaptures): 0.03s I0222 00:35:20.540303 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testEagerCaptures): 0.03s [ OK ] TracingCompilationTest.testEagerCaptures [ RUN ] TracingCompilationTest.testExecutorType INFO:tensorflow:time(__main__.TracingCompilationTest.testExecutorType): 0.09s I0222 00:35:20.634649 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testExecutorType): 0.09s [ OK ] TracingCompilationTest.testExecutorType [ RUN ] TracingCompilationTest.testExternalControlDependency INFO:tensorflow:time(__main__.TracingCompilationTest.testExternalControlDependency): 0.04s I0222 00:35:20.674676 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testExternalControlDependency): 0.04s [ OK ] TracingCompilationTest.testExternalControlDependency [ RUN ] TracingCompilationTest.testFuncListAttr INFO:tensorflow:time(__main__.TracingCompilationTest.testFuncListAttr): 0.42s I0222 00:35:21.091868 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testFuncListAttr): 0.42s [ OK ] TracingCompilationTest.testFuncListAttr [ RUN ] TracingCompilationTest.testFunctionWithInvalidAttribute INFO:tensorflow:time(__main__.TracingCompilationTest.testFunctionWithInvalidAttribute): 0.0s I0222 00:35:21.093375 281472883586096 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 I0222 00:35:21.094254 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testFunctionWithResourcesOnDifferentDevices): 0.0s [ RUN ] TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly INFO:tensorflow:time(__main__.TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly): 0.02s I0222 00:35:21.116487 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly): 0.02s [ OK ] TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly [ RUN ] TracingCompilationTest.testGraphEagerIsolation INFO:tensorflow:time(__main__.TracingCompilationTest.testGraphEagerIsolation): 0.04s I0222 00:35:21.158398 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testGraphEagerIsolation): 0.04s [ OK ] TracingCompilationTest.testGraphEagerIsolation [ RUN ] TracingCompilationTest.testInputShapeFunctionRelaxation INFO:tensorflow:time(__main__.TracingCompilationTest.testInputShapeFunctionRelaxation): 0.08s I0222 00:35:21.234769 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testInputShapeFunctionRelaxation): 0.08s [ OK ] TracingCompilationTest.testInputShapeFunctionRelaxation [ RUN ] TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs): 0.0s I0222 00:35:21.236149 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs): 0.0s [ OK ] TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs [ RUN ] TracingCompilationTest.testInputSignatureWithCompatibleInputs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithCompatibleInputs): 0.08s I0222 00:35:21.313964 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithCompatibleInputs): 0.08s [ OK ] TracingCompilationTest.testInputSignatureWithCompatibleInputs [ RUN ] TracingCompilationTest.testInputSignatureWithCompositeTensors INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithCompositeTensors): 0.04s I0222 00:35:21.354103 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithCompositeTensors): 0.04s [ OK ] TracingCompilationTest.testInputSignatureWithCompositeTensors [ RUN ] TracingCompilationTest.testInputSignatureWithDictInPositionalArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithDictInPositionalArgs): 0.01s I0222 00:35:21.366895 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithDictInPositionalArgs): 0.01s [ OK ] TracingCompilationTest.testInputSignatureWithDictInPositionalArgs [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordArgs): 0.02s I0222 00:35:21.388783 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordArgs): 0.02s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordArgs [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs I0222 00:35:21.619962 281472883586096 functional_saver.py:439] Sharding callback duration: 15 I0222 00:35:21.679017 281472883586096 functional_saver.py:439] Sharding callback duration: 13 INFO:tensorflow:Assets written to: /tmp/kwonlyf/assets I0222 00:35:21.692483 281472883586096 builder_impl.py:829] Assets written to: /tmp/kwonlyf/assets I0222 00:35:21.694773 281472883586096 fingerprinting_utils.py:49] Writing fingerprint to /tmp/kwonlyf/fingerprint.pb INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs): 0.38s I0222 00:35:21.769130 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs): 0.38s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults): 0.0s I0222 00:35:21.771779 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults): 0.0s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs): 0.04s I0222 00:35:21.809434 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs): 0.04s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs [ RUN ] TracingCompilationTest.testInputSignatureWithMatchingInputs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithMatchingInputs): 0.05s I0222 00:35:21.860602 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithMatchingInputs): 0.05s [ OK ] TracingCompilationTest.testInputSignatureWithMatchingInputs [ RUN ] TracingCompilationTest.testInputSignatureWithPartialFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithPartialFunction): 0.02s I0222 00:35:21.883705 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithPartialFunction): 0.02s [ OK ] TracingCompilationTest.testInputSignatureWithPartialFunction [ RUN ] TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError INFO:tensorflow:time(__main__.TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError): 0.03s I0222 00:35:21.916566 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError): 0.03s [ OK ] TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError [ RUN ] TracingCompilationTest.testLimitedRetracing INFO:tensorflow:time(__main__.TracingCompilationTest.testLimitedRetracing): 0.38s I0222 00:35:22.300307 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testLimitedRetracing): 0.38s [ OK ] TracingCompilationTest.testLimitedRetracing [ RUN ] TracingCompilationTest.testNestedInputShapeFunctionRelaxation INFO:tensorflow:time(__main__.TracingCompilationTest.testNestedInputShapeFunctionRelaxation): 0.09s I0222 00:35:22.387962 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testNestedInputShapeFunctionRelaxation): 0.09s [ OK ] TracingCompilationTest.testNestedInputShapeFunctionRelaxation [ RUN ] TracingCompilationTest.testNestedInputSignatures INFO:tensorflow:time(__main__.TracingCompilationTest.testNestedInputSignatures): 0.04s I0222 00:35:22.428115 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testNestedInputSignatures): 0.04s [ OK ] TracingCompilationTest.testNestedInputSignatures [ RUN ] TracingCompilationTest.testNestedInputSignaturesWithDict INFO:tensorflow:time(__main__.TracingCompilationTest.testNestedInputSignaturesWithDict): 0.05s I0222 00:35:22.483701 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testNestedInputSignaturesWithDict): 0.05s [ OK ] TracingCompilationTest.testNestedInputSignaturesWithDict [ RUN ] TracingCompilationTest.testNumpyDtypeInputSupported INFO:tensorflow:time(__main__.TracingCompilationTest.testNumpyDtypeInputSupported): 0.04s I0222 00:35:22.529026 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testNumpyDtypeInputSupported): 0.04s [ OK ] TracingCompilationTest.testNumpyDtypeInputSupported [ RUN ] TracingCompilationTest.testPythonFunctionWithDefaultArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testPythonFunctionWithDefaultArgs): 0.03s I0222 00:35:22.557018 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testPythonFunctionWithDefaultArgs): 0.03s [ OK ] TracingCompilationTest.testPythonFunctionWithDefaultArgs [ RUN ] TracingCompilationTest.testReferenceCycles INFO:tensorflow:time(__main__.TracingCompilationTest.testReferenceCycles): 0.44s I0222 00:35:22.996682 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testReferenceCycles): 0.44s [ OK ] TracingCompilationTest.testReferenceCycles [ RUN ] TracingCompilationTest.testRegisterConcreteFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterConcreteFunction): 0.2s I0222 00:35:23.198217 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterConcreteFunction): 0.2s [ OK ] TracingCompilationTest.testRegisterConcreteFunction [ RUN ] TracingCompilationTest.testRegisterFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterFunction): 0.1s I0222 00:35:23.299707 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterFunction): 0.1s [ OK ] TracingCompilationTest.testRegisterFunction [ RUN ] TracingCompilationTest.testRegisterFunctionWithCache INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterFunctionWithCache): 0.04s I0222 00:35:23.343230 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterFunctionWithCache): 0.04s [ OK ] TracingCompilationTest.testRegisterFunctionWithCache [ RUN ] TracingCompilationTest.testRegisterFunctionWithInputSignature INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterFunctionWithInputSignature): 0.03s I0222 00:35:23.372960 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterFunctionWithInputSignature): 0.03s [ OK ] TracingCompilationTest.testRegisterFunctionWithInputSignature [ RUN ] TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns INFO:tensorflow:time(__main__.TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns): 0.09s I0222 00:35:23.465812 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns): 0.09s [ OK ] TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns [ RUN ] TracingCompilationTest.testShapeCaching INFO:tensorflow:Running testShapeCaching in GRAPH mode. I0222 00:35:23.466841 281472883586096 test_util.py:1612] Running testShapeCaching in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testShapeCaching): 0.11s I0222 00:35:23.576019 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testShapeCaching): 0.11s INFO:tensorflow:Running testShapeCaching in EAGER mode. I0222 00:35:23.577349 281472883586096 test_util.py:1631] Running testShapeCaching in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testShapeCaching): 0.28s I0222 00:35:23.853462 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testShapeCaching): 0.28s [ OK ] TracingCompilationTest.testShapeCaching [ RUN ] TracingCompilationTest.testSwapImplementationInEager INFO:tensorflow:time(__main__.TracingCompilationTest.testSwapImplementationInEager): 0.07s I0222 00:35:23.927928 281472883586096 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 I0222 00:35:24.034517 281472883586096 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.08s I0222 00:35:24.117312 281472883586096 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.08s [ 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.04s I0222 00:35:24.161913 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testTensorKeywordArguments): 0.04s [ OK ] TracingCompilationTest.testTensorKeywordArguments [ RUN ] TracingCompilationTest.testUnderspecifiedInputSignature INFO:tensorflow:time(__main__.TracingCompilationTest.testUnderspecifiedInputSignature): 0.02s I0222 00:35:24.178608 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testUnderspecifiedInputSignature): 0.02s [ OK ] TracingCompilationTest.testUnderspecifiedInputSignature [ RUN ] TracingCompilationTest.testVariableInLoopInFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testVariableInLoopInFunction): 0.08s I0222 00:35:24.263458 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testVariableInLoopInFunction): 0.08s [ OK ] TracingCompilationTest.testVariableInLoopInFunction [ RUN ] TracingCompilationTest.testVariablesPlacedOnOutsideDevice INFO:tensorflow:Running testVariablesPlacedOnOutsideDevice in GRAPH mode. I0222 00:35:24.264655 281472883586096 test_util.py:1612] Running testVariablesPlacedOnOutsideDevice in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testVariablesPlacedOnOutsideDevice): 0.03s I0222 00:35:24.297092 281472883586096 test_util.py:2620] time(__main__.TracingCompilationTest.testVariablesPlacedOnOutsideDevice): 0.03s INFO:tensorflow:Running testVariablesPlacedOnOutsideDevice in EAGER mode. I0222 00:35:24.297950 281472883586096 test_util.py:1631] Running testVariablesPlacedOnOutsideDevice in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testVariablesPlacedOnOutsideDevice): 0.03s I0222 00:35:24.326986 281472883586096 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 6.208s 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.12s I0222 00:35:29.686637 281473189639216 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testBasic): 0.12s [ OK ] CompilationArgumentNamingTest.testBasic [ RUN ] CompilationArgumentNamingTest.testDictReturned INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testDictReturned): 0.1s I0222 00:35:29.785446 281473189639216 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 I0222 00:35:29.798450 281473189639216 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testMethod): 0.01s [ RUN ] CompilationArgumentNamingTest.testMethodSignature INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testMethodSignature): 0.01s I0222 00:35:29.812591 281473189639216 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testMethodSignature): 0.01s [ OK ] CompilationArgumentNamingTest.testMethodSignature [ RUN ] CompilationArgumentNamingTest.testVariable INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testVariable): 0.05s I0222 00:35:29.865965 281473189639216 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testVariable): 0.05s [ OK ] CompilationArgumentNamingTest.testVariable [ RUN ] CompilationArgumentNamingTest.testVariadic INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testVariadic): 0.04s I0222 00:35:29.903472 281473189639216 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testVariadic): 0.04s [ OK ] CompilationArgumentNamingTest.testVariadic [ RUN ] CompilationArgumentNamingTest.testVariadicInputSignature INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testVariadicInputSignature): 0.04s I0222 00:35:29.946678 281473189639216 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-22 00:35:29.966126: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:388] MLIR V1 optimization pass is not enabled INFO:tensorflow:time(__main__.CompilationCollectionTest.testCollectionValueAccess): 0.03s I0222 00:35:29.979722 281473189639216 test_util.py:2620] time(__main__.CompilationCollectionTest.testCollectionValueAccess): 0.03s [ OK ] CompilationCollectionTest.testCollectionValueAccess [ RUN ] CompilationCollectionTest.testCollectionVariableValueAccess INFO:tensorflow:time(__main__.CompilationCollectionTest.testCollectionVariableValueAccess): 0.04s I0222 00:35:30.021552 281473189639216 test_util.py:2620] time(__main__.CompilationCollectionTest.testCollectionVariableValueAccess): 0.04s [ OK ] CompilationCollectionTest.testCollectionVariableValueAccess [ RUN ] CompilationCollectionTest.test_session [ SKIPPED ] CompilationCollectionTest.test_session [ RUN ] DevicePlacementTest.testDeviceAnnotationsRespected INFO:tensorflow:Running testDeviceAnnotationsRespected in GRAPH mode. I0222 00:35:30.022901 281473189639216 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. W0222 00:35:30.023386 281473189639216 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.1s I0222 00:35:30.121835 281473189639216 test_util.py:2620] time(__main__.DevicePlacementTest.testDeviceAnnotationsRespected): 0.1s INFO:tensorflow:Running testDeviceAnnotationsRespected in EAGER mode. I0222 00:35:30.123946 281473189639216 test_util.py:1631] Running testDeviceAnnotationsRespected in EAGER mode. INFO:tensorflow:time(__main__.DevicePlacementTest.testDeviceAnnotationsRespected): 0.05s I0222 00:35:30.172502 281473189639216 test_util.py:2620] time(__main__.DevicePlacementTest.testDeviceAnnotationsRespected): 0.05s [ OK ] DevicePlacementTest.testDeviceAnnotationsRespected [ RUN ] DevicePlacementTest.testMultipleDeviceCheck INFO:tensorflow:Running testMultipleDeviceCheck in GRAPH mode. I0222 00:35:30.173338 281473189639216 test_util.py:1612] Running testMultipleDeviceCheck in GRAPH mode. INFO:tensorflow:time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.03s I0222 00:35:30.204067 281473189639216 test_util.py:2620] time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.03s INFO:tensorflow:Running testMultipleDeviceCheck in EAGER mode. I0222 00:35:30.205282 281473189639216 test_util.py:1631] Running testMultipleDeviceCheck in EAGER mode. INFO:tensorflow:time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.02s I0222 00:35:30.227745 281473189639216 test_util.py:2620] time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.02s [ 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. W0222 00:35:30.229051 281473189639216 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 I0222 00:35:30.229529 281473189639216 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testArgumentPruning): 0.0s [ RUN ] MultiDeviceCompilationTest.testComplexInputOutputDevicePattern [ SKIPPED ] MultiDeviceCompilationTest.testComplexInputOutputDevicePattern INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testComplexInputOutputDevicePattern): 0.0s I0222 00:35:30.230206 281473189639216 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testComplexInputOutputDevicePattern): 0.0s [ RUN ] MultiDeviceCompilationTest.testEmptyBody [ SKIPPED ] MultiDeviceCompilationTest.testEmptyBody INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testEmptyBody): 0.0s I0222 00:35:30.230865 281473189639216 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testEmptyBody): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceColocateWith [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceColocateWith INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceColocateWith): 0.0s I0222 00:35:30.231514 281473189639216 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceColocateWith): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceInt32 [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceInt32 INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceInt32): 0.0s I0222 00:35:30.232159 281473189639216 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceInt32): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceOutput [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceOutput INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceOutput): 0.0s I0222 00:35:30.232797 281473189639216 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceOutput): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceResources [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceResources INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceResources): 0.0s I0222 00:35:30.233428 281473189639216 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceResources): 0.0s [ RUN ] MultiDeviceCompilationTest.testOutputResources [ SKIPPED ] MultiDeviceCompilationTest.testOutputResources INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testOutputResources): 0.0s I0222 00:35:30.234062 281473189639216 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testOutputResources): 0.0s [ RUN ] MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall [ SKIPPED ] MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall): 0.0s I0222 00:35:30.234719 281473189639216 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall): 0.0s [ RUN ] MultiDeviceCompilationTest.testReturnResourceFromNestedFunctionCall [ SKIPPED ] MultiDeviceCompilationTest.testReturnResourceFromNestedFunctionCall INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testReturnResourceFromNestedFunctionCall): 0.0s I0222 00:35:30.235398 281473189639216 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. I0222 00:35:30.236271 281473189639216 test_util.py:1612] Running testBackwardNoneGradient in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.35s I0222 00:35:30.586691 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.35s INFO:tensorflow:Running testBackwardNoneGradient in EAGER mode. I0222 00:35:30.588355 281473189639216 test_util.py:1631] Running testBackwardNoneGradient in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.16s I0222 00:35:30.750685 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.16s [ OK ] TracingCompilationTest.testBackwardNoneGradient [ RUN ] TracingCompilationTest.testCacheKeyAttrsClass [ SKIPPED ] TracingCompilationTest.testCacheKeyAttrsClass INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheKeyAttrsClass): 0.0s I0222 00:35:30.751990 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheKeyAttrsClass): 0.0s [ RUN ] TracingCompilationTest.testCacheKeyNestedLists INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheKeyNestedLists): 0.05s I0222 00:35:30.799256 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheKeyNestedLists): 0.05s [ OK ] TracingCompilationTest.testCacheKeyNestedLists [ RUN ] TracingCompilationTest.testCacheKeyOverlappingShapes INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheKeyOverlappingShapes): 0.04s I0222 00:35:30.843782 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheKeyOverlappingShapes): 0.04s [ OK ] TracingCompilationTest.testCacheKeyOverlappingShapes [ RUN ] TracingCompilationTest.testCacheObjectHashCollisions INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheObjectHashCollisions): 0.03s I0222 00:35:30.872871 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheObjectHashCollisions): 0.03s [ OK ] TracingCompilationTest.testCacheObjectHashCollisions [ RUN ] TracingCompilationTest.testCacheTensorDtypeCollision INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorDtypeCollision): 0.04s I0222 00:35:30.915010 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorDtypeCollision): 0.04s [ OK ] TracingCompilationTest.testCacheTensorDtypeCollision [ RUN ] TracingCompilationTest.testCacheTensorShapeCollision INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorShapeCollision): 0.04s I0222 00:35:30.960641 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorShapeCollision): 0.04s [ OK ] TracingCompilationTest.testCacheTensorShapeCollision [ RUN ] TracingCompilationTest.testCacheTensorShapeDtypeCollision INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorShapeDtypeCollision): 0.04s I0222 00:35:31.003184 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorShapeDtypeCollision): 0.04s [ OK ] TracingCompilationTest.testCacheTensorShapeDtypeCollision [ RUN ] TracingCompilationTest.testCacheTensorSpecIdenticalToTensor INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorSpecIdenticalToTensor): 0.01s I0222 00:35:31.015223 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorSpecIdenticalToTensor): 0.01s [ OK ] TracingCompilationTest.testCacheTensorSpecIdenticalToTensor [ RUN ] TracingCompilationTest.testCacheTensorUnknownShapesCollisionRelaxedShapes INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorUnknownShapesCollisionRelaxedShapes): 0.03s I0222 00:35:31.050404 281473189639216 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.8s I0222 00:35:31.852584 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testCallOptionsMemory): 0.8s [ RUN ] TracingCompilationTest.testCallingFunctionWithDifferentVariables INFO:tensorflow:time(__main__.TracingCompilationTest.testCallingFunctionWithDifferentVariables): 0.04s I0222 00:35:31.897138 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testCallingFunctionWithDifferentVariables): 0.04s [ OK ] TracingCompilationTest.testCallingFunctionWithDifferentVariables [ RUN ] TracingCompilationTest.testCallingFunctionWithNonTensorsFails INFO:tensorflow:time(__main__.TracingCompilationTest.testCallingFunctionWithNonTensorsFails): 0.01s I0222 00:35:31.904925 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testCallingFunctionWithNonTensorsFails): 0.01s [ OK ] TracingCompilationTest.testCallingFunctionWithNonTensorsFails [ RUN ] TracingCompilationTest.testCompilationForcesResourceVariables INFO:tensorflow:Running testCompilationForcesResourceVariables in GRAPH mode. I0222 00:35:31.905797 281473189639216 test_util.py:1612] Running testCompilationForcesResourceVariables in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.02s I0222 00:35:31.925693 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.02s INFO:tensorflow:Running testCompilationForcesResourceVariables in EAGER mode. I0222 00:35:31.926558 281473189639216 test_util.py:1631] Running testCompilationForcesResourceVariables in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.02s I0222 00:35:31.948786 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.02s [ OK ] TracingCompilationTest.testCompilationForcesResourceVariables [ RUN ] TracingCompilationTest.testCompilationFunctionSeparateGraphs INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationFunctionSeparateGraphs): 0.05s I0222 00:35:32.000458 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationFunctionSeparateGraphs): 0.05s [ OK ] TracingCompilationTest.testCompilationFunctionSeparateGraphs [ RUN ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors): 0.04s I0222 00:35:32.040540 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors): 0.04s [ OK ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors [ RUN ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs): 0.04s I0222 00:35:32.083761 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs): 0.04s [ OK ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs [ RUN ] TracingCompilationTest.testDeepcopyVariableNoRetracing INFO:tensorflow:time(__main__.TracingCompilationTest.testDeepcopyVariableNoRetracing): 0.04s I0222 00:35:32.126115 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testDeepcopyVariableNoRetracing): 0.04s [ OK ] TracingCompilationTest.testDeepcopyVariableNoRetracing [ RUN ] TracingCompilationTest.testDistinctVariablesNoRetracing INFO:tensorflow:time(__main__.TracingCompilationTest.testDistinctVariablesNoRetracing): 0.04s I0222 00:35:32.164767 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testDistinctVariablesNoRetracing): 0.04s [ OK ] TracingCompilationTest.testDistinctVariablesNoRetracing [ RUN ] TracingCompilationTest.testEagerCaptures INFO:tensorflow:time(__main__.TracingCompilationTest.testEagerCaptures): 0.04s I0222 00:35:32.203019 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testEagerCaptures): 0.04s [ OK ] TracingCompilationTest.testEagerCaptures [ RUN ] TracingCompilationTest.testExecutorType INFO:tensorflow:time(__main__.TracingCompilationTest.testExecutorType): 0.1s I0222 00:35:32.299487 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testExecutorType): 0.1s [ OK ] TracingCompilationTest.testExecutorType [ RUN ] TracingCompilationTest.testExternalControlDependency INFO:tensorflow:time(__main__.TracingCompilationTest.testExternalControlDependency): 0.04s I0222 00:35:32.343571 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testExternalControlDependency): 0.04s [ OK ] TracingCompilationTest.testExternalControlDependency [ RUN ] TracingCompilationTest.testFuncListAttr INFO:tensorflow:time(__main__.TracingCompilationTest.testFuncListAttr): 0.47s I0222 00:35:32.815284 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testFuncListAttr): 0.47s [ OK ] TracingCompilationTest.testFuncListAttr [ RUN ] TracingCompilationTest.testFunctionWithInvalidAttribute INFO:tensorflow:time(__main__.TracingCompilationTest.testFunctionWithInvalidAttribute): 0.0s I0222 00:35:32.816985 281473189639216 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 I0222 00:35:32.817893 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testFunctionWithResourcesOnDifferentDevices): 0.0s [ RUN ] TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly INFO:tensorflow:time(__main__.TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly): 0.02s I0222 00:35:32.838834 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly): 0.02s [ OK ] TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly [ RUN ] TracingCompilationTest.testGraphEagerIsolation INFO:tensorflow:time(__main__.TracingCompilationTest.testGraphEagerIsolation): 0.04s I0222 00:35:32.879219 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testGraphEagerIsolation): 0.04s [ OK ] TracingCompilationTest.testGraphEagerIsolation [ RUN ] TracingCompilationTest.testInputShapeFunctionRelaxation INFO:tensorflow:time(__main__.TracingCompilationTest.testInputShapeFunctionRelaxation): 0.07s I0222 00:35:32.945669 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testInputShapeFunctionRelaxation): 0.07s [ OK ] TracingCompilationTest.testInputShapeFunctionRelaxation [ RUN ] TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs): 0.0s I0222 00:35:32.947241 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs): 0.0s [ OK ] TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs [ RUN ] TracingCompilationTest.testInputSignatureWithCompatibleInputs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithCompatibleInputs): 0.04s I0222 00:35:32.984042 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithCompatibleInputs): 0.04s [ OK ] TracingCompilationTest.testInputSignatureWithCompatibleInputs [ RUN ] TracingCompilationTest.testInputSignatureWithCompositeTensors INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithCompositeTensors): 0.04s I0222 00:35:33.025363 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithCompositeTensors): 0.04s [ OK ] TracingCompilationTest.testInputSignatureWithCompositeTensors [ RUN ] TracingCompilationTest.testInputSignatureWithDictInPositionalArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithDictInPositionalArgs): 0.01s I0222 00:35:33.038199 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithDictInPositionalArgs): 0.01s [ OK ] TracingCompilationTest.testInputSignatureWithDictInPositionalArgs [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordArgs): 0.02s I0222 00:35:33.059844 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordArgs): 0.02s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordArgs [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs I0222 00:35:33.296814 281473189639216 functional_saver.py:439] Sharding callback duration: 17 I0222 00:35:33.356690 281473189639216 functional_saver.py:439] Sharding callback duration: 17 INFO:tensorflow:Assets written to: /tmp/kwonlyf/assets I0222 00:35:33.370788 281473189639216 builder_impl.py:829] Assets written to: /tmp/kwonlyf/assets I0222 00:35:33.373158 281473189639216 fingerprinting_utils.py:49] Writing fingerprint to /tmp/kwonlyf/fingerprint.pb INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs): 0.37s I0222 00:35:33.433243 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs): 0.37s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults): 0.0s I0222 00:35:33.436276 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults): 0.0s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs): 0.02s I0222 00:35:33.460049 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs): 0.02s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs [ RUN ] TracingCompilationTest.testInputSignatureWithMatchingInputs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithMatchingInputs): 0.04s I0222 00:35:33.501785 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithMatchingInputs): 0.04s [ OK ] TracingCompilationTest.testInputSignatureWithMatchingInputs [ RUN ] TracingCompilationTest.testInputSignatureWithPartialFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithPartialFunction): 0.03s I0222 00:35:33.531315 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithPartialFunction): 0.03s [ OK ] TracingCompilationTest.testInputSignatureWithPartialFunction [ RUN ] TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError INFO:tensorflow:time(__main__.TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError): 0.06s I0222 00:35:33.593739 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError): 0.06s [ OK ] TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError [ RUN ] TracingCompilationTest.testLimitedRetracing INFO:tensorflow:time(__main__.TracingCompilationTest.testLimitedRetracing): 0.7s I0222 00:35:34.297464 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testLimitedRetracing): 0.7s [ OK ] TracingCompilationTest.testLimitedRetracing [ RUN ] TracingCompilationTest.testNestedInputShapeFunctionRelaxation INFO:tensorflow:time(__main__.TracingCompilationTest.testNestedInputShapeFunctionRelaxation): 0.16s I0222 00:35:34.456100 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testNestedInputShapeFunctionRelaxation): 0.16s [ OK ] TracingCompilationTest.testNestedInputShapeFunctionRelaxation [ RUN ] TracingCompilationTest.testNestedInputSignatures INFO:tensorflow:time(__main__.TracingCompilationTest.testNestedInputSignatures): 0.04s I0222 00:35:34.494743 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testNestedInputSignatures): 0.04s [ OK ] TracingCompilationTest.testNestedInputSignatures [ RUN ] TracingCompilationTest.testNestedInputSignaturesWithDict INFO:tensorflow:time(__main__.TracingCompilationTest.testNestedInputSignaturesWithDict): 0.05s I0222 00:35:34.548689 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testNestedInputSignaturesWithDict): 0.05s [ OK ] TracingCompilationTest.testNestedInputSignaturesWithDict [ RUN ] TracingCompilationTest.testNumpyDtypeInputSupported INFO:tensorflow:time(__main__.TracingCompilationTest.testNumpyDtypeInputSupported): 0.06s I0222 00:35:34.607268 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testNumpyDtypeInputSupported): 0.06s [ OK ] TracingCompilationTest.testNumpyDtypeInputSupported [ RUN ] TracingCompilationTest.testPythonFunctionWithDefaultArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testPythonFunctionWithDefaultArgs): 0.02s I0222 00:35:34.627320 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testPythonFunctionWithDefaultArgs): 0.02s [ OK ] TracingCompilationTest.testPythonFunctionWithDefaultArgs [ RUN ] TracingCompilationTest.testReferenceCycles INFO:tensorflow:time(__main__.TracingCompilationTest.testReferenceCycles): 0.29s I0222 00:35:34.922940 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testReferenceCycles): 0.29s [ OK ] TracingCompilationTest.testReferenceCycles [ RUN ] TracingCompilationTest.testRegisterConcreteFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterConcreteFunction): 0.2s I0222 00:35:35.119916 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterConcreteFunction): 0.2s [ OK ] TracingCompilationTest.testRegisterConcreteFunction [ RUN ] TracingCompilationTest.testRegisterFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterFunction): 0.11s I0222 00:35:35.236891 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterFunction): 0.11s [ OK ] TracingCompilationTest.testRegisterFunction [ RUN ] TracingCompilationTest.testRegisterFunctionWithCache INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterFunctionWithCache): 0.03s I0222 00:35:35.266537 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterFunctionWithCache): 0.03s [ OK ] TracingCompilationTest.testRegisterFunctionWithCache [ RUN ] TracingCompilationTest.testRegisterFunctionWithInputSignature INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterFunctionWithInputSignature): 0.15s I0222 00:35:35.413812 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterFunctionWithInputSignature): 0.15s [ OK ] TracingCompilationTest.testRegisterFunctionWithInputSignature [ RUN ] TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns INFO:tensorflow:time(__main__.TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns): 0.19s I0222 00:35:35.607406 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns): 0.19s [ OK ] TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns [ RUN ] TracingCompilationTest.testShapeCaching INFO:tensorflow:Running testShapeCaching in GRAPH mode. I0222 00:35:35.608560 281473189639216 test_util.py:1612] Running testShapeCaching in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testShapeCaching): 0.16s I0222 00:35:35.764426 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testShapeCaching): 0.16s INFO:tensorflow:Running testShapeCaching in EAGER mode. I0222 00:35:35.765922 281473189639216 test_util.py:1631] Running testShapeCaching in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testShapeCaching): 0.06s I0222 00:35:35.822295 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testShapeCaching): 0.06s [ OK ] TracingCompilationTest.testShapeCaching [ RUN ] TracingCompilationTest.testSwapImplementationInEager INFO:tensorflow:time(__main__.TracingCompilationTest.testSwapImplementationInEager): 0.07s I0222 00:35:35.895789 281473189639216 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.09s I0222 00:35:35.982827 281473189639216 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.09s [ 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.08s I0222 00:35:36.062857 281473189639216 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.08s [ 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 I0222 00:35:36.139276 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testTensorKeywordArguments): 0.08s [ OK ] TracingCompilationTest.testTensorKeywordArguments [ RUN ] TracingCompilationTest.testUnderspecifiedInputSignature INFO:tensorflow:time(__main__.TracingCompilationTest.testUnderspecifiedInputSignature): 0.02s I0222 00:35:36.156900 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testUnderspecifiedInputSignature): 0.02s [ OK ] TracingCompilationTest.testUnderspecifiedInputSignature [ RUN ] TracingCompilationTest.testVariableInLoopInFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testVariableInLoopInFunction): 0.08s I0222 00:35:36.241940 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testVariableInLoopInFunction): 0.08s [ OK ] TracingCompilationTest.testVariableInLoopInFunction [ RUN ] TracingCompilationTest.testVariablesPlacedOnOutsideDevice INFO:tensorflow:Running testVariablesPlacedOnOutsideDevice in GRAPH mode. I0222 00:35:36.243249 281473189639216 test_util.py:1612] Running testVariablesPlacedOnOutsideDevice in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testVariablesPlacedOnOutsideDevice): 0.04s I0222 00:35:36.278353 281473189639216 test_util.py:2620] time(__main__.TracingCompilationTest.testVariablesPlacedOnOutsideDevice): 0.04s INFO:tensorflow:Running testVariablesPlacedOnOutsideDevice in EAGER mode. I0222 00:35:36.279260 281473189639216 test_util.py:1631] Running testVariablesPlacedOnOutsideDevice in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testVariablesPlacedOnOutsideDevice): 0.03s I0222 00:35:36.308651 281473189639216 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 6.747s 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.12s I0222 00:35:49.600041 281473298363440 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testBasic): 0.12s [ OK ] CompilationArgumentNamingTest.testBasic [ RUN ] CompilationArgumentNamingTest.testDictReturned INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testDictReturned): 0.09s I0222 00:35:49.691167 281473298363440 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 I0222 00:35:49.703168 281473298363440 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testMethod): 0.01s [ RUN ] CompilationArgumentNamingTest.testMethodSignature INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testMethodSignature): 0.01s I0222 00:35:49.715698 281473298363440 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testMethodSignature): 0.01s [ OK ] CompilationArgumentNamingTest.testMethodSignature [ RUN ] CompilationArgumentNamingTest.testVariable INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testVariable): 0.05s I0222 00:35:49.762182 281473298363440 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testVariable): 0.05s [ OK ] CompilationArgumentNamingTest.testVariable [ RUN ] CompilationArgumentNamingTest.testVariadic INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testVariadic): 0.03s I0222 00:35:49.798069 281473298363440 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testVariadic): 0.03s [ OK ] CompilationArgumentNamingTest.testVariadic [ RUN ] CompilationArgumentNamingTest.testVariadicInputSignature INFO:tensorflow:time(__main__.CompilationArgumentNamingTest.testVariadicInputSignature): 0.05s I0222 00:35:49.858703 281473298363440 test_util.py:2620] time(__main__.CompilationArgumentNamingTest.testVariadicInputSignature): 0.05s [ OK ] CompilationArgumentNamingTest.testVariadicInputSignature [ RUN ] CompilationArgumentNamingTest.test_session [ SKIPPED ] CompilationArgumentNamingTest.test_session [ RUN ] CompilationCollectionTest.testCollectionValueAccess 2024-02-22 00:35:49.915977: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:388] MLIR V1 optimization pass is not enabled INFO:tensorflow:time(__main__.CompilationCollectionTest.testCollectionValueAccess): 0.15s I0222 00:35:50.008378 281473298363440 test_util.py:2620] time(__main__.CompilationCollectionTest.testCollectionValueAccess): 0.15s [ OK ] CompilationCollectionTest.testCollectionValueAccess [ RUN ] CompilationCollectionTest.testCollectionVariableValueAccess INFO:tensorflow:time(__main__.CompilationCollectionTest.testCollectionVariableValueAccess): 0.09s I0222 00:35:50.102536 281473298363440 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. I0222 00:35:50.104019 281473298363440 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. W0222 00:35:50.104590 281473298363440 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.15s I0222 00:35:50.255990 281473298363440 test_util.py:2620] time(__main__.DevicePlacementTest.testDeviceAnnotationsRespected): 0.15s INFO:tensorflow:Running testDeviceAnnotationsRespected in EAGER mode. I0222 00:35:50.258395 281473298363440 test_util.py:1631] Running testDeviceAnnotationsRespected in EAGER mode. INFO:tensorflow:time(__main__.DevicePlacementTest.testDeviceAnnotationsRespected): 0.05s I0222 00:35:50.310889 281473298363440 test_util.py:2620] time(__main__.DevicePlacementTest.testDeviceAnnotationsRespected): 0.05s [ OK ] DevicePlacementTest.testDeviceAnnotationsRespected [ RUN ] DevicePlacementTest.testMultipleDeviceCheck INFO:tensorflow:Running testMultipleDeviceCheck in GRAPH mode. I0222 00:35:50.311831 281473298363440 test_util.py:1612] Running testMultipleDeviceCheck in GRAPH mode. INFO:tensorflow:time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.02s I0222 00:35:50.333002 281473298363440 test_util.py:2620] time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.02s INFO:tensorflow:Running testMultipleDeviceCheck in EAGER mode. I0222 00:35:50.334226 281473298363440 test_util.py:1631] Running testMultipleDeviceCheck in EAGER mode. INFO:tensorflow:time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.02s I0222 00:35:50.349999 281473298363440 test_util.py:2620] time(__main__.DevicePlacementTest.testMultipleDeviceCheck): 0.02s [ 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. W0222 00:35:50.351448 281473298363440 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 I0222 00:35:50.351983 281473298363440 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testArgumentPruning): 0.0s [ RUN ] MultiDeviceCompilationTest.testComplexInputOutputDevicePattern [ SKIPPED ] MultiDeviceCompilationTest.testComplexInputOutputDevicePattern INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testComplexInputOutputDevicePattern): 0.0s I0222 00:35:50.352679 281473298363440 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testComplexInputOutputDevicePattern): 0.0s [ RUN ] MultiDeviceCompilationTest.testEmptyBody [ SKIPPED ] MultiDeviceCompilationTest.testEmptyBody INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testEmptyBody): 0.0s I0222 00:35:50.353353 281473298363440 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testEmptyBody): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceColocateWith [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceColocateWith INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceColocateWith): 0.0s I0222 00:35:50.354017 281473298363440 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceColocateWith): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceInt32 [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceInt32 INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceInt32): 0.0s I0222 00:35:50.354672 281473298363440 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceInt32): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceOutput [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceOutput INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceOutput): 0.0s I0222 00:35:50.355351 281473298363440 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceOutput): 0.0s [ RUN ] MultiDeviceCompilationTest.testMultiDeviceResources [ SKIPPED ] MultiDeviceCompilationTest.testMultiDeviceResources INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testMultiDeviceResources): 0.0s I0222 00:35:50.355996 281473298363440 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testMultiDeviceResources): 0.0s [ RUN ] MultiDeviceCompilationTest.testOutputResources [ SKIPPED ] MultiDeviceCompilationTest.testOutputResources INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testOutputResources): 0.0s I0222 00:35:50.356644 281473298363440 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testOutputResources): 0.0s [ RUN ] MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall [ SKIPPED ] MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall): 0.0s I0222 00:35:50.357319 281473298363440 test_util.py:2620] time(__main__.MultiDeviceCompilationTest.testPassResourceThroughNestedFunctionCall): 0.0s [ RUN ] MultiDeviceCompilationTest.testReturnResourceFromNestedFunctionCall [ SKIPPED ] MultiDeviceCompilationTest.testReturnResourceFromNestedFunctionCall INFO:tensorflow:time(__main__.MultiDeviceCompilationTest.testReturnResourceFromNestedFunctionCall): 0.0s I0222 00:35:50.357971 281473298363440 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. I0222 00:35:50.358878 281473298363440 test_util.py:1612] Running testBackwardNoneGradient in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.41s I0222 00:35:50.768628 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.41s INFO:tensorflow:Running testBackwardNoneGradient in EAGER mode. I0222 00:35:50.770453 281473298363440 test_util.py:1631] Running testBackwardNoneGradient in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.29s I0222 00:35:51.063891 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testBackwardNoneGradient): 0.29s [ OK ] TracingCompilationTest.testBackwardNoneGradient [ RUN ] TracingCompilationTest.testCacheKeyAttrsClass [ SKIPPED ] TracingCompilationTest.testCacheKeyAttrsClass INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheKeyAttrsClass): 0.0s I0222 00:35:51.065206 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheKeyAttrsClass): 0.0s [ RUN ] TracingCompilationTest.testCacheKeyNestedLists INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheKeyNestedLists): 0.04s I0222 00:35:51.107854 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheKeyNestedLists): 0.04s [ OK ] TracingCompilationTest.testCacheKeyNestedLists [ RUN ] TracingCompilationTest.testCacheKeyOverlappingShapes INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheKeyOverlappingShapes): 0.04s I0222 00:35:51.149436 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheKeyOverlappingShapes): 0.04s [ OK ] TracingCompilationTest.testCacheKeyOverlappingShapes [ RUN ] TracingCompilationTest.testCacheObjectHashCollisions INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheObjectHashCollisions): 0.02s I0222 00:35:51.170783 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheObjectHashCollisions): 0.02s [ OK ] TracingCompilationTest.testCacheObjectHashCollisions [ RUN ] TracingCompilationTest.testCacheTensorDtypeCollision INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorDtypeCollision): 0.04s I0222 00:35:51.210280 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorDtypeCollision): 0.04s [ OK ] TracingCompilationTest.testCacheTensorDtypeCollision [ RUN ] TracingCompilationTest.testCacheTensorShapeCollision INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorShapeCollision): 0.04s I0222 00:35:51.247020 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorShapeCollision): 0.04s [ OK ] TracingCompilationTest.testCacheTensorShapeCollision [ RUN ] TracingCompilationTest.testCacheTensorShapeDtypeCollision INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorShapeDtypeCollision): 0.06s I0222 00:35:51.307142 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorShapeDtypeCollision): 0.06s [ OK ] TracingCompilationTest.testCacheTensorShapeDtypeCollision [ RUN ] TracingCompilationTest.testCacheTensorSpecIdenticalToTensor INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorSpecIdenticalToTensor): 0.01s I0222 00:35:51.317950 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorSpecIdenticalToTensor): 0.01s [ OK ] TracingCompilationTest.testCacheTensorSpecIdenticalToTensor [ RUN ] TracingCompilationTest.testCacheTensorUnknownShapesCollisionRelaxedShapes INFO:tensorflow:time(__main__.TracingCompilationTest.testCacheTensorUnknownShapesCollisionRelaxedShapes): 0.06s I0222 00:35:51.373916 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testCacheTensorUnknownShapesCollisionRelaxedShapes): 0.06s [ OK ] TracingCompilationTest.testCacheTensorUnknownShapesCollisionRelaxedShapes [ RUN ] TracingCompilationTest.testCallOptionsMemory [ FAILED ] TracingCompilationTest.testCallOptionsMemory INFO:tensorflow:time(__main__.TracingCompilationTest.testCallOptionsMemory): 0.67s I0222 00:35:52.040670 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testCallOptionsMemory): 0.67s [ RUN ] TracingCompilationTest.testCallingFunctionWithDifferentVariables INFO:tensorflow:time(__main__.TracingCompilationTest.testCallingFunctionWithDifferentVariables): 0.06s I0222 00:35:52.100289 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testCallingFunctionWithDifferentVariables): 0.06s [ OK ] TracingCompilationTest.testCallingFunctionWithDifferentVariables [ RUN ] TracingCompilationTest.testCallingFunctionWithNonTensorsFails INFO:tensorflow:time(__main__.TracingCompilationTest.testCallingFunctionWithNonTensorsFails): 0.01s I0222 00:35:52.107705 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testCallingFunctionWithNonTensorsFails): 0.01s [ OK ] TracingCompilationTest.testCallingFunctionWithNonTensorsFails [ RUN ] TracingCompilationTest.testCompilationForcesResourceVariables INFO:tensorflow:Running testCompilationForcesResourceVariables in GRAPH mode. I0222 00:35:52.108474 281473298363440 test_util.py:1612] Running testCompilationForcesResourceVariables in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.03s I0222 00:35:52.141101 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.03s INFO:tensorflow:Running testCompilationForcesResourceVariables in EAGER mode. I0222 00:35:52.141922 281473298363440 test_util.py:1631] Running testCompilationForcesResourceVariables in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.02s I0222 00:35:52.163325 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationForcesResourceVariables): 0.02s [ OK ] TracingCompilationTest.testCompilationForcesResourceVariables [ RUN ] TracingCompilationTest.testCompilationFunctionSeparateGraphs INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationFunctionSeparateGraphs): 0.06s I0222 00:35:52.225648 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationFunctionSeparateGraphs): 0.06s [ OK ] TracingCompilationTest.testCompilationFunctionSeparateGraphs [ RUN ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors): 0.04s I0222 00:35:52.264376 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors): 0.04s [ OK ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensors [ RUN ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs INFO:tensorflow:time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs): 0.04s I0222 00:35:52.305924 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs): 0.04s [ OK ] TracingCompilationTest.testCompilationNumpyArraysConvertedToTensorsInKwargs [ RUN ] TracingCompilationTest.testDeepcopyVariableNoRetracing INFO:tensorflow:time(__main__.TracingCompilationTest.testDeepcopyVariableNoRetracing): 0.04s I0222 00:35:52.348644 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testDeepcopyVariableNoRetracing): 0.04s [ OK ] TracingCompilationTest.testDeepcopyVariableNoRetracing [ RUN ] TracingCompilationTest.testDistinctVariablesNoRetracing INFO:tensorflow:time(__main__.TracingCompilationTest.testDistinctVariablesNoRetracing): 0.05s I0222 00:35:52.396622 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testDistinctVariablesNoRetracing): 0.05s [ OK ] TracingCompilationTest.testDistinctVariablesNoRetracing [ RUN ] TracingCompilationTest.testEagerCaptures INFO:tensorflow:time(__main__.TracingCompilationTest.testEagerCaptures): 0.03s I0222 00:35:52.431657 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testEagerCaptures): 0.03s [ OK ] TracingCompilationTest.testEagerCaptures [ RUN ] TracingCompilationTest.testExecutorType INFO:tensorflow:time(__main__.TracingCompilationTest.testExecutorType): 0.1s I0222 00:35:52.529081 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testExecutorType): 0.1s [ OK ] TracingCompilationTest.testExecutorType [ RUN ] TracingCompilationTest.testExternalControlDependency INFO:tensorflow:time(__main__.TracingCompilationTest.testExternalControlDependency): 0.04s I0222 00:35:52.570538 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testExternalControlDependency): 0.04s [ OK ] TracingCompilationTest.testExternalControlDependency [ RUN ] TracingCompilationTest.testFuncListAttr INFO:tensorflow:time(__main__.TracingCompilationTest.testFuncListAttr): 0.49s I0222 00:35:53.065606 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testFuncListAttr): 0.49s [ OK ] TracingCompilationTest.testFuncListAttr [ RUN ] TracingCompilationTest.testFunctionWithInvalidAttribute INFO:tensorflow:time(__main__.TracingCompilationTest.testFunctionWithInvalidAttribute): 0.0s I0222 00:35:53.067136 281473298363440 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 I0222 00:35:53.067957 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testFunctionWithResourcesOnDifferentDevices): 0.0s [ RUN ] TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly INFO:tensorflow:time(__main__.TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly): 0.02s I0222 00:35:53.090535 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly): 0.02s [ OK ] TracingCompilationTest.testFunctoolsPartialUnwrappedCorrectly [ RUN ] TracingCompilationTest.testGraphEagerIsolation INFO:tensorflow:time(__main__.TracingCompilationTest.testGraphEagerIsolation): 0.04s I0222 00:35:53.132526 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testGraphEagerIsolation): 0.04s [ OK ] TracingCompilationTest.testGraphEagerIsolation [ RUN ] TracingCompilationTest.testInputShapeFunctionRelaxation INFO:tensorflow:time(__main__.TracingCompilationTest.testInputShapeFunctionRelaxation): 0.04s I0222 00:35:53.175319 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testInputShapeFunctionRelaxation): 0.04s [ OK ] TracingCompilationTest.testInputShapeFunctionRelaxation [ RUN ] TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs): 0.0s I0222 00:35:53.176677 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs): 0.0s [ OK ] TracingCompilationTest.testInputSignatureMustBeSequenceOfTensorSpecs [ RUN ] TracingCompilationTest.testInputSignatureWithCompatibleInputs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithCompatibleInputs): 0.03s I0222 00:35:53.211847 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithCompatibleInputs): 0.03s [ OK ] TracingCompilationTest.testInputSignatureWithCompatibleInputs [ RUN ] TracingCompilationTest.testInputSignatureWithCompositeTensors INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithCompositeTensors): 0.04s I0222 00:35:53.252553 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithCompositeTensors): 0.04s [ OK ] TracingCompilationTest.testInputSignatureWithCompositeTensors [ RUN ] TracingCompilationTest.testInputSignatureWithDictInPositionalArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithDictInPositionalArgs): 0.01s I0222 00:35:53.265308 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithDictInPositionalArgs): 0.01s [ OK ] TracingCompilationTest.testInputSignatureWithDictInPositionalArgs [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordArgs): 0.02s I0222 00:35:53.286155 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordArgs): 0.02s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordArgs [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs I0222 00:35:53.604422 281473298363440 functional_saver.py:439] Sharding callback duration: 14 I0222 00:35:53.661353 281473298363440 functional_saver.py:439] Sharding callback duration: 13 INFO:tensorflow:Assets written to: /tmp/kwonlyf/assets I0222 00:35:53.674552 281473298363440 builder_impl.py:829] Assets written to: /tmp/kwonlyf/assets I0222 00:35:53.676769 281473298363440 fingerprinting_utils.py:49] Writing fingerprint to /tmp/kwonlyf/fingerprint.pb INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs): 0.46s I0222 00:35:53.746060 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs): 0.46s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgs [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults): 0.0s I0222 00:35:53.748740 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults): 0.0s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordOnlyArgsNoDefaults [ RUN ] TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs): 0.02s I0222 00:35:53.772522 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs): 0.02s [ OK ] TracingCompilationTest.testInputSignatureWithKeywordPositionalArgs [ RUN ] TracingCompilationTest.testInputSignatureWithMatchingInputs INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithMatchingInputs): 0.04s I0222 00:35:53.812344 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithMatchingInputs): 0.04s [ OK ] TracingCompilationTest.testInputSignatureWithMatchingInputs [ RUN ] TracingCompilationTest.testInputSignatureWithPartialFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testInputSignatureWithPartialFunction): 0.17s I0222 00:35:53.985050 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testInputSignatureWithPartialFunction): 0.17s [ OK ] TracingCompilationTest.testInputSignatureWithPartialFunction [ RUN ] TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError INFO:tensorflow:time(__main__.TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError): 0.03s I0222 00:35:54.020390 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError): 0.03s [ OK ] TracingCompilationTest.testInputsIncompatibleWithNestedSignatureRaisesError [ RUN ] TracingCompilationTest.testLimitedRetracing INFO:tensorflow:time(__main__.TracingCompilationTest.testLimitedRetracing): 0.46s I0222 00:35:54.477752 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testLimitedRetracing): 0.46s [ OK ] TracingCompilationTest.testLimitedRetracing [ RUN ] TracingCompilationTest.testNestedInputShapeFunctionRelaxation INFO:tensorflow:time(__main__.TracingCompilationTest.testNestedInputShapeFunctionRelaxation): 0.23s I0222 00:35:54.705901 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testNestedInputShapeFunctionRelaxation): 0.23s [ OK ] TracingCompilationTest.testNestedInputShapeFunctionRelaxation [ RUN ] TracingCompilationTest.testNestedInputSignatures INFO:tensorflow:time(__main__.TracingCompilationTest.testNestedInputSignatures): 0.04s I0222 00:35:54.747826 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testNestedInputSignatures): 0.04s [ OK ] TracingCompilationTest.testNestedInputSignatures [ RUN ] TracingCompilationTest.testNestedInputSignaturesWithDict INFO:tensorflow:time(__main__.TracingCompilationTest.testNestedInputSignaturesWithDict): 0.05s I0222 00:35:54.798247 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testNestedInputSignaturesWithDict): 0.05s [ OK ] TracingCompilationTest.testNestedInputSignaturesWithDict [ RUN ] TracingCompilationTest.testNumpyDtypeInputSupported INFO:tensorflow:time(__main__.TracingCompilationTest.testNumpyDtypeInputSupported): 0.04s I0222 00:35:54.837262 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testNumpyDtypeInputSupported): 0.04s [ OK ] TracingCompilationTest.testNumpyDtypeInputSupported [ RUN ] TracingCompilationTest.testPythonFunctionWithDefaultArgs INFO:tensorflow:time(__main__.TracingCompilationTest.testPythonFunctionWithDefaultArgs): 0.03s I0222 00:35:54.870456 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testPythonFunctionWithDefaultArgs): 0.03s [ OK ] TracingCompilationTest.testPythonFunctionWithDefaultArgs [ RUN ] TracingCompilationTest.testReferenceCycles INFO:tensorflow:time(__main__.TracingCompilationTest.testReferenceCycles): 0.27s I0222 00:35:55.140059 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testReferenceCycles): 0.27s [ OK ] TracingCompilationTest.testReferenceCycles [ RUN ] TracingCompilationTest.testRegisterConcreteFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterConcreteFunction): 0.21s I0222 00:35:55.348214 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterConcreteFunction): 0.21s [ OK ] TracingCompilationTest.testRegisterConcreteFunction [ RUN ] TracingCompilationTest.testRegisterFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterFunction): 0.15s I0222 00:35:55.497437 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterFunction): 0.15s [ OK ] TracingCompilationTest.testRegisterFunction [ RUN ] TracingCompilationTest.testRegisterFunctionWithCache INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterFunctionWithCache): 0.03s I0222 00:35:55.527525 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterFunctionWithCache): 0.03s [ OK ] TracingCompilationTest.testRegisterFunctionWithCache [ RUN ] TracingCompilationTest.testRegisterFunctionWithInputSignature INFO:tensorflow:time(__main__.TracingCompilationTest.testRegisterFunctionWithInputSignature): 0.03s I0222 00:35:55.556122 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testRegisterFunctionWithInputSignature): 0.03s [ OK ] TracingCompilationTest.testRegisterFunctionWithInputSignature [ RUN ] TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns INFO:tensorflow:time(__main__.TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns): 0.11s I0222 00:35:55.664446 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns): 0.11s [ OK ] TracingCompilationTest.testRetracingOnDifferentVaribleCombinationPatterns [ RUN ] TracingCompilationTest.testShapeCaching INFO:tensorflow:Running testShapeCaching in GRAPH mode. I0222 00:35:55.665527 281473298363440 test_util.py:1612] Running testShapeCaching in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testShapeCaching): 0.14s I0222 00:35:55.807761 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testShapeCaching): 0.14s INFO:tensorflow:Running testShapeCaching in EAGER mode. I0222 00:35:55.809065 281473298363440 test_util.py:1631] Running testShapeCaching in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testShapeCaching): 0.05s I0222 00:35:55.861893 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testShapeCaching): 0.05s [ OK ] TracingCompilationTest.testShapeCaching [ RUN ] TracingCompilationTest.testSwapImplementationInEager INFO:tensorflow:time(__main__.TracingCompilationTest.testSwapImplementationInEager): 0.06s I0222 00:35:55.919470 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testSwapImplementationInEager): 0.06s [ 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.09s I0222 00:35:56.007893 281473298363440 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.09s [ 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.1s I0222 00:35:56.107203 281473298363440 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.1s [ 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.04s I0222 00:35:56.146744 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testTensorKeywordArguments): 0.04s [ OK ] TracingCompilationTest.testTensorKeywordArguments [ RUN ] TracingCompilationTest.testUnderspecifiedInputSignature INFO:tensorflow:time(__main__.TracingCompilationTest.testUnderspecifiedInputSignature): 0.02s I0222 00:35:56.163443 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testUnderspecifiedInputSignature): 0.02s [ OK ] TracingCompilationTest.testUnderspecifiedInputSignature [ RUN ] TracingCompilationTest.testVariableInLoopInFunction INFO:tensorflow:time(__main__.TracingCompilationTest.testVariableInLoopInFunction): 0.16s I0222 00:35:56.328801 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testVariableInLoopInFunction): 0.16s [ OK ] TracingCompilationTest.testVariableInLoopInFunction [ RUN ] TracingCompilationTest.testVariablesPlacedOnOutsideDevice INFO:tensorflow:Running testVariablesPlacedOnOutsideDevice in GRAPH mode. I0222 00:35:56.330006 281473298363440 test_util.py:1612] Running testVariablesPlacedOnOutsideDevice in GRAPH mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testVariablesPlacedOnOutsideDevice): 0.05s I0222 00:35:56.381209 281473298363440 test_util.py:2620] time(__main__.TracingCompilationTest.testVariablesPlacedOnOutsideDevice): 0.05s INFO:tensorflow:Running testVariablesPlacedOnOutsideDevice in EAGER mode. I0222 00:35:56.382046 281473298363440 test_util.py:1631] Running testVariablesPlacedOnOutsideDevice in EAGER mode. INFO:tensorflow:time(__main__.TracingCompilationTest.testVariablesPlacedOnOutsideDevice): 0.03s I0222 00:35:56.410189 281473298363440 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 6.928s FAILED (failures=1, skipped=18) ================================================================================ ==================== 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 I0222 00:35:55.771470 281473520792624 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)): 1.27s I0222 00:35:57.039000 281473520792624 test_util.py:2620] time(__main__.FunctionTest.testClone110 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, 'foo.bar', None, False, True)): 1.27s [ 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.36s I0222 00:35:58.399347 281473520792624 test_util.py:2620] time(__main__.FunctionTest.testClone124 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , None, True, True, True)): 1.36s [ 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 I0222 00:35:58.433033 281473520792624 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 I0222 00:35:58.452153 281473520792624 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.02s I0222 00:35:58.471574 281473520792624 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 I0222 00:35:58.491246 281473520792624 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 I0222 00:35:58.523242 281473520792624 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.87s I0222 00:36:00.396002 281473520792624 test_util.py:2620] time(__main__.FunctionTest.testClone33 (None, True, , None, False, True, False)): 1.87s [ 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 0xfffefa41a2a0> 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. W0222 00:36:00.414963 281473520792624 polymorphic_function.py:157] 5 out of the last 5 calls to . at 0xfffefa41a2a0> 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.05s I0222 00:36:00.450403 281473520792624 test_util.py:2620] time(__main__.FunctionTest.testClone47 (None, True, , 'foo.bar', False, False, False)): 0.05s [ 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 0xfffefa153ec0> 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. W0222 00:36:00.496734 281473520792624 polymorphic_function.py:157] 5 out of the last 5 calls to . at 0xfffefa153ec0> 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.05s I0222 00:36:00.499621 281473520792624 test_util.py:2620] time(__main__.FunctionTest.testClone60 (None, False, None, 'foo.bar', None, True, True)): 0.05s [ 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 0xfffefa1528e0> 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. W0222 00:36:00.567155 281473520792624 polymorphic_function.py:157] 6 out of the last 6 calls to . at 0xfffefa1528e0> 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.07s I0222 00:36:00.570322 281473520792624 test_util.py:2620] time(__main__.FunctionTest.testClone74 (None, False, , None, None, False, True)): 0.07s [ 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.06s I0222 00:36:00.629499 281473520792624 test_util.py:2620] time(__main__.FunctionTest.testClone88 (None, False, , 'foo.bar', True, True, True)): 0.06s [ OK ] FunctionTest.testClone88 (None, False, , 'foo.bar', True, True, True) [ RUN ] FunctionTest.testCompositeAsArgumentTensorWithDefunIndexedSlicesWithoutDenseShape INFO:tensorflow:time(__main__.FunctionTest.testCompositeAsArgumentTensorWithDefunIndexedSlicesWithoutDenseShape): 0.27s I0222 00:36:00.898863 281473520792624 test_util.py:2620] time(__main__.FunctionTest.testCompositeAsArgumentTensorWithDefunIndexedSlicesWithoutDenseShape): 0.27s [ OK ] FunctionTest.testCompositeAsArgumentTensorWithDefunIndexedSlicesWithoutDenseShape [ RUN ] FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg INFO:tensorflow:Running testConcreteFunctionFlatSignatureError in GRAPH mode. I0222 00:36:00.900018 281473520792624 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. W0222 00:36:00.900543 281473520792624 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 I0222 00:36:00.982609 281473520792624 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg): 0.08s INFO:tensorflow:Running testConcreteFunctionFlatSignatureError in EAGER mode. I0222 00:36:00.983743 281473520792624 test_util.py:1631] Running testConcreteFunctionFlatSignatureError in EAGER mode. INFO:tensorflow:time(__main__.FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg): 0.01s I0222 00:36:00.997052 281473520792624 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg): 0.01s [ OK ] FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg [ RUN ] FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType INFO:tensorflow:Running testConcreteFunctionStructuredSignatureError in GRAPH mode. I0222 00:36:00.998115 281473520792624 test_util.py:1612] Running testConcreteFunctionStructuredSignatureError in GRAPH mode. INFO:tensorflow:time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.07s I0222 00:36:01.072509 281473520792624 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.07s INFO:tensorflow:Running testConcreteFunctionStructuredSignatureError in EAGER mode. I0222 00:36:01.073627 281473520792624 test_util.py:1631] Running testConcreteFunctionStructuredSignatureError in EAGER mode. INFO:tensorflow:time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.01s I0222 00:36:01.084202 281473520792624 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.01s [ OK ] FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType [ RUN ] FunctionTest.testDefunCapturedInt32 INFO:tensorflow:time(__main__.FunctionTest.testDefunCapturedInt32): 0.08s I0222 00:36:01.169544 281473520792624 test_util.py:2620] time(__main__.FunctionTest.testDefunCapturedInt32): 0.08s [ OK ] FunctionTest.testDefunCapturedInt32 [ RUN ] FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager [ FAILED ] FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager INFO:tensorflow:time(__main__.FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager): 0.91s I0222 00:36:02.082662 281473520792624 test_util.py:2620] time(__main__.FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager): 0.91s [ RUN ] FunctionTest.testFunctionMultipleVariableInitializer INFO:tensorflow:time(__main__.FunctionTest.testFunctionMultipleVariableInitializer): 0.33s I0222 00:36:02.417678 281473520792624 test_util.py:2620] time(__main__.FunctionTest.testFunctionMultipleVariableInitializer): 0.33s [ OK ] FunctionTest.testFunctionMultipleVariableInitializer [ RUN ] FunctionTest.testImplementsAttributeBasic INFO:tensorflow:time(__main__.FunctionTest.testImplementsAttributeBasic): 0.76s I0222 00:36:03.181288 281473520792624 test_util.py:2620] time(__main__.FunctionTest.testImplementsAttributeBasic): 0.76s [ OK ] FunctionTest.testImplementsAttributeBasic [ RUN ] FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction INFO:tensorflow:time(__main__.FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction): 1.05s I0222 00:36:04.235905 281473520792624 test_util.py:2620] time(__main__.FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction): 1.05s [ OK ] FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction [ RUN ] FunctionTest.testMethodReferenceCycles INFO:tensorflow:time(__main__.FunctionTest.testMethodReferenceCycles): 0.4s I0222 00:36:04.638381 281473520792624 test_util.py:2620] time(__main__.FunctionTest.testMethodReferenceCycles): 0.4s [ OK ] FunctionTest.testMethodReferenceCycles [ RUN ] FunctionTest.testNestedShapeFunctionRelaxation INFO:tensorflow:time(__main__.FunctionTest.testNestedShapeFunctionRelaxation): 0.38s I0222 00:36:05.021346 281473520792624 test_util.py:2620] time(__main__.FunctionTest.testNestedShapeFunctionRelaxation): 0.38s [ OK ] FunctionTest.testNestedShapeFunctionRelaxation [ RUN ] FunctionTest.testReadInFuncWriteOutside WARNING:tensorflow:5 out of the last 5 calls to .get_v_plus_one at 0xfffed81dcfe0> 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. W0222 00:36:05.406118 281473520792624 polymorphic_function.py:157] 5 out of the last 5 calls to .get_v_plus_one at 0xfffed81dcfe0> 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 0xfffed81ddbc0> 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. W0222 00:36:05.451787 281473520792624 polymorphic_function.py:157] 6 out of the last 6 calls to .get_v_plus_one at 0xfffed81ddbc0> 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.14s I0222 00:36:07.160541 281473520792624 test_util.py:2620] time(__main__.FunctionTest.testReadInFuncWriteOutside): 2.14s [ OK ] FunctionTest.testReadInFuncWriteOutside [ RUN ] FunctionTest.testSequenceInputs INFO:tensorflow:time(__main__.FunctionTest.testSequenceInputs): 0.08s I0222 00:36:07.243229 281473520792624 test_util.py:2620] time(__main__.FunctionTest.testSequenceInputs): 0.08s [ 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_.\\\\/>-]*$')/ W0222 00:36:07.247107 281473520792624 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.08s I0222 00:36:07.324401 281473520792624 test_util.py:2620] time(__main__.FunctionTest.testUnderscoreName): 0.08s [ OK ] FunctionTest.testUnderscoreName [ RUN ] FunctionTest.testVariableSpecWithInputSignature INFO:tensorflow:time(__main__.FunctionTest.testVariableSpecWithInputSignature): 0.0s I0222 00:36:07.326524 281473520792624 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.13s I0222 00:36:07.456903 281473520792624 test_util.py:2620] time(__main__.FunctionTest.test_concrete_function_shape_mismatch): 0.13s [ 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.15s I0222 00:36:07.611516 281473520792624 test_util.py:2620] time(__main__.FunctionTest.test_pickle10 (None, True, , 'foo.bar', True)): 0.15s [ 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.12s I0222 00:36:07.741270 281473520792624 test_util.py:2620] time(__main__.FunctionTest.test_pickle24 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, None, None)): 0.12s [ 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. W0222 00:36:07.769578 281473520792624 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. W0222 00:36:07.791521 281473520792624 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 I0222 00:36:07.792588 281473520792624 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.06s I0222 00:36:07.850208 281473520792624 test_util.py:2620] time(__main__.FunctionTest.test_pickle9 (None, True, , 'foo.bar', None)): 0.06s [ OK ] FunctionTest.test_pickle9 (None, True, , 'foo.bar', None) [ RUN ] FunctionTest.test_variable_naming INFO:tensorflow:Running test_variable_naming in GRAPH mode. I0222 00:36:07.851429 281473520792624 test_util.py:1612] Running test_variable_naming in GRAPH mode. INFO:tensorflow:time(__main__.FunctionTest.test_variable_naming): 0.23s I0222 00:36:08.080618 281473520792624 test_util.py:2620] time(__main__.FunctionTest.test_variable_naming): 0.23s INFO:tensorflow:Running test_variable_naming in EAGER mode. I0222 00:36:08.081678 281473520792624 test_util.py:1631] Running test_variable_naming in EAGER mode. INFO:tensorflow:time(__main__.FunctionTest.test_variable_naming): 0.18s I0222 00:36:08.258195 281473520792624 test_util.py:2620] time(__main__.FunctionTest.test_variable_naming): 0.18s [ OK ] FunctionTest.test_variable_naming [ RUN ] MultiDeviceTest.testInputAndOutputNestedDataclass INFO:tensorflow:time(__main__.MultiDeviceTest.testInputAndOutputNestedDataclass): 0.08s I0222 00:36:08.336463 281473520792624 test_util.py:2620] time(__main__.MultiDeviceTest.testInputAndOutputNestedDataclass): 0.08s [ 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 12.869s 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 I0222 00:36:26.087461 281472982676528 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)): 1.28s I0222 00:36:27.366350 281472982676528 test_util.py:2620] time(__main__.FunctionTest.testClone110 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, 'foo.bar', None, False, True)): 1.28s [ 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.53s I0222 00:36:28.898304 281472982676528 test_util.py:2620] time(__main__.FunctionTest.testClone124 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , None, True, True, True)): 1.53s [ 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 I0222 00:36:28.928632 281472982676528 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.04s I0222 00:36:28.966123 281472982676528 test_util.py:2620] time(__main__.FunctionTest.testClone151 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, True, False, False)): 0.04s [ 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 I0222 00:36:28.982737 281472982676528 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.13s I0222 00:36:29.114852 281472982676528 test_util.py:2620] time(__main__.FunctionTest.testClone179 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, , None, False, False, False)): 0.13s [ 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.04s I0222 00:36:29.151172 281472982676528 test_util.py:2620] time(__main__.FunctionTest.testClone2 (None, True, None, None, None, False, True)): 0.04s [ 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.05s I0222 00:36:30.201979 281472982676528 test_util.py:2620] time(__main__.FunctionTest.testClone33 (None, True, , None, False, True, False)): 1.05s [ 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 0xfffeda2ea2a0> 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. W0222 00:36:30.221635 281472982676528 polymorphic_function.py:157] 5 out of the last 5 calls to . at 0xfffeda2ea2a0> 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 I0222 00:36:30.222555 281472982676528 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 0xfffeda023ec0> 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. W0222 00:36:30.250674 281472982676528 polymorphic_function.py:157] 5 out of the last 5 calls to . at 0xfffeda023ec0> 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 I0222 00:36:30.254037 281472982676528 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 0xfffeda0228e0> 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. W0222 00:36:30.282561 281472982676528 polymorphic_function.py:157] 6 out of the last 6 calls to . at 0xfffeda0228e0> 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 I0222 00:36:30.285962 281472982676528 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 I0222 00:36:30.318902 281472982676528 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.18s I0222 00:36:30.497409 281472982676528 test_util.py:2620] time(__main__.FunctionTest.testCompositeAsArgumentTensorWithDefunIndexedSlicesWithoutDenseShape): 0.18s [ OK ] FunctionTest.testCompositeAsArgumentTensorWithDefunIndexedSlicesWithoutDenseShape [ RUN ] FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg INFO:tensorflow:Running testConcreteFunctionFlatSignatureError in GRAPH mode. I0222 00:36:30.498498 281472982676528 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. W0222 00:36:30.499006 281472982676528 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 I0222 00:36:30.579775 281472982676528 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg): 0.08s INFO:tensorflow:Running testConcreteFunctionFlatSignatureError in EAGER mode. I0222 00:36:30.580922 281472982676528 test_util.py:1631] Running testConcreteFunctionFlatSignatureError in EAGER mode. INFO:tensorflow:time(__main__.FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg): 0.01s I0222 00:36:30.594387 281472982676528 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg): 0.01s [ OK ] FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg [ RUN ] FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType INFO:tensorflow:Running testConcreteFunctionStructuredSignatureError in GRAPH mode. I0222 00:36:30.611807 281472982676528 test_util.py:1612] Running testConcreteFunctionStructuredSignatureError in GRAPH mode. INFO:tensorflow:time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.07s I0222 00:36:30.686055 281472982676528 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.07s INFO:tensorflow:Running testConcreteFunctionStructuredSignatureError in EAGER mode. I0222 00:36:30.687137 281472982676528 test_util.py:1631] Running testConcreteFunctionStructuredSignatureError in EAGER mode. INFO:tensorflow:time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.01s I0222 00:36:30.696648 281472982676528 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.01s [ OK ] FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType [ RUN ] FunctionTest.testDefunCapturedInt32 INFO:tensorflow:time(__main__.FunctionTest.testDefunCapturedInt32): 0.07s I0222 00:36:30.769477 281472982676528 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.74s I0222 00:36:31.507303 281472982676528 test_util.py:2620] time(__main__.FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager): 0.74s [ RUN ] FunctionTest.testFunctionMultipleVariableInitializer INFO:tensorflow:time(__main__.FunctionTest.testFunctionMultipleVariableInitializer): 0.27s I0222 00:36:31.774787 281472982676528 test_util.py:2620] time(__main__.FunctionTest.testFunctionMultipleVariableInitializer): 0.27s [ OK ] FunctionTest.testFunctionMultipleVariableInitializer [ RUN ] FunctionTest.testImplementsAttributeBasic INFO:tensorflow:time(__main__.FunctionTest.testImplementsAttributeBasic): 0.7s I0222 00:36:32.477122 281472982676528 test_util.py:2620] time(__main__.FunctionTest.testImplementsAttributeBasic): 0.7s [ OK ] FunctionTest.testImplementsAttributeBasic [ RUN ] FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction INFO:tensorflow:time(__main__.FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction): 0.72s I0222 00:36:33.197961 281472982676528 test_util.py:2620] time(__main__.FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction): 0.72s [ OK ] FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction [ RUN ] FunctionTest.testMethodReferenceCycles INFO:tensorflow:time(__main__.FunctionTest.testMethodReferenceCycles): 0.34s I0222 00:36:33.538310 281472982676528 test_util.py:2620] time(__main__.FunctionTest.testMethodReferenceCycles): 0.34s [ OK ] FunctionTest.testMethodReferenceCycles [ RUN ] FunctionTest.testNestedShapeFunctionRelaxation INFO:tensorflow:time(__main__.FunctionTest.testNestedShapeFunctionRelaxation): 0.21s I0222 00:36:33.750512 281472982676528 test_util.py:2620] time(__main__.FunctionTest.testNestedShapeFunctionRelaxation): 0.21s [ OK ] FunctionTest.testNestedShapeFunctionRelaxation [ RUN ] FunctionTest.testReadInFuncWriteOutside WARNING:tensorflow:5 out of the last 5 calls to .get_v_plus_one at 0xfffec80e9120> 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. W0222 00:36:34.246836 281472982676528 polymorphic_function.py:157] 5 out of the last 5 calls to .get_v_plus_one at 0xfffec80e9120> 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 0xfffec80ea8e0> 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. W0222 00:36:34.308105 281472982676528 polymorphic_function.py:157] 6 out of the last 6 calls to .get_v_plus_one at 0xfffec80ea8e0> 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.69s I0222 00:36:35.437304 281472982676528 test_util.py:2620] time(__main__.FunctionTest.testReadInFuncWriteOutside): 1.69s [ OK ] FunctionTest.testReadInFuncWriteOutside [ RUN ] FunctionTest.testSequenceInputs INFO:tensorflow:time(__main__.FunctionTest.testSequenceInputs): 0.1s I0222 00:36:35.542423 281472982676528 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_.\\\\/>-]*$')/ W0222 00:36:35.545552 281472982676528 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 I0222 00:36:35.608867 281472982676528 test_util.py:2620] time(__main__.FunctionTest.testUnderscoreName): 0.07s [ OK ] FunctionTest.testUnderscoreName [ RUN ] FunctionTest.testVariableSpecWithInputSignature INFO:tensorflow:time(__main__.FunctionTest.testVariableSpecWithInputSignature): 0.0s I0222 00:36:35.610533 281472982676528 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 I0222 00:36:35.728169 281472982676528 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 I0222 00:36:35.828221 281472982676528 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 I0222 00:36:35.921095 281472982676528 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. W0222 00:36:35.946489 281472982676528 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. W0222 00:36:35.964359 281472982676528 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.04s I0222 00:36:35.965408 281472982676528 test_util.py:2620] time(__main__.FunctionTest.test_pickle38 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, False)): 0.04s [ 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 I0222 00:36:36.020396 281472982676528 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. I0222 00:36:36.021446 281472982676528 test_util.py:1612] Running test_variable_naming in GRAPH mode. INFO:tensorflow:time(__main__.FunctionTest.test_variable_naming): 0.18s I0222 00:36:36.200654 281472982676528 test_util.py:2620] time(__main__.FunctionTest.test_variable_naming): 0.18s INFO:tensorflow:Running test_variable_naming in EAGER mode. I0222 00:36:36.201574 281472982676528 test_util.py:1631] Running test_variable_naming in EAGER mode. INFO:tensorflow:time(__main__.FunctionTest.test_variable_naming): 0.06s I0222 00:36:36.262956 281472982676528 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 I0222 00:36:36.332451 281472982676528 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.548s 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 I0222 00:36:41.480875 281473637119024 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.57s I0222 00:36:43.055150 281473637119024 test_util.py:2620] time(__main__.FunctionTest.testClone110 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, 'foo.bar', None, False, True)): 1.57s [ 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)): 0.94s I0222 00:36:43.999346 281473637119024 test_util.py:2620] time(__main__.FunctionTest.testClone124 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, , None, True, True, True)): 0.94s [ 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 I0222 00:36:44.029019 281473637119024 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 I0222 00:36:44.046854 281473637119024 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.02s I0222 00:36:44.066508 281473637119024 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 I0222 00:36:44.088147 281473637119024 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 I0222 00:36:44.117228 281473637119024 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.25s I0222 00:36:45.367467 281473637119024 test_util.py:2620] time(__main__.FunctionTest.testClone33 (None, True, , None, False, True, False)): 1.25s [ 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 0xffff0130a2a0> 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. W0222 00:36:45.383874 281473637119024 polymorphic_function.py:157] 5 out of the last 5 calls to . at 0xffff0130a2a0> 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 I0222 00:36:45.384633 281473637119024 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 0xffff01043ec0> 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. W0222 00:36:45.408230 281473637119024 polymorphic_function.py:157] 5 out of the last 5 calls to . at 0xffff01043ec0> 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 I0222 00:36:45.411118 281473637119024 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 0xffff010428e0> 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. W0222 00:36:45.434240 281473637119024 polymorphic_function.py:157] 6 out of the last 6 calls to . at 0xffff010428e0> 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.02s I0222 00:36:45.437014 281473637119024 test_util.py:2620] time(__main__.FunctionTest.testClone74 (None, False, , None, None, False, True)): 0.02s [ 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.02s I0222 00:36:45.462662 281473637119024 test_util.py:2620] time(__main__.FunctionTest.testClone88 (None, False, , 'foo.bar', True, True, True)): 0.02s [ OK ] FunctionTest.testClone88 (None, False, , 'foo.bar', True, True, True) [ RUN ] FunctionTest.testCompositeAsArgumentTensorWithDefunIndexedSlicesWithoutDenseShape INFO:tensorflow:time(__main__.FunctionTest.testCompositeAsArgumentTensorWithDefunIndexedSlicesWithoutDenseShape): 0.07s I0222 00:36:45.535117 281473637119024 test_util.py:2620] time(__main__.FunctionTest.testCompositeAsArgumentTensorWithDefunIndexedSlicesWithoutDenseShape): 0.07s [ OK ] FunctionTest.testCompositeAsArgumentTensorWithDefunIndexedSlicesWithoutDenseShape [ RUN ] FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg INFO:tensorflow:Running testConcreteFunctionFlatSignatureError in GRAPH mode. I0222 00:36:45.536037 281473637119024 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. W0222 00:36:45.536486 281473637119024 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 I0222 00:36:45.612320 281473637119024 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg): 0.08s INFO:tensorflow:Running testConcreteFunctionFlatSignatureError in EAGER mode. I0222 00:36:45.613245 281473637119024 test_util.py:1631] Running testConcreteFunctionFlatSignatureError in EAGER mode. INFO:tensorflow:time(__main__.FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg): 0.01s I0222 00:36:45.624233 281473637119024 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg): 0.01s [ OK ] FunctionTest.testConcreteFunctionFlatSignatureErrorTwoValuesForArg [ RUN ] FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType INFO:tensorflow:Running testConcreteFunctionStructuredSignatureError in GRAPH mode. I0222 00:36:45.625052 281473637119024 test_util.py:1612] Running testConcreteFunctionStructuredSignatureError in GRAPH mode. INFO:tensorflow:time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.11s I0222 00:36:45.732771 281473637119024 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.11s INFO:tensorflow:Running testConcreteFunctionStructuredSignatureError in EAGER mode. I0222 00:36:45.733661 281473637119024 test_util.py:1631] Running testConcreteFunctionStructuredSignatureError in EAGER mode. INFO:tensorflow:time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.01s I0222 00:36:45.742458 281473637119024 test_util.py:2620] time(__main__.FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType): 0.01s [ OK ] FunctionTest.testConcreteFunctionStructuredSignatureErrorWrongDType [ RUN ] FunctionTest.testDefunCapturedInt32 INFO:tensorflow:time(__main__.FunctionTest.testDefunCapturedInt32): 0.06s I0222 00:36:45.807373 281473637119024 test_util.py:2620] time(__main__.FunctionTest.testDefunCapturedInt32): 0.06s [ OK ] FunctionTest.testDefunCapturedInt32 [ RUN ] FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager [ FAILED ] FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager INFO:tensorflow:time(__main__.FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager): 0.67s I0222 00:36:46.475928 281473637119024 test_util.py:2620] time(__main__.FunctionTest.testErrorMessageWhenGraphTensorIsPassedToEager): 0.67s [ RUN ] FunctionTest.testFunctionMultipleVariableInitializer INFO:tensorflow:time(__main__.FunctionTest.testFunctionMultipleVariableInitializer): 0.25s I0222 00:36:46.730063 281473637119024 test_util.py:2620] time(__main__.FunctionTest.testFunctionMultipleVariableInitializer): 0.25s [ OK ] FunctionTest.testFunctionMultipleVariableInitializer [ RUN ] FunctionTest.testImplementsAttributeBasic INFO:tensorflow:time(__main__.FunctionTest.testImplementsAttributeBasic): 1.15s I0222 00:36:47.878029 281473637119024 test_util.py:2620] time(__main__.FunctionTest.testImplementsAttributeBasic): 1.15s [ OK ] FunctionTest.testImplementsAttributeBasic [ RUN ] FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction INFO:tensorflow:time(__main__.FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction): 0.67s I0222 00:36:48.551659 281473637119024 test_util.py:2620] time(__main__.FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction): 0.67s [ OK ] FunctionTest.testInputSignatureMissingTensorSpecsLambdaFunction [ RUN ] FunctionTest.testMethodReferenceCycles INFO:tensorflow:time(__main__.FunctionTest.testMethodReferenceCycles): 0.45s I0222 00:36:48.997939 281473637119024 test_util.py:2620] time(__main__.FunctionTest.testMethodReferenceCycles): 0.45s [ OK ] FunctionTest.testMethodReferenceCycles [ RUN ] FunctionTest.testNestedShapeFunctionRelaxation INFO:tensorflow:time(__main__.FunctionTest.testNestedShapeFunctionRelaxation): 0.18s I0222 00:36:49.183582 281473637119024 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 0xfffee0639120> 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. W0222 00:36:49.599570 281473637119024 polymorphic_function.py:157] 5 out of the last 5 calls to .get_v_plus_one at 0xfffee0639120> 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 0xfffee063a8e0> 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. W0222 00:36:49.643687 281473637119024 polymorphic_function.py:157] 6 out of the last 6 calls to .get_v_plus_one at 0xfffee063a8e0> 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.71s I0222 00:36:50.896905 281473637119024 test_util.py:2620] time(__main__.FunctionTest.testReadInFuncWriteOutside): 1.71s [ OK ] FunctionTest.testReadInFuncWriteOutside [ RUN ] FunctionTest.testSequenceInputs INFO:tensorflow:time(__main__.FunctionTest.testSequenceInputs): 0.08s I0222 00:36:50.980617 281473637119024 test_util.py:2620] time(__main__.FunctionTest.testSequenceInputs): 0.08s [ 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_.\\\\/>-]*$')/ W0222 00:36:50.984311 281473637119024 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 I0222 00:36:51.055263 281473637119024 test_util.py:2620] time(__main__.FunctionTest.testUnderscoreName): 0.07s [ OK ] FunctionTest.testUnderscoreName [ RUN ] FunctionTest.testVariableSpecWithInputSignature INFO:tensorflow:time(__main__.FunctionTest.testVariableSpecWithInputSignature): 0.0s I0222 00:36:51.057343 281473637119024 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.13s I0222 00:36:51.185844 281473637119024 test_util.py:2620] time(__main__.FunctionTest.test_concrete_function_shape_mismatch): 0.13s [ 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.11s I0222 00:36:51.293460 281473637119024 test_util.py:2620] time(__main__.FunctionTest.test_pickle10 (None, True, , 'foo.bar', True)): 0.11s [ 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.11s I0222 00:36:51.406059 281473637119024 test_util.py:2620] time(__main__.FunctionTest.test_pickle24 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), True, None, None, None)): 0.11s [ 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. W0222 00:36:51.453348 281473637119024 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. W0222 00:36:51.473107 281473637119024 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.07s I0222 00:36:51.474081 281473637119024 test_util.py:2620] time(__main__.FunctionTest.test_pickle38 ((TensorSpec(shape=(), dtype=tf.float32, name=None),), False, None, None, False)): 0.07s [ 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 I0222 00:36:51.566303 281473637119024 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. I0222 00:36:51.567575 281473637119024 test_util.py:1612] Running test_variable_naming in GRAPH mode. INFO:tensorflow:time(__main__.FunctionTest.test_variable_naming): 0.19s I0222 00:36:51.755905 281473637119024 test_util.py:2620] time(__main__.FunctionTest.test_variable_naming): 0.19s INFO:tensorflow:Running test_variable_naming in EAGER mode. I0222 00:36:51.756962 281473637119024 test_util.py:1631] Running test_variable_naming in EAGER mode. INFO:tensorflow:time(__main__.FunctionTest.test_variable_naming): 0.09s I0222 00:36:51.851586 281473637119024 test_util.py:2620] time(__main__.FunctionTest.test_variable_naming): 0.09s [ OK ] FunctionTest.test_variable_naming [ RUN ] MultiDeviceTest.testInputAndOutputNestedDataclass INFO:tensorflow:time(__main__.MultiDeviceTest.testInputAndOutputNestedDataclass): 0.11s I0222 00:36:51.959057 281473637119024 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 10.810s 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.04s I0222 00:34:07.420343 281473057453104 test_util.py:2620] time(__main__.BatchTests.testJVPBatchCorrectness0 (, (2, 3), 5)): 2.04s [ OK ] BatchTests.testJVPBatchCorrectness0 (, (2, 3), 5) [ RUN ] ControlFlowTests.testOfFunctionCond INFO:tensorflow:time(__main__.ControlFlowTests.testOfFunctionCond): 0.81s I0222 00:34:08.228814 281473057453104 test_util.py:2620] time(__main__.ControlFlowTests.testOfFunctionCond): 0.81s [ OK ] ControlFlowTests.testOfFunctionCond [ RUN ] ForwardpropTest.testBackwardOverForwardTapeFirst INFO:tensorflow:time(__main__.ForwardpropTest.testBackwardOverForwardTapeFirst): 0.07s I0222 00:34:08.303386 281473057453104 test_util.py:2620] time(__main__.ForwardpropTest.testBackwardOverForwardTapeFirst): 0.07s [ OK ] ForwardpropTest.testBackwardOverForwardTapeFirst [ RUN ] ForwardpropTest.testElementwiseNNOpsSwishM5 INFO:tensorflow:time(__main__.ForwardpropTest.testElementwiseNNOpsSwishM5): 1.77s I0222 00:34:10.072200 281473057453104 test_util.py:2620] time(__main__.ForwardpropTest.testElementwiseNNOpsSwishM5): 1.77s [ OK ] ForwardpropTest.testElementwiseNNOpsSwishM5 [ RUN ] ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst INFO:tensorflow:time(__main__.ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst): 0.03s I0222 00:34:10.106500 281473057453104 test_util.py:2620] time(__main__.ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst): 0.03s [ OK ] ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst [ RUN ] ForwardpropTest.testFusedBatchNormGradsInference INFO:tensorflow:time(__main__.ForwardpropTest.testFusedBatchNormGradsInference): 65.61s I0222 00:35:15.717785 281473057453104 test_util.py:2620] time(__main__.ForwardpropTest.testFusedBatchNormGradsInference): 65.61s [ OK ] ForwardpropTest.testFusedBatchNormGradsInference [ RUN ] ForwardpropTest.testHigherOrderPureForwardOrder0 INFO:tensorflow:time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder0): 0.47s I0222 00:35:16.197202 281473057453104 test_util.py:2620] time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder0): 0.47s [ OK ] ForwardpropTest.testHigherOrderPureForwardOrder0 [ RUN ] ForwardpropTest.testIndexSlicesGradInFunction INFO:tensorflow:time(__main__.ForwardpropTest.testIndexSlicesGradInFunction): 0.44s I0222 00:35:16.634040 281473057453104 test_util.py:2620] time(__main__.ForwardpropTest.testIndexSlicesGradInFunction): 0.44s [ OK ] ForwardpropTest.testIndexSlicesGradInFunction [ RUN ] ForwardpropTest.testJVPManual INFO:tensorflow:time(__main__.ForwardpropTest.testJVPManual): 0.58s I0222 00:35:17.212745 281473057453104 test_util.py:2620] time(__main__.ForwardpropTest.testJVPManual): 0.58s [ OK ] ForwardpropTest.testJVPManual [ RUN ] ForwardpropTest.testNumericHigherOrder INFO:tensorflow:time(__main__.ForwardpropTest.testNumericHigherOrder): 19.0s I0222 00:35:36.213421 281473057453104 test_util.py:2620] time(__main__.ForwardpropTest.testNumericHigherOrder): 19.0s [ OK ] ForwardpropTest.testNumericHigherOrder [ RUN ] ForwardpropTest.testRecordingWithJVPIndices INFO:tensorflow:time(__main__.ForwardpropTest.testRecordingWithJVPIndices): 0.58s I0222 00:35:36.799280 281473057453104 test_util.py:2620] time(__main__.ForwardpropTest.testRecordingWithJVPIndices): 0.58s [ OK ] ForwardpropTest.testRecordingWithJVPIndices [ RUN ] ForwardpropTest.testSpecialForwardFunctionUsed INFO:tensorflow:time(__main__.ForwardpropTest.testSpecialForwardFunctionUsed): 0.53s I0222 00:35:37.334049 281473057453104 test_util.py:2620] time(__main__.ForwardpropTest.testSpecialForwardFunctionUsed): 0.53s [ OK ] ForwardpropTest.testSpecialForwardFunctionUsed [ RUN ] ForwardpropTest.testVariableWatchedFunction WARNING:tensorflow:5 out of the last 5 calls to ._Model.compute_jvps at 0xfffea594b1a0> 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. W0222 00:35:38.907917 281473057453104 polymorphic_function.py:157] 5 out of the last 5 calls to ._Model.compute_jvps at 0xfffea594b1a0> 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 0xfffea5949e40> 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. W0222 00:35:39.089413 281473057453104 polymorphic_function.py:157] 6 out of the last 6 calls to ._Model.compute_jvps at 0xfffea5949e40> 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): 12.37s I0222 00:35:49.704361 281473057453104 test_util.py:2620] time(__main__.ForwardpropTest.testVariableWatchedFunction): 12.37s ====================================================================== 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 104.325s 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.68s I0222 00:35:56.964950 281472816870448 test_util.py:2620] time(__main__.BatchTests.testJVPBatchCorrectness0 (, (2, 3), 5)): 2.68s [ OK ] BatchTests.testJVPBatchCorrectness0 (, (2, 3), 5) [ RUN ] ControlFlowTests.testOfFunctionCond INFO:tensorflow:time(__main__.ControlFlowTests.testOfFunctionCond): 0.92s I0222 00:35:57.890942 281472816870448 test_util.py:2620] time(__main__.ControlFlowTests.testOfFunctionCond): 0.92s [ OK ] ControlFlowTests.testOfFunctionCond [ RUN ] ForwardpropTest.testBackwardOverForwardTapeFirst INFO:tensorflow:time(__main__.ForwardpropTest.testBackwardOverForwardTapeFirst): 0.08s I0222 00:35:57.969223 281472816870448 test_util.py:2620] time(__main__.ForwardpropTest.testBackwardOverForwardTapeFirst): 0.08s [ OK ] ForwardpropTest.testBackwardOverForwardTapeFirst [ RUN ] ForwardpropTest.testElementwiseNNOpsSwishM5 INFO:tensorflow:time(__main__.ForwardpropTest.testElementwiseNNOpsSwishM5): 2.4s I0222 00:36:00.375311 281472816870448 test_util.py:2620] time(__main__.ForwardpropTest.testElementwiseNNOpsSwishM5): 2.4s [ OK ] ForwardpropTest.testElementwiseNNOpsSwishM5 [ RUN ] ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst INFO:tensorflow:time(__main__.ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst): 0.04s I0222 00:36:00.415516 281472816870448 test_util.py:2620] time(__main__.ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst): 0.04s [ OK ] ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst [ RUN ] ForwardpropTest.testFusedBatchNormGradsInference INFO:tensorflow:time(__main__.ForwardpropTest.testFusedBatchNormGradsInference): 66.46s I0222 00:37:06.878639 281472816870448 test_util.py:2620] time(__main__.ForwardpropTest.testFusedBatchNormGradsInference): 66.46s [ OK ] ForwardpropTest.testFusedBatchNormGradsInference [ RUN ] ForwardpropTest.testHigherOrderPureForwardOrder0 INFO:tensorflow:time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder0): 0.71s I0222 00:37:07.593196 281472816870448 test_util.py:2620] time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder0): 0.71s [ OK ] ForwardpropTest.testHigherOrderPureForwardOrder0 [ RUN ] ForwardpropTest.testIndexSlicesGradInFunction INFO:tensorflow:time(__main__.ForwardpropTest.testIndexSlicesGradInFunction): 0.21s I0222 00:37:07.802423 281472816870448 test_util.py:2620] time(__main__.ForwardpropTest.testIndexSlicesGradInFunction): 0.21s [ OK ] ForwardpropTest.testIndexSlicesGradInFunction [ RUN ] ForwardpropTest.testJVPManual INFO:tensorflow:time(__main__.ForwardpropTest.testJVPManual): 0.7s I0222 00:37:08.505666 281472816870448 test_util.py:2620] time(__main__.ForwardpropTest.testJVPManual): 0.7s [ OK ] ForwardpropTest.testJVPManual [ RUN ] ForwardpropTest.testNumericHigherOrder INFO:tensorflow:time(__main__.ForwardpropTest.testNumericHigherOrder): 15.94s I0222 00:37:24.448346 281472816870448 test_util.py:2620] time(__main__.ForwardpropTest.testNumericHigherOrder): 15.94s [ OK ] ForwardpropTest.testNumericHigherOrder [ RUN ] ForwardpropTest.testRecordingWithJVPIndices INFO:tensorflow:time(__main__.ForwardpropTest.testRecordingWithJVPIndices): 0.99s I0222 00:37:33.720334 281472816870448 test_util.py:2620] time(__main__.ForwardpropTest.testRecordingWithJVPIndices): 0.99s [ OK ] ForwardpropTest.testRecordingWithJVPIndices [ RUN ] ForwardpropTest.testSpecialForwardFunctionUsed INFO:tensorflow:time(__main__.ForwardpropTest.testSpecialForwardFunctionUsed): 0.91s I0222 00:37:34.631801 281472816870448 test_util.py:2620] time(__main__.ForwardpropTest.testSpecialForwardFunctionUsed): 0.91s [ OK ] ForwardpropTest.testSpecialForwardFunctionUsed [ RUN ] ForwardpropTest.testVariableWatchedFunction WARNING:tensorflow:5 out of the last 5 calls to ._Model.compute_jvps at 0xfffeac6245e0> 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. W0222 00:37:36.593647 281472816870448 polymorphic_function.py:157] 5 out of the last 5 calls to ._Model.compute_jvps at 0xfffeac6245e0> 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 0xfffeac625e40> 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. W0222 00:37:36.752334 281472816870448 polymorphic_function.py:157] 6 out of the last 6 calls to ._Model.compute_jvps at 0xfffeac625e40> 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.41s I0222 00:37:37.042761 281472816870448 test_util.py:2620] time(__main__.ForwardpropTest.testVariableWatchedFunction): 2.41s ====================================================================== 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 102.757s 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.84s I0222 00:37:43.978680 281473508799536 test_util.py:2620] time(__main__.BatchTests.testJVPBatchCorrectness0 (, (2, 3), 5)): 1.84s [ OK ] BatchTests.testJVPBatchCorrectness0 (, (2, 3), 5) [ RUN ] ControlFlowTests.testOfFunctionCond INFO:tensorflow:time(__main__.ControlFlowTests.testOfFunctionCond): 0.86s I0222 00:37:44.842993 281473508799536 test_util.py:2620] time(__main__.ControlFlowTests.testOfFunctionCond): 0.86s [ OK ] ControlFlowTests.testOfFunctionCond [ RUN ] ForwardpropTest.testBackwardOverForwardTapeFirst INFO:tensorflow:time(__main__.ForwardpropTest.testBackwardOverForwardTapeFirst): 0.07s I0222 00:37:44.919364 281473508799536 test_util.py:2620] time(__main__.ForwardpropTest.testBackwardOverForwardTapeFirst): 0.07s [ OK ] ForwardpropTest.testBackwardOverForwardTapeFirst [ RUN ] ForwardpropTest.testElementwiseNNOpsSwishM5 INFO:tensorflow:time(__main__.ForwardpropTest.testElementwiseNNOpsSwishM5): 2.03s I0222 00:37:46.948752 281473508799536 test_util.py:2620] time(__main__.ForwardpropTest.testElementwiseNNOpsSwishM5): 2.03s [ OK ] ForwardpropTest.testElementwiseNNOpsSwishM5 [ RUN ] ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst INFO:tensorflow:time(__main__.ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst): 0.02s I0222 00:37:46.969728 281473508799536 test_util.py:2620] time(__main__.ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst): 0.02s [ OK ] ForwardpropTest.testForwardOverBackwardMemoryEfficiencyTapeFirst [ RUN ] ForwardpropTest.testFusedBatchNormGradsInference INFO:tensorflow:time(__main__.ForwardpropTest.testFusedBatchNormGradsInference): 71.47s I0222 00:38:58.438997 281473508799536 test_util.py:2620] time(__main__.ForwardpropTest.testFusedBatchNormGradsInference): 71.47s [ OK ] ForwardpropTest.testFusedBatchNormGradsInference [ RUN ] ForwardpropTest.testHigherOrderPureForwardOrder0 INFO:tensorflow:time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder0): 0.58s I0222 00:38:59.024179 281473508799536 test_util.py:2620] time(__main__.ForwardpropTest.testHigherOrderPureForwardOrder0): 0.58s [ OK ] ForwardpropTest.testHigherOrderPureForwardOrder0 [ RUN ] ForwardpropTest.testIndexSlicesGradInFunction INFO:tensorflow:time(__main__.ForwardpropTest.testIndexSlicesGradInFunction): 0.25s I0222 00:38:59.273874 281473508799536 test_util.py:2620] time(__main__.ForwardpropTest.testIndexSlicesGradInFunction): 0.25s [ OK ] ForwardpropTest.testIndexSlicesGradInFunction [ RUN ] ForwardpropTest.testJVPManual INFO:tensorflow:time(__main__.ForwardpropTest.testJVPManual): 0.57s I0222 00:38:59.841873 281473508799536 test_util.py:2620] time(__main__.ForwardpropTest.testJVPManual): 0.57s [ OK ] ForwardpropTest.testJVPManual [ RUN ] ForwardpropTest.testNumericHigherOrder INFO:tensorflow:time(__main__.ForwardpropTest.testNumericHigherOrder): 20.45s I0222 00:39:20.296563 281473508799536 test_util.py:2620] time(__main__.ForwardpropTest.testNumericHigherOrder): 20.45s [ OK ] ForwardpropTest.testNumericHigherOrder [ RUN ] ForwardpropTest.testRecordingWithJVPIndices INFO:tensorflow:time(__main__.ForwardpropTest.testRecordingWithJVPIndices): 0.56s I0222 00:39:20.866909 281473508799536 test_util.py:2620] time(__main__.ForwardpropTest.testRecordingWithJVPIndices): 0.56s [ OK ] ForwardpropTest.testRecordingWithJVPIndices [ RUN ] ForwardpropTest.testSpecialForwardFunctionUsed INFO:tensorflow:time(__main__.ForwardpropTest.testSpecialForwardFunctionUsed): 0.56s I0222 00:39:21.423274 281473508799536 test_util.py:2620] time(__main__.ForwardpropTest.testSpecialForwardFunctionUsed): 0.56s [ OK ] ForwardpropTest.testSpecialForwardFunctionUsed [ RUN ] ForwardpropTest.testVariableWatchedFunction WARNING:tensorflow:5 out of the last 5 calls to ._Model.compute_jvps at 0xfffef85eb1a0> 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. W0222 00:39:22.852799 281473508799536 polymorphic_function.py:157] 5 out of the last 5 calls to ._Model.compute_jvps at 0xfffef85eb1a0> 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 0xfffef85e9e40> 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. W0222 00:39:23.011855 281473508799536 polymorphic_function.py:157] 6 out of the last 6 calls to ._Model.compute_jvps at 0xfffef85e9e40> 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): 1.83s I0222 00:39:23.254337 281473508799536 test_util.py:2620] time(__main__.ForwardpropTest.testVariableWatchedFunction): 1.83s ====================================================================== 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 101.114s 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.12s I0222 00:33:05.983467 281473511879728 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testMixedTensorAndIndexedSlices): 0.12s [ OK ] AggregateIndexedSlicesGradientsTest.testMixedTensorAndIndexedSlices [ RUN ] AggregateIndexedSlicesGradientsTest.testMultipleGradients INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradients): 0.02s I0222 00:33:06.005312 281473511879728 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradients): 0.02s [ OK ] AggregateIndexedSlicesGradientsTest.testMultipleGradients [ RUN ] AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones): 0.02s I0222 00:33:06.025719 281473511879728 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones): 0.02s [ OK ] AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones [ RUN ] AggregateIndexedSlicesGradientsTest.testNoGradients INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testNoGradients): 0.0s I0222 00:33:06.027050 281473511879728 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testNoGradients): 0.0s [ OK ] AggregateIndexedSlicesGradientsTest.testNoGradients [ RUN ] AggregateIndexedSlicesGradientsTest.testOneGradient INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testOneGradient): 0.01s I0222 00:33:06.042116 281473511879728 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. I0222 00:33:06.043880 281473511879728 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. W0222 00:33:06.044522 281473511879728 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-22 00:33:06.228984: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:388] MLIR V1 optimization pass is not enabled INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradients): 0.45s I0222 00:33:06.492228 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradients): 0.45s INFO:tensorflow:Running testAggregateGradients in EAGER mode. I0222 00:33:06.494134 281473511879728 test_util.py:1631] Running testAggregateGradients in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradients): 0.05s I0222 00:33:06.541752 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradients): 0.05s [ OK ] BackpropTest.testAggregateGradients [ RUN ] BackpropTest.testAggregateGradientsWithTensor INFO:tensorflow:Running testAggregateGradientsWithTensor in GRAPH mode. I0222 00:33:06.543367 281473511879728 test_util.py:1612] Running testAggregateGradientsWithTensor in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.25s I0222 00:33:06.795989 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.25s INFO:tensorflow:Running testAggregateGradientsWithTensor in EAGER mode. I0222 00:33:06.797629 281473511879728 test_util.py:1631] Running testAggregateGradientsWithTensor in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.05s I0222 00:33:06.842689 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.05s [ OK ] BackpropTest.testAggregateGradientsWithTensor [ RUN ] BackpropTest.testArgmax INFO:tensorflow:time(__main__.BackpropTest.testArgmax): 1.85s I0222 00:33:08.691748 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testArgmax): 1.85s [ OK ] BackpropTest.testArgmax [ RUN ] BackpropTest.testArgsGradientFunction INFO:tensorflow:time(__main__.BackpropTest.testArgsGradientFunction): 0.01s I0222 00:33:08.703104 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testArgsGradientFunction): 0.01s [ OK ] BackpropTest.testArgsGradientFunction [ RUN ] BackpropTest.testAutomaticWatchedVariables INFO:tensorflow:time(__main__.BackpropTest.testAutomaticWatchedVariables): 0.02s I0222 00:33:08.721521 281473511879728 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. W0222 00:33:09.448430 281473511879728 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.95s I0222 00:33:10.668985 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testBatchJacobianInsideGradientTapeScope): 1.95s [ RUN ] BackpropTest.testBatchJacobianParallelIterations INFO:tensorflow:time(__main__.BackpropTest.testBatchJacobianParallelIterations): 1.49s I0222 00:33:12.162173 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testBatchJacobianParallelIterations): 1.49s [ OK ] BackpropTest.testBatchJacobianParallelIterations [ RUN ] BackpropTest.testCPU INFO:tensorflow:time(__main__.BackpropTest.testCPU): 1.22s I0222 00:33:13.381247 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testCPU): 1.22s [ OK ] BackpropTest.testCPU [ RUN ] BackpropTest.testCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testCustomGradient): 1.61s I0222 00:33:14.995366 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testCustomGradient): 1.61s [ OK ] BackpropTest.testCustomGradient [ RUN ] BackpropTest.testCustomGradientEmptyError INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientEmptyError): 0.01s I0222 00:33:15.008558 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientEmptyError): 0.01s [ OK ] BackpropTest.testCustomGradientEmptyError [ RUN ] BackpropTest.testCustomGradientForwardprop INFO:tensorflow:Running testCustomGradientForwardprop in GRAPH mode. I0222 00:33:15.009679 281473511879728 test_util.py:1612] Running testCustomGradientForwardprop in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientForwardprop): 0.08s I0222 00:33:15.086057 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientForwardprop): 0.08s INFO:tensorflow:Running testCustomGradientForwardprop in EAGER mode. I0222 00:33:15.087303 281473511879728 test_util.py:1631] Running testCustomGradientForwardprop in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientForwardprop): 0.08s I0222 00:33:15.163620 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientForwardprop): 0.08s [ OK ] BackpropTest.testCustomGradientForwardprop [ RUN ] BackpropTest.testCustomGradientIdentity INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientIdentity): 1.28s I0222 00:33:16.446462 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientIdentity): 1.28s [ OK ] BackpropTest.testCustomGradientIdentity [ RUN ] BackpropTest.testCustomGradientInEagerAndGraph INFO:tensorflow:Running testCustomGradientInEagerAndGraph in GRAPH mode. I0222 00:33:16.447674 281473511879728 test_util.py:1612] Running testCustomGradientInEagerAndGraph in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.02s I0222 00:33:16.468148 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.02s INFO:tensorflow:Running testCustomGradientInEagerAndGraph in EAGER mode. I0222 00:33:16.469243 281473511879728 test_util.py:1631] Running testCustomGradientInEagerAndGraph in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.01s I0222 00:33:16.478569 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.01s [ OK ] BackpropTest.testCustomGradientInEagerAndGraph [ RUN ] BackpropTest.testDifferentiatingFunctionThatReturnsNone INFO:tensorflow:time(__main__.BackpropTest.testDifferentiatingFunctionThatReturnsNone): 0.01s I0222 00:33:16.484850 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testDifferentiatingFunctionThatReturnsNone): 0.01s [ OK ] BackpropTest.testDifferentiatingFunctionThatReturnsNone [ RUN ] BackpropTest.testDifferentiatingScalarCache INFO:tensorflow:Running testDifferentiatingScalarCache in GRAPH mode. I0222 00:33:16.485832 281473511879728 test_util.py:1612] Running testDifferentiatingScalarCache in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.01s I0222 00:33:16.498200 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.01s INFO:tensorflow:Running testDifferentiatingScalarCache in EAGER mode. I0222 00:33:16.499281 281473511879728 test_util.py:1631] Running testDifferentiatingScalarCache in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.01s I0222 00:33:16.504971 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.01s [ OK ] BackpropTest.testDifferentiatingScalarCache [ RUN ] BackpropTest.testDy INFO:tensorflow:time(__main__.BackpropTest.testDy): 0.01s I0222 00:33:16.511070 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testDy): 0.01s [ OK ] BackpropTest.testDy [ RUN ] BackpropTest.testEmptyParams INFO:tensorflow:time(__main__.BackpropTest.testEmptyParams): 1.41s I0222 00:33:17.926548 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testEmptyParams): 1.41s [ OK ] BackpropTest.testEmptyParams [ RUN ] BackpropTest.testEmptyParamsForValueAndGradFunction INFO:tensorflow:time(__main__.BackpropTest.testEmptyParamsForValueAndGradFunction): 1.07s I0222 00:33:19.000188 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testEmptyParamsForValueAndGradFunction): 1.07s [ OK ] BackpropTest.testEmptyParamsForValueAndGradFunction [ RUN ] BackpropTest.testErrors INFO:tensorflow:time(__main__.BackpropTest.testErrors): 0.01s I0222 00:33:19.006937 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testErrors): 0.01s [ OK ] BackpropTest.testErrors [ RUN ] BackpropTest.testExceptionSafety INFO:tensorflow:time(__main__.BackpropTest.testExceptionSafety): 1.33s I0222 00:33:20.336568 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testExceptionSafety): 1.33s [ OK ] BackpropTest.testExceptionSafety [ RUN ] BackpropTest.testExplicitWatchedVariables INFO:tensorflow:time(__main__.BackpropTest.testExplicitWatchedVariables): 0.01s I0222 00:33:20.351364 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testExplicitWatchedVariables): 0.01s [ OK ] BackpropTest.testExplicitWatchedVariables [ RUN ] BackpropTest.testFunctionIndexedSlicesGradient INFO:tensorflow:time(__main__.BackpropTest.testFunctionIndexedSlicesGradient): 0.12s I0222 00:33:20.473050 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testFunctionIndexedSlicesGradient): 0.12s [ 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. W0222 00:33:20.474822 281473511879728 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 I0222 00:33:20.475556 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGPU): 0.0s [ RUN ] BackpropTest.testGPUImplicitGrad [ SKIPPED ] BackpropTest.testGPUImplicitGrad INFO:tensorflow:time(__main__.BackpropTest.testGPUImplicitGrad): 0.0s I0222 00:33:20.476326 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGPUImplicitGrad): 0.0s [ RUN ] BackpropTest.testGadientTapeCalledOnConstantTarget INFO:tensorflow:Running testGadientTapeCalledOnConstantTarget in GRAPH mode. I0222 00:33:20.972492 281473511879728 test_util.py:1612] Running testGadientTapeCalledOnConstantTarget in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 0.51s I0222 00:33:20.989661 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 0.51s INFO:tensorflow:Running testGadientTapeCalledOnConstantTarget in EAGER mode. I0222 00:33:20.990621 281473511879728 test_util.py:1631] Running testGadientTapeCalledOnConstantTarget in EAGER mode. [ FAILED ] BackpropTest.testGadientTapeCalledOnConstantTarget INFO:tensorflow:time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 0.65s I0222 00:33:21.642164 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 0.65s [ RUN ] BackpropTest.testGetAttrList INFO:tensorflow:time(__main__.BackpropTest.testGetAttrList): 0.0s I0222 00:33:21.643354 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGetAttrList): 0.0s [ OK ] BackpropTest.testGetAttrList [ RUN ] BackpropTest.testGetAttrType INFO:tensorflow:time(__main__.BackpropTest.testGetAttrType): 0.0s I0222 00:33:21.644103 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGetAttrType): 0.0s [ OK ] BackpropTest.testGetAttrType [ RUN ] BackpropTest.testGradGrad INFO:tensorflow:time(__main__.BackpropTest.testGradGrad): 1.23s I0222 00:33:22.878077 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGradGrad): 1.23s [ OK ] BackpropTest.testGradGrad [ RUN ] BackpropTest.testGradGradExp INFO:tensorflow:time(__main__.BackpropTest.testGradGradExp): 1.19s I0222 00:33:24.069257 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGradGradExp): 1.19s [ OK ] BackpropTest.testGradGradExp [ RUN ] BackpropTest.testGradientInsideLoop INFO:tensorflow:time(__main__.BackpropTest.testGradientInsideLoop): 0.05s I0222 00:33:24.116410 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGradientInsideLoop): 0.05s [ OK ] BackpropTest.testGradientInsideLoop [ RUN ] BackpropTest.testGradientInteger INFO:tensorflow:time(__main__.BackpropTest.testGradientInteger): 0.01s I0222 00:33:24.122923 281473511879728 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`. W0222 00:33:24.764001 281473511879728 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.27s I0222 00:33:25.394695 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGradientNone): 1.27s [ OK ] BackpropTest.testGradientNone [ RUN ] BackpropTest.testGradientTape INFO:tensorflow:Running testGradientTape in GRAPH mode. I0222 00:33:25.793246 281473511879728 test_util.py:1612] Running testGradientTape in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTape): 0.44s I0222 00:33:25.834024 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGradientTape): 0.44s INFO:tensorflow:Running testGradientTape in EAGER mode. I0222 00:33:25.835263 281473511879728 test_util.py:1631] Running testGradientTape in EAGER mode. [ FAILED ] BackpropTest.testGradientTape INFO:tensorflow:time(__main__.BackpropTest.testGradientTape): 0.77s I0222 00:33:26.609012 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGradientTape): 0.77s [ RUN ] BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes [ FAILED ] BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes): 1.55s I0222 00:33:28.162900 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes): 1.55s [ RUN ] BackpropTest.testGradientTapeGradientCalledMultipleTimes INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeGradientCalledMultipleTimes): 1.1s I0222 00:33:29.268009 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeGradientCalledMultipleTimes): 1.1s [ OK ] BackpropTest.testGradientTapeGradientCalledMultipleTimes [ RUN ] BackpropTest.testGradientTapeJacobianCalledMultipleTimes [ FAILED ] BackpropTest.testGradientTapeJacobianCalledMultipleTimes INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeJacobianCalledMultipleTimes): 1.26s I0222 00:33:30.526836 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeJacobianCalledMultipleTimes): 1.26s [ RUN ] BackpropTest.testGradientTapeReEnterContext INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeReEnterContext): 1.45s I0222 00:33:31.977323 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeReEnterContext): 1.45s [ OK ] BackpropTest.testGradientTapeReEnterContext [ RUN ] BackpropTest.testGradientTapeRepeatedSource INFO:tensorflow:Running testGradientTapeRepeatedSource in GRAPH mode. I0222 00:33:32.377176 281473511879728 test_util.py:1612] Running testGradientTapeRepeatedSource in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeRepeatedSource): 0.41s I0222 00:33:32.391480 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeRepeatedSource): 0.41s INFO:tensorflow:Running testGradientTapeRepeatedSource in EAGER mode. I0222 00:33:32.392463 281473511879728 test_util.py:1631] Running testGradientTapeRepeatedSource in EAGER mode. [ FAILED ] BackpropTest.testGradientTapeRepeatedSource INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeRepeatedSource): 0.57s I0222 00:33:32.958861 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeRepeatedSource): 0.57s [ RUN ] BackpropTest.testGradientTapeStructure INFO:tensorflow:Running testGradientTapeStructure in GRAPH mode. I0222 00:33:33.376000 281473511879728 test_util.py:1612] Running testGradientTapeStructure in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeStructure): 0.52s I0222 00:33:33.477960 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeStructure): 0.52s INFO:tensorflow:Running testGradientTapeStructure in EAGER mode. I0222 00:33:33.479475 281473511879728 test_util.py:1631] Running testGradientTapeStructure in EAGER mode. [ FAILED ] BackpropTest.testGradientTapeStructure INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeStructure): 0.62s I0222 00:33:34.101764 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeStructure): 0.62s [ RUN ] BackpropTest.testGradientTapeVariable INFO:tensorflow:Running testGradientTapeVariable in GRAPH mode. I0222 00:33:34.582219 281473511879728 test_util.py:1612] Running testGradientTapeVariable in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeVariable): 0.51s I0222 00:33:34.617381 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeVariable): 0.51s INFO:tensorflow:Running testGradientTapeVariable in EAGER mode. I0222 00:33:34.618520 281473511879728 test_util.py:1631] Running testGradientTapeVariable in EAGER mode. [ FAILED ] BackpropTest.testGradientTapeVariable INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeVariable): 0.59s I0222 00:33:35.211409 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeVariable): 0.59s [ RUN ] BackpropTest.testGradientTapeWithCond INFO:tensorflow:Running testGradientTapeWithCond in GRAPH mode. I0222 00:33:35.212549 281473511879728 test_util.py:1612] Running testGradientTapeWithCond in GRAPH mode. [ SKIPPED ] BackpropTest.testGradientTapeWithCond [graph_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithCond): 0.0s I0222 00:33:35.213906 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeWithCond): 0.0s INFO:tensorflow:Running testGradientTapeWithCond in EAGER mode. I0222 00:33:35.214531 281473511879728 test_util.py:1631] Running testGradientTapeWithCond in EAGER mode. [ SKIPPED ] BackpropTest.testGradientTapeWithCond [eager_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithCond): 0.0s I0222 00:33:35.214952 281473511879728 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. I0222 00:33:35.215508 281473511879728 test_util.py:1612] Running testGradientTapeWithWhileLoop in GRAPH mode. [ SKIPPED ] BackpropTest.testGradientTapeWithWhileLoop [graph_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithWhileLoop): 0.0s I0222 00:33:35.216550 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeWithWhileLoop): 0.0s INFO:tensorflow:Running testGradientTapeWithWhileLoop in EAGER mode. I0222 00:33:35.217137 281473511879728 test_util.py:1631] Running testGradientTapeWithWhileLoop in EAGER mode. [ SKIPPED ] BackpropTest.testGradientTapeWithWhileLoop [eager_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithWhileLoop): 0.0s I0222 00:33:35.217543 281473511879728 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. I0222 00:33:35.218047 281473511879728 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. W0222 00:33:35.249117 281473511879728 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 I0222 00:33:35.260599 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGradientWithinTapeBlock): 0.04s INFO:tensorflow:Running testGradientWithinTapeBlock in EAGER mode. I0222 00:33:35.261687 281473511879728 test_util.py:1631] Running testGradientWithinTapeBlock in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientWithinTapeBlock): 0.01s I0222 00:33:35.274747 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGradientWithinTapeBlock): 0.01s [ OK ] BackpropTest.testGradientWithinTapeBlock [ RUN ] BackpropTest.testGradientsFunctionInCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testGradientsFunctionInCustomGradient): 0.01s I0222 00:33:35.282859 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testGradientsFunctionInCustomGradient): 0.01s [ OK ] BackpropTest.testGradientsFunctionInCustomGradient [ RUN ] BackpropTest.testHigherOrderGradient INFO:tensorflow:Running testHigherOrderGradient in GRAPH mode. I0222 00:33:35.702332 281473511879728 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. W0222 00:33:35.707471 281473511879728 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. W0222 00:33:35.715650 281473511879728 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.49s I0222 00:33:35.774025 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testHigherOrderGradient): 0.49s INFO:tensorflow:Running testHigherOrderGradient in EAGER mode. I0222 00:33:35.775431 281473511879728 test_util.py:1631] Running testHigherOrderGradient in EAGER mode. [ FAILED ] BackpropTest.testHigherOrderGradient INFO:tensorflow:time(__main__.BackpropTest.testHigherOrderGradient): 0.6s I0222 00:33:36.375067 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testHigherOrderGradient): 0.6s [ RUN ] BackpropTest.testImplicitGradOrdering INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradOrdering): 0.02s I0222 00:33:36.392916 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradOrdering): 0.02s [ OK ] BackpropTest.testImplicitGradOrdering [ RUN ] BackpropTest.testImplicitGradOverEmbeddingLookup INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradOverEmbeddingLookup): 0.28s I0222 00:33:36.678050 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradOverEmbeddingLookup): 0.28s [ OK ] BackpropTest.testImplicitGradOverEmbeddingLookup [ RUN ] BackpropTest.testImplicitGradWithResourceVariable INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradWithResourceVariable): 0.01s I0222 00:33:36.693169 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradWithResourceVariable): 0.01s [ OK ] BackpropTest.testImplicitGradWithResourceVariable [ RUN ] BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue): 1.1s I0222 00:33:37.793785 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue): 1.1s [ OK ] BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue [ RUN ] BackpropTest.testInvalidRecordOperationMessage INFO:tensorflow:time(__main__.BackpropTest.testInvalidRecordOperationMessage): 0.0s I0222 00:33:37.798572 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testInvalidRecordOperationMessage): 0.0s [ OK ] BackpropTest.testInvalidRecordOperationMessage [ RUN ] BackpropTest.testJacobianCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testJacobianCustomGradient): 3.38s I0222 00:33:41.177584 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testJacobianCustomGradient): 3.38s [ OK ] BackpropTest.testJacobianCustomGradient [ RUN ] BackpropTest.testJacobianInsideGradientTapeScope [ FAILED ] BackpropTest.testJacobianInsideGradientTapeScope INFO:tensorflow:time(__main__.BackpropTest.testJacobianInsideGradientTapeScope): 1.39s I0222 00:33:42.570553 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testJacobianInsideGradientTapeScope): 1.39s [ RUN ] BackpropTest.testMakeAttrShape INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrShape): 0.0s I0222 00:33:42.572517 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrShape): 0.0s [ OK ] BackpropTest.testMakeAttrShape [ RUN ] BackpropTest.testMakeAttrShapeList INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrShapeList): 0.0s I0222 00:33:42.573693 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrShapeList): 0.0s [ OK ] BackpropTest.testMakeAttrShapeList [ RUN ] BackpropTest.testMakeAttrString INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrString): 0.0s I0222 00:33:42.574405 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrString): 0.0s [ OK ] BackpropTest.testMakeAttrString [ RUN ] BackpropTest.testMakeAttrStringList INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrStringList): 0.0s I0222 00:33:42.575165 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrStringList): 0.0s [ OK ] BackpropTest.testMakeAttrStringList [ RUN ] BackpropTest.testMakeAttrType INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrType): 0.0s I0222 00:33:42.575794 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrType): 0.0s [ OK ] BackpropTest.testMakeAttrType [ RUN ] BackpropTest.testMakeAttrTypeList INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrTypeList): 0.0s I0222 00:33:42.576376 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrTypeList): 0.0s [ OK ] BackpropTest.testMakeAttrTypeList [ RUN ] BackpropTest.testMakeVJP INFO:tensorflow:time(__main__.BackpropTest.testMakeVJP): 1.48s I0222 00:33:44.056465 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testMakeVJP): 1.48s [ OK ] BackpropTest.testMakeVJP [ RUN ] BackpropTest.testMulType INFO:tensorflow:time(__main__.BackpropTest.testMulType): 0.01s I0222 00:33:44.066440 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testMulType): 0.01s [ OK ] BackpropTest.testMulType [ RUN ] BackpropTest.testMultiValueConvertToTensor INFO:tensorflow:time(__main__.BackpropTest.testMultiValueConvertToTensor): 1.27s I0222 00:33:45.339438 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testMultiValueConvertToTensor): 1.27s [ OK ] BackpropTest.testMultiValueConvertToTensor [ RUN ] BackpropTest.testMultiValuePreservesIfNotDiffedAgainst INFO:tensorflow:time(__main__.BackpropTest.testMultiValuePreservesIfNotDiffedAgainst): 0.02s I0222 00:33:45.358402 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testMultiValuePreservesIfNotDiffedAgainst): 0.02s [ OK ] BackpropTest.testMultiValuePreservesIfNotDiffedAgainst [ RUN ] BackpropTest.testNameScope INFO:tensorflow:time(__main__.BackpropTest.testNameScope): 0.09s I0222 00:33:45.446544 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testNameScope): 0.09s [ OK ] BackpropTest.testNameScope [ RUN ] BackpropTest.testNestedGradients INFO:tensorflow:Running testNestedGradients in GRAPH mode. I0222 00:33:45.870206 281473511879728 test_util.py:1612] Running testNestedGradients in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testNestedGradients): 0.46s I0222 00:33:45.904065 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testNestedGradients): 0.46s INFO:tensorflow:Running testNestedGradients in EAGER mode. I0222 00:33:45.905233 281473511879728 test_util.py:1631] Running testNestedGradients in EAGER mode. [ FAILED ] BackpropTest.testNestedGradients INFO:tensorflow:time(__main__.BackpropTest.testNestedGradients): 0.61s I0222 00:33:46.516429 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testNestedGradients): 0.61s [ RUN ] BackpropTest.testNestedSelfContexts INFO:tensorflow:Running testNestedSelfContexts in GRAPH mode. I0222 00:33:46.517362 281473511879728 test_util.py:1612] Running testNestedSelfContexts in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testNestedSelfContexts): 0.03s I0222 00:33:46.545937 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testNestedSelfContexts): 0.03s INFO:tensorflow:Running testNestedSelfContexts in EAGER mode. I0222 00:33:46.546985 281473511879728 test_util.py:1631] Running testNestedSelfContexts in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testNestedSelfContexts): 0.01s I0222 00:33:46.553186 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testNestedSelfContexts): 0.01s [ OK ] BackpropTest.testNestedSelfContexts [ RUN ] BackpropTest.testNoOpBehaviorConsistentFunction INFO:tensorflow:time(__main__.BackpropTest.testNoOpBehaviorConsistentFunction): 0.29s I0222 00:33:46.844626 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testNoOpBehaviorConsistentFunction): 0.29s [ OK ] BackpropTest.testNoOpBehaviorConsistentFunction [ RUN ] BackpropTest.testNoOpBehaviorConsistentNoFunction INFO:tensorflow:time(__main__.BackpropTest.testNoOpBehaviorConsistentNoFunction): 0.01s I0222 00:33:46.859018 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testNoOpBehaviorConsistentNoFunction): 0.01s [ OK ] BackpropTest.testNoOpBehaviorConsistentNoFunction [ RUN ] BackpropTest.testNonEmptyParamsForValueAndGradFunction INFO:tensorflow:time(__main__.BackpropTest.testNonEmptyParamsForValueAndGradFunction): 1.18s I0222 00:33:48.044077 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testNonEmptyParamsForValueAndGradFunction): 1.18s [ OK ] BackpropTest.testNonEmptyParamsForValueAndGradFunction [ RUN ] BackpropTest.testOutput INFO:tensorflow:time(__main__.BackpropTest.testOutput): 0.01s I0222 00:33:48.059907 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testOutput): 0.01s [ OK ] BackpropTest.testOutput [ RUN ] BackpropTest.testOutputGradUsedInComputation INFO:tensorflow:time(__main__.BackpropTest.testOutputGradUsedInComputation): 0.01s I0222 00:33:48.068651 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testOutputGradUsedInComputation): 0.01s [ OK ] BackpropTest.testOutputGradUsedInComputation [ RUN ] BackpropTest.testOverrideSecondOrderWithCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testOverrideSecondOrderWithCustomGradient): 0.02s I0222 00:33:48.093743 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testOverrideSecondOrderWithCustomGradient): 0.02s [ OK ] BackpropTest.testOverrideSecondOrderWithCustomGradient [ RUN ] BackpropTest.testPartial INFO:tensorflow:time(__main__.BackpropTest.testPartial): 0.01s I0222 00:33:48.100328 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testPartial): 0.01s [ OK ] BackpropTest.testPartial [ RUN ] BackpropTest.testPersistentGradientTapeRepeatedSource INFO:tensorflow:Running testPersistentGradientTapeRepeatedSource in GRAPH mode. I0222 00:33:48.532876 281473511879728 test_util.py:1612] Running testPersistentGradientTapeRepeatedSource in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 0.51s I0222 00:33:48.614433 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 0.51s INFO:tensorflow:Running testPersistentGradientTapeRepeatedSource in EAGER mode. I0222 00:33:48.615642 281473511879728 test_util.py:1631] Running testPersistentGradientTapeRepeatedSource in EAGER mode. [ FAILED ] BackpropTest.testPersistentGradientTapeRepeatedSource INFO:tensorflow:time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 1.13s I0222 00:33:49.750232 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 1.13s [ RUN ] BackpropTest.testPersistentMakeVJP INFO:tensorflow:time(__main__.BackpropTest.testPersistentMakeVJP): 0.01s I0222 00:33:49.760554 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testPersistentMakeVJP): 0.01s [ OK ] BackpropTest.testPersistentMakeVJP [ RUN ] BackpropTest.testPersistentNestedTape INFO:tensorflow:Running testPersistentNestedTape in GRAPH mode. I0222 00:33:50.381036 281473511879728 test_util.py:1612] Running testPersistentNestedTape in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testPersistentNestedTape): 0.7s I0222 00:33:50.465951 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testPersistentNestedTape): 0.7s INFO:tensorflow:Running testPersistentNestedTape in EAGER mode. I0222 00:33:50.467224 281473511879728 test_util.py:1631] Running testPersistentNestedTape in EAGER mode. [ FAILED ] BackpropTest.testPersistentNestedTape INFO:tensorflow:time(__main__.BackpropTest.testPersistentNestedTape): 0.8s I0222 00:33:51.263872 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testPersistentNestedTape): 0.8s [ RUN ] BackpropTest.testPersistentTape INFO:tensorflow:Running testPersistentTape in GRAPH mode. I0222 00:33:51.675353 281473511879728 test_util.py:1612] Running testPersistentTape in GRAPH mode. [ SKIPPED ] BackpropTest.testPersistentTape [graph_mode] INFO:tensorflow:time(__main__.BackpropTest.testPersistentTape): 0.41s I0222 00:33:51.676611 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testPersistentTape): 0.41s INFO:tensorflow:Running testPersistentTape in EAGER mode. I0222 00:33:51.677336 281473511879728 test_util.py:1631] Running testPersistentTape in EAGER mode. [ SKIPPED ] BackpropTest.testPersistentTape [eager_mode] INFO:tensorflow:time(__main__.BackpropTest.testPersistentTape): 0.65s I0222 00:33:52.329947 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testPersistentTape): 0.65s No pending test case: __main__.BackpropTest.testPersistentTape [ RUN ] BackpropTest.testPythonMax INFO:tensorflow:time(__main__.BackpropTest.testPythonMax): 0.05s I0222 00:33:52.382731 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testPythonMax): 0.05s [ OK ] BackpropTest.testPythonMax [ RUN ] BackpropTest.testRecomputeGradWithDifferentShape INFO:tensorflow:time(__main__.BackpropTest.testRecomputeGradWithDifferentShape): 0.97s I0222 00:33:53.355257 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testRecomputeGradWithDifferentShape): 0.97s [ OK ] BackpropTest.testRecomputeGradWithDifferentShape [ RUN ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True) [ FAILED ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True) INFO:tensorflow:time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True)): 1.84s I0222 00:33:55.197295 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True)): 1.84s [ RUN ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False) [ FAILED ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False) INFO:tensorflow:time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False)): 1.72s I0222 00:33:56.916292 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False)): 1.72s [ RUN ] BackpropTest.testResourceHandleOutputWithoutHandleData INFO:tensorflow:time(__main__.BackpropTest.testResourceHandleOutputWithoutHandleData): 0.01s I0222 00:33:56.922711 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testResourceHandleOutputWithoutHandleData): 0.01s [ OK ] BackpropTest.testResourceHandleOutputWithoutHandleData [ RUN ] BackpropTest.testReturnSameThing INFO:tensorflow:time(__main__.BackpropTest.testReturnSameThing): 0.01s I0222 00:33:56.931498 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testReturnSameThing): 0.01s [ OK ] BackpropTest.testReturnSameThing [ RUN ] BackpropTest.testSameObjectForMultipleArguments INFO:tensorflow:time(__main__.BackpropTest.testSameObjectForMultipleArguments): 0.04s I0222 00:33:56.975532 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testSameObjectForMultipleArguments): 0.04s [ OK ] BackpropTest.testSameObjectForMultipleArguments [ RUN ] BackpropTest.testSecondGrad INFO:tensorflow:time(__main__.BackpropTest.testSecondGrad): 1.08s I0222 00:33:58.054250 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testSecondGrad): 1.08s [ OK ] BackpropTest.testSecondGrad [ RUN ] BackpropTest.testSelectivelyWatchVariables INFO:tensorflow:Running testSelectivelyWatchVariables in GRAPH mode. I0222 00:33:58.056400 281473511879728 test_util.py:1612] Running testSelectivelyWatchVariables in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.05s I0222 00:33:58.105281 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.05s INFO:tensorflow:Running testSelectivelyWatchVariables in EAGER mode. I0222 00:33:58.106438 281473511879728 test_util.py:1631] Running testSelectivelyWatchVariables in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.02s I0222 00:33:58.121969 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.02s [ OK ] BackpropTest.testSelectivelyWatchVariables [ RUN ] BackpropTest.testStopGradient INFO:tensorflow:time(__main__.BackpropTest.testStopGradient): 1.17s I0222 00:33:59.293027 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testStopGradient): 1.17s [ OK ] BackpropTest.testStopGradient [ RUN ] BackpropTest.testTapeGradientMultiTargetOneIsSource INFO:tensorflow:time(__main__.BackpropTest.testTapeGradientMultiTargetOneIsSource): 0.01s I0222 00:33:59.301104 281473511879728 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 W0222 00:33:59.304942 281473511879728 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 I0222 00:33:59.305815 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testTapeGradientStringTarget): 0.0s [ OK ] BackpropTest.testTapeGradientStringTarget [ RUN ] BackpropTest.testTapeIdentityGradientIsIdentity INFO:tensorflow:time(__main__.BackpropTest.testTapeIdentityGradientIsIdentity): 0.0s I0222 00:33:59.308856 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testTapeIdentityGradientIsIdentity): 0.0s [ OK ] BackpropTest.testTapeIdentityGradientIsIdentity [ RUN ] BackpropTest.testTapeNoOpGradient INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradient): 0.0s I0222 00:33:59.310217 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradient): 0.0s [ OK ] BackpropTest.testTapeNoOpGradient [ RUN ] BackpropTest.testTapeNoOpGradient2By2 INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradient2By2): 1.52s I0222 00:34:00.835532 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradient2By2): 1.52s [ OK ] BackpropTest.testTapeNoOpGradient2By2 [ RUN ] BackpropTest.testTapeNoOpGradientMultiTarget2By2 INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientMultiTarget2By2): 0.74s I0222 00:34:01.573051 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientMultiTarget2By2): 0.74s [ OK ] BackpropTest.testTapeNoOpGradientMultiTarget2By2 [ RUN ] BackpropTest.testTapeNoOpGradientStringSourceAndTarget WARNING:tensorflow:The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.string W0222 00:34:01.576345 281473511879728 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 I0222 00:34:01.577297 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientStringSourceAndTarget): 0.0s [ OK ] BackpropTest.testTapeNoOpGradientStringSourceAndTarget [ RUN ] BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource): 0.0s I0222 00:34:01.582447 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource): 0.0s [ OK ] BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource [ RUN ] BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSource INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSource): 0.01s I0222 00:34:01.590427 281473511879728 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 W0222 00:34:01.593128 281473511879728 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 I0222 00:34:01.599274 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSourceIncludeString): 0.01s [ OK ] BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSourceIncludeString [ RUN ] BackpropTest.testTapeNoOpOnVariableIsIdentity INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpOnVariableIsIdentity): 0.01s I0222 00:34:01.609439 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpOnVariableIsIdentity): 0.01s [ OK ] BackpropTest.testTapeNoOpOnVariableIsIdentity [ RUN ] BackpropTest.testTapeReset INFO:tensorflow:time(__main__.BackpropTest.testTapeReset): 0.01s I0222 00:34:01.623448 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testTapeReset): 0.01s [ OK ] BackpropTest.testTapeReset [ RUN ] BackpropTest.testTapeStopRecording INFO:tensorflow:time(__main__.BackpropTest.testTapeStopRecording): 0.01s I0222 00:34:01.633113 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testTapeStopRecording): 0.01s [ OK ] BackpropTest.testTapeStopRecording [ RUN ] BackpropTest.testTapeStopStartRecording INFO:tensorflow:time(__main__.BackpropTest.testTapeStopStartRecording): 0.01s I0222 00:34:01.647574 281473511879728 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 I0222 00:34:01.649050 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testTensorCopyCPU2GPU2CPU): 0.0s [ RUN ] BackpropTest.testTensorCopyGPU2CPU2GPU [ SKIPPED ] BackpropTest.testTensorCopyGPU2CPU2GPU INFO:tensorflow:time(__main__.BackpropTest.testTensorCopyGPU2CPU2GPU): 0.0s I0222 00:34:01.649777 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testTensorCopyGPU2CPU2GPU): 0.0s [ RUN ] BackpropTest.testTwoTargets INFO:tensorflow:time(__main__.BackpropTest.testTwoTargets): 0.01s I0222 00:34:01.660239 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testTwoTargets): 0.01s [ OK ] BackpropTest.testTwoTargets [ RUN ] BackpropTest.testUnconnectedGradientsDefault INFO:tensorflow:Running testUnconnectedGradientsDefault in GRAPH mode. I0222 00:34:02.135875 281473511879728 test_util.py:1612] Running testUnconnectedGradientsDefault in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsDefault): 0.48s I0222 00:34:02.144020 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsDefault): 0.48s INFO:tensorflow:Running testUnconnectedGradientsDefault in EAGER mode. I0222 00:34:02.144868 281473511879728 test_util.py:1631] Running testUnconnectedGradientsDefault in EAGER mode. [ FAILED ] BackpropTest.testUnconnectedGradientsDefault INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsDefault): 1.1s I0222 00:34:03.245467 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsDefault): 1.1s [ RUN ] BackpropTest.testUnconnectedGradientsNestedDefunZeros INFO:tensorflow:Running testUnconnectedGradientsNestedDefunZeros in GRAPH mode. I0222 00:34:03.246289 281473511879728 test_util.py:1612] Running testUnconnectedGradientsNestedDefunZeros in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.2s I0222 00:34:03.443310 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.2s INFO:tensorflow:Running testUnconnectedGradientsNestedDefunZeros in EAGER mode. I0222 00:34:03.444340 281473511879728 test_util.py:1631] Running testUnconnectedGradientsNestedDefunZeros in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.04s I0222 00:34:03.488588 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.04s [ OK ] BackpropTest.testUnconnectedGradientsNestedDefunZeros [ RUN ] BackpropTest.testUnconnectedGradientsVariablesZeros INFO:tensorflow:Running testUnconnectedGradientsVariablesZeros in GRAPH mode. I0222 00:34:03.920014 281473511879728 test_util.py:1612] Running testUnconnectedGradientsVariablesZeros in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 0.48s I0222 00:34:03.972102 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 0.48s INFO:tensorflow:Running testUnconnectedGradientsVariablesZeros in EAGER mode. I0222 00:34:03.973261 281473511879728 test_util.py:1631] Running testUnconnectedGradientsVariablesZeros in EAGER mode. [ FAILED ] BackpropTest.testUnconnectedGradientsVariablesZeros INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 0.65s I0222 00:34:04.624347 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 0.65s [ RUN ] BackpropTest.testUnconnectedGradientsZeros INFO:tensorflow:Running testUnconnectedGradientsZeros in GRAPH mode. I0222 00:34:05.371836 281473511879728 test_util.py:1612] Running testUnconnectedGradientsZeros in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsZeros): 0.78s I0222 00:34:05.404321 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsZeros): 0.78s INFO:tensorflow:Running testUnconnectedGradientsZeros in EAGER mode. I0222 00:34:05.405333 281473511879728 test_util.py:1631] Running testUnconnectedGradientsZeros in EAGER mode. [ FAILED ] BackpropTest.testUnconnectedGradientsZeros INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsZeros): 0.71s I0222 00:34:06.115068 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsZeros): 0.71s [ RUN ] BackpropTest.testUnconnectedNone INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedNone): 1.1s I0222 00:34:07.215085 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedNone): 1.1s [ OK ] BackpropTest.testUnconnectedNone [ RUN ] BackpropTest.testUnknownShapes INFO:tensorflow:time(__main__.BackpropTest.testUnknownShapes): 0.03s I0222 00:34:07.241553 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testUnknownShapes): 0.03s [ OK ] BackpropTest.testUnknownShapes [ RUN ] BackpropTest.testUnknownUnconnectedGradientsValueGiven INFO:tensorflow:Running testUnknownUnconnectedGradientsValueGiven in GRAPH mode. I0222 00:34:07.242680 281473511879728 test_util.py:1612] Running testUnknownUnconnectedGradientsValueGiven in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.01s I0222 00:34:07.248540 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.01s INFO:tensorflow:Running testUnknownUnconnectedGradientsValueGiven in EAGER mode. I0222 00:34:07.249290 281473511879728 test_util.py:1631] Running testUnknownUnconnectedGradientsValueGiven in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.0s I0222 00:34:07.253756 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.0s [ OK ] BackpropTest.testUnknownUnconnectedGradientsValueGiven [ RUN ] BackpropTest.testVariablesAndConstantsProduceTheSameGradients INFO:tensorflow:time(__main__.BackpropTest.testVariablesAndConstantsProduceTheSameGradients): 0.02s I0222 00:34:07.274183 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testVariablesAndConstantsProduceTheSameGradients): 0.02s [ OK ] BackpropTest.testVariablesAndConstantsProduceTheSameGradients [ RUN ] BackpropTest.testWatchBadThing INFO:tensorflow:Running testWatchBadThing in GRAPH mode. I0222 00:34:07.275488 281473511879728 test_util.py:1612] Running testWatchBadThing in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchBadThing): 0.0s I0222 00:34:07.277060 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testWatchBadThing): 0.0s INFO:tensorflow:Running testWatchBadThing in EAGER mode. I0222 00:34:07.277691 281473511879728 test_util.py:1631] Running testWatchBadThing in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchBadThing): 0.0s I0222 00:34:07.278141 281473511879728 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 W0222 00:34:07.282902 281473511879728 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 W0222 00:34:07.283271 281473511879728 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 I0222 00:34:07.295880 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testWatchComposite): 0.02s [ OK ] BackpropTest.testWatchComposite [ RUN ] BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall INFO:tensorflow:time(__main__.BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall): 0.01s I0222 00:34:07.305103 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall): 0.01s [ OK ] BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall [ RUN ] BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape INFO:tensorflow:time(__main__.BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape): 0.01s I0222 00:34:07.314725 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape): 0.01s [ OK ] BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape [ RUN ] BackpropTest.testWatchedVariablesRespectReset INFO:tensorflow:time(__main__.BackpropTest.testWatchedVariablesRespectReset): 0.01s I0222 00:34:07.324662 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testWatchedVariablesRespectReset): 0.01s [ OK ] BackpropTest.testWatchedVariablesRespectReset [ RUN ] BackpropTest.testWatchingIsTapeLocal INFO:tensorflow:Running testWatchingIsTapeLocal in GRAPH mode. I0222 00:34:07.325727 281473511879728 test_util.py:1612] Running testWatchingIsTapeLocal in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.07s I0222 00:34:07.392670 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.07s INFO:tensorflow:Running testWatchingIsTapeLocal in EAGER mode. I0222 00:34:07.393901 281473511879728 test_util.py:1631] Running testWatchingIsTapeLocal in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.02s I0222 00:34:07.411062 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.02s [ OK ] BackpropTest.testWatchingIsTapeLocal [ RUN ] BackpropTest.testWhereGradient INFO:tensorflow:time(__main__.BackpropTest.testWhereGradient): 0.02s I0222 00:34:07.428187 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testWhereGradient): 0.02s [ OK ] BackpropTest.testWhereGradient [ RUN ] BackpropTest.testZerosCacheDoesntLeakAcrossGraphs INFO:tensorflow:time(__main__.BackpropTest.testZerosCacheDoesntLeakAcrossGraphs): 0.09s I0222 00:34:07.519551 281473511879728 test_util.py:2620] time(__main__.BackpropTest.testZerosCacheDoesntLeakAcrossGraphs): 0.09s [ 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.07s I0222 00:34:07.596225 281473511879728 test_util.py:2620] time(__main__.BackpropTest.test_stop_gradient_hides_downstream_ops): 0.07s [ OK ] BackpropTest.test_stop_gradient_hides_downstream_ops [ RUN ] BatchJacobianTest.testBadInputRank INFO:tensorflow:Running testBadInputRank in GRAPH mode. I0222 00:34:07.597297 281473511879728 test_util.py:1612] Running testBadInputRank in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadInputRank): 0.01s I0222 00:34:07.603846 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.testBadInputRank): 0.01s INFO:tensorflow:Running testBadInputRank in EAGER mode. I0222 00:34:07.604640 281473511879728 test_util.py:1631] Running testBadInputRank in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadInputRank): 0.01s I0222 00:34:07.611293 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.testBadInputRank): 0.01s [ OK ] BatchJacobianTest.testBadInputRank [ RUN ] BatchJacobianTest.testBadOutputRank INFO:tensorflow:Running testBadOutputRank in GRAPH mode. I0222 00:34:07.612293 281473511879728 test_util.py:1612] Running testBadOutputRank in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s I0222 00:34:07.618599 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s INFO:tensorflow:Running testBadOutputRank in EAGER mode. I0222 00:34:07.619384 281473511879728 test_util.py:1631] Running testBadOutputRank in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s I0222 00:34:07.625957 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s [ OK ] BatchJacobianTest.testBadOutputRank [ RUN ] BatchJacobianTest.testBadShape INFO:tensorflow:Running testBadShape in GRAPH mode. I0222 00:34:07.626901 281473511879728 test_util.py:1612] Running testBadShape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadShape): 0.01s I0222 00:34:07.633096 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.testBadShape): 0.01s INFO:tensorflow:Running testBadShape in EAGER mode. I0222 00:34:07.633897 281473511879728 test_util.py:1631] Running testBadShape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadShape): 0.01s I0222 00:34:07.641066 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.testBadShape): 0.01s [ OK ] BatchJacobianTest.testBadShape [ RUN ] BatchJacobianTest.testPersistentTape INFO:tensorflow:Running testPersistentTape in GRAPH mode. I0222 00:34:07.642065 281473511879728 test_util.py:1612] Running testPersistentTape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPersistentTape): 0.0s I0222 00:34:07.643222 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.testPersistentTape): 0.0s INFO:tensorflow:Running testPersistentTape in EAGER mode. I0222 00:34:07.643883 281473511879728 test_util.py:1631] Running testPersistentTape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPersistentTape): 0.02s I0222 00:34:07.661736 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.testPersistentTape): 0.02s [ OK ] BatchJacobianTest.testPersistentTape [ RUN ] BatchJacobianTest.testPfor INFO:tensorflow:Running testPfor in GRAPH mode. I0222 00:34:07.662979 281473511879728 test_util.py:1612] Running testPfor in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPfor): 0.34s I0222 00:34:08.004441 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.testPfor): 0.34s INFO:tensorflow:Running testPfor in EAGER mode. I0222 00:34:08.006593 281473511879728 test_util.py:1631] Running testPfor in EAGER mode. WARNING:tensorflow:5 out of the last 5 calls to .f at 0xfffe683a2520> 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. W0222 00:34:08.417195 281473511879728 polymorphic_function.py:157] 5 out of the last 5 calls to .f at 0xfffe683a2520> 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.43s I0222 00:34:08.437244 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.testPfor): 0.43s [ OK ] BatchJacobianTest.testPfor [ RUN ] BatchJacobianTest.testPforDefun INFO:tensorflow:Running testPforDefun in GRAPH mode. I0222 00:34:08.438688 281473511879728 test_util.py:1612] Running testPforDefun in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPforDefun): 0.58s I0222 00:34:09.022750 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.testPforDefun): 0.58s INFO:tensorflow:Running testPforDefun in EAGER mode. I0222 00:34:09.025188 281473511879728 test_util.py:1631] Running testPforDefun in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPforDefun): 0.4s I0222 00:34:09.425857 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.testPforDefun): 0.4s [ OK ] BatchJacobianTest.testPforDefun [ RUN ] BatchJacobianTest.testWhileLoop INFO:tensorflow:Running testWhileLoop in GRAPH mode. I0222 00:34:09.426690 281473511879728 test_util.py:1612] Running testWhileLoop in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoop): 0.28s I0222 00:34:09.710955 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoop): 0.28s INFO:tensorflow:Running testWhileLoop in EAGER mode. I0222 00:34:09.713615 281473511879728 test_util.py:1631] Running testWhileLoop in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoop): 0.09s I0222 00:34:09.804081 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoop): 0.09s [ OK ] BatchJacobianTest.testWhileLoop [ RUN ] BatchJacobianTest.testWhileLoopDefun INFO:tensorflow:Running testWhileLoopDefun in GRAPH mode. I0222 00:34:09.806523 281473511879728 test_util.py:1612] Running testWhileLoopDefun in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoopDefun): 0.62s I0222 00:34:10.429836 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoopDefun): 0.62s INFO:tensorflow:Running testWhileLoopDefun in EAGER mode. I0222 00:34:10.432588 281473511879728 test_util.py:1631] Running testWhileLoopDefun in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoopDefun): 0.34s I0222 00:34:10.775111 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoopDefun): 0.34s [ OK ] BatchJacobianTest.testWhileLoopDefun [ RUN ] BatchJacobianTest.test_degenerate_shape0 (True, True) INFO:tensorflow:Running test_degenerate_shape in GRAPH mode. I0222 00:34:10.775979 281473511879728 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 0.7s I0222 00:34:11.477198 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 0.7s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0222 00:34:11.478998 281473511879728 test_util.py:1631] Running test_degenerate_shape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 0.37s I0222 00:34:11.848161 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 0.37s [ OK ] BatchJacobianTest.test_degenerate_shape0 (True, True) [ RUN ] BatchJacobianTest.test_degenerate_shape1 (True, False) INFO:tensorflow:Running test_degenerate_shape in GRAPH mode. I0222 00:34:11.849218 281473511879728 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.35s I0222 00:34:12.202496 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.35s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0222 00:34:12.204411 281473511879728 test_util.py:1631] Running test_degenerate_shape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.3s I0222 00:34:12.503787 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.3s [ OK ] BatchJacobianTest.test_degenerate_shape1 (True, False) [ RUN ] BatchJacobianTest.test_degenerate_shape2 (False, True) INFO:tensorflow:Running test_degenerate_shape in GRAPH mode. I0222 00:34:12.504778 281473511879728 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape2 (False, True)): 0.25s I0222 00:34:12.756646 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape2 (False, True)): 0.25s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0222 00:34:12.758325 281473511879728 test_util.py:1631] Running test_degenerate_shape in EAGER mode. WARNING:tensorflow:6 out of the last 6 calls to .f at 0xfffe683a0ae0> 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. W0222 00:34:13.078171 281473511879728 polymorphic_function.py:157] 6 out of the last 6 calls to .f at 0xfffe683a0ae0> 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.33s I0222 00:34:13.088537 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape2 (False, True)): 0.33s [ OK ] BatchJacobianTest.test_degenerate_shape2 (False, True) [ RUN ] BatchJacobianTest.test_degenerate_shape3 (False, False) INFO:tensorflow:Running test_degenerate_shape in GRAPH mode. I0222 00:34:13.089889 281473511879728 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape3 (False, False)): 0.2s I0222 00:34:13.286790 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape3 (False, False)): 0.2s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0222 00:34:13.288581 281473511879728 test_util.py:1631] Running test_degenerate_shape in EAGER mode. 2024-02-22 00:34:13.309321: 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 I0222 00:34:13.318317 281473511879728 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. I0222 00:34:13.319740 281473511879728 test_util.py:1612] Running test_parallel_iterations in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_parallel_iterations): 1.45s I0222 00:34:14.773383 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.test_parallel_iterations): 1.45s INFO:tensorflow:Running test_parallel_iterations in EAGER mode. I0222 00:34:14.779696 281473511879728 test_util.py:1631] Running test_parallel_iterations in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_parallel_iterations): 1.73s I0222 00:34:16.511281 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.test_parallel_iterations): 1.73s [ 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. I0222 00:34:16.513129 281473511879728 test_util.py:1612] Running test_strided_slice in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_strided_slice): 0.35s I0222 00:34:16.866565 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.test_strided_slice): 0.35s INFO:tensorflow:Running test_strided_slice in EAGER mode. I0222 00:34:16.867376 281473511879728 test_util.py:1631] Running test_strided_slice in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_strided_slice): 0.44s I0222 00:34:17.307573 281473511879728 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. I0222 00:34:17.309365 281473511879728 test_util.py:1612] Running test_zeros_type_correct in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 0.73s I0222 00:34:18.038376 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 0.73s INFO:tensorflow:Running test_zeros_type_correct in EAGER mode. I0222 00:34:18.041318 281473511879728 test_util.py:1631] Running test_zeros_type_correct in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 0.99s I0222 00:34:19.028689 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 0.99s [ OK ] BatchJacobianTest.test_zeros_type_correct0 (True) [ RUN ] BatchJacobianTest.test_zeros_type_correct1 (False) INFO:tensorflow:Running test_zeros_type_correct in GRAPH mode. I0222 00:34:19.030599 281473511879728 test_util.py:1612] Running test_zeros_type_correct in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 1.2s I0222 00:34:20.233435 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 1.2s INFO:tensorflow:Running test_zeros_type_correct in EAGER mode. I0222 00:34:20.239946 281473511879728 test_util.py:1631] Running test_zeros_type_correct in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 0.21s I0222 00:34:20.447321 281473511879728 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 0.21s [ OK ] BatchJacobianTest.test_zeros_type_correct1 (False) [ RUN ] JacobianTest.testPersistentTape [ SKIPPED ] JacobianTest.testPersistentTape INFO:tensorflow:time(__main__.JacobianTest.testPersistentTape): 0.0s I0222 00:34:20.450344 281473511879728 test_util.py:2620] time(__main__.JacobianTest.testPersistentTape): 0.0s [ RUN ] JacobianTest.testPfor [ SKIPPED ] JacobianTest.testPfor INFO:tensorflow:time(__main__.JacobianTest.testPfor): 0.0s I0222 00:34:20.451152 281473511879728 test_util.py:2620] time(__main__.JacobianTest.testPfor): 0.0s [ RUN ] JacobianTest.testPforDefun [ SKIPPED ] JacobianTest.testPforDefun INFO:tensorflow:time(__main__.JacobianTest.testPforDefun): 0.0s I0222 00:34:20.451776 281473511879728 test_util.py:2620] time(__main__.JacobianTest.testPforDefun): 0.0s [ RUN ] JacobianTest.testWhileLoop [ SKIPPED ] JacobianTest.testWhileLoop INFO:tensorflow:time(__main__.JacobianTest.testWhileLoop): 0.0s I0222 00:34:20.452367 281473511879728 test_util.py:2620] time(__main__.JacobianTest.testWhileLoop): 0.0s [ RUN ] JacobianTest.testWhileLoopDefun [ SKIPPED ] JacobianTest.testWhileLoopDefun INFO:tensorflow:time(__main__.JacobianTest.testWhileLoopDefun): 0.0s I0222 00:34:20.452944 281473511879728 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. W0222 00:34:21.103255 281473511879728 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.01s I0222 00:34:23.462936 281473511879728 test_util.py:2620] time(__main__.JacobianTest.test_cond_func_grad_jacobian): 3.01s [ OK ] JacobianTest.test_cond_func_grad_jacobian [ RUN ] JacobianTest.test_empty_tensor_consistent_jacobian 2024-02-22 00:34:23.710476: 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 I0222 00:34:23.715169 281473511879728 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): 8.47s I0222 00:34:32.187991 281473511879728 test_util.py:2620] time(__main__.JacobianTest.test_foldl_partial_function): 8.47s [ OK ] JacobianTest.test_foldl_partial_function [ RUN ] JacobianTest.test_foldl_pure_function INFO:tensorflow:time(__main__.JacobianTest.test_foldl_pure_function): 4.34s I0222 00:34:36.528431 281473511879728 test_util.py:2620] time(__main__.JacobianTest.test_foldl_pure_function): 4.34s [ OK ] JacobianTest.test_foldl_pure_function [ RUN ] JacobianTest.test_grad_jacobian_conv INFO:tensorflow:time(__main__.JacobianTest.test_grad_jacobian_conv): 2.49s I0222 00:34:39.021644 281473511879728 test_util.py:2620] time(__main__.JacobianTest.test_grad_jacobian_conv): 2.49s [ OK ] JacobianTest.test_grad_jacobian_conv [ RUN ] JacobianTest.test_indexed_slices INFO:tensorflow:Running test_indexed_slices in GRAPH mode. I0222 00:34:39.024281 281473511879728 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. W0222 00:34:39.086010 281473511879728 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.76s I0222 00:34:39.788373 281473511879728 test_util.py:2620] time(__main__.JacobianTest.test_indexed_slices): 0.76s INFO:tensorflow:Running test_indexed_slices in EAGER mode. I0222 00:34:39.791176 281473511879728 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. W0222 00:34:39.881392 281473511879728 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.55s I0222 00:34:40.342110 281473511879728 test_util.py:2620] time(__main__.JacobianTest.test_indexed_slices): 0.55s [ OK ] JacobianTest.test_indexed_slices [ RUN ] JacobianTest.test_nested_batch_jacobian_foldl INFO:tensorflow:time(__main__.JacobianTest.test_nested_batch_jacobian_foldl): 50.88s I0222 00:35:31.220870 281473511879728 test_util.py:2620] time(__main__.JacobianTest.test_nested_batch_jacobian_foldl): 50.88s [ OK ] JacobianTest.test_nested_batch_jacobian_foldl [ RUN ] JacobianTest.test_nested_jacobian INFO:tensorflow:Running test_nested_jacobian in GRAPH mode. I0222 00:35:31.222815 281473511879728 test_util.py:1612] Running test_nested_jacobian in GRAPH mode. INFO:tensorflow:time(__main__.JacobianTest.test_nested_jacobian): 0.68s I0222 00:35:31.906581 281473511879728 test_util.py:2620] time(__main__.JacobianTest.test_nested_jacobian): 0.68s INFO:tensorflow:Running test_nested_jacobian in EAGER mode. I0222 00:35:31.909298 281473511879728 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 I0222 00:35:31.909814 281473511879728 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 I0222 00:35:31.910555 281473511879728 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 146.050s 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.13s I0222 00:35:51.094266 281473484092464 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testMixedTensorAndIndexedSlices): 0.13s [ OK ] AggregateIndexedSlicesGradientsTest.testMixedTensorAndIndexedSlices [ RUN ] AggregateIndexedSlicesGradientsTest.testMultipleGradients INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradients): 0.02s I0222 00:35:51.113957 281473484092464 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradients): 0.02s [ OK ] AggregateIndexedSlicesGradientsTest.testMultipleGradients [ RUN ] AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones): 0.02s I0222 00:35:51.132481 281473484092464 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones): 0.02s [ OK ] AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones [ RUN ] AggregateIndexedSlicesGradientsTest.testNoGradients INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testNoGradients): 0.0s I0222 00:35:51.133548 281473484092464 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testNoGradients): 0.0s [ OK ] AggregateIndexedSlicesGradientsTest.testNoGradients [ RUN ] AggregateIndexedSlicesGradientsTest.testOneGradient INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testOneGradient): 0.01s I0222 00:35:51.147169 281473484092464 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. I0222 00:35:51.148688 281473484092464 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. W0222 00:35:51.149235 281473484092464 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-22 00:35:51.243682: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:388] MLIR V1 optimization pass is not enabled INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradients): 0.31s I0222 00:35:51.461819 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradients): 0.31s INFO:tensorflow:Running testAggregateGradients in EAGER mode. I0222 00:35:51.463478 281473484092464 test_util.py:1631] Running testAggregateGradients in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradients): 0.04s I0222 00:35:51.505963 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradients): 0.04s [ OK ] BackpropTest.testAggregateGradients [ RUN ] BackpropTest.testAggregateGradientsWithTensor INFO:tensorflow:Running testAggregateGradientsWithTensor in GRAPH mode. I0222 00:35:51.507431 281473484092464 test_util.py:1612] Running testAggregateGradientsWithTensor in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.2s I0222 00:35:51.707624 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.2s INFO:tensorflow:Running testAggregateGradientsWithTensor in EAGER mode. I0222 00:35:51.709036 281473484092464 test_util.py:1631] Running testAggregateGradientsWithTensor in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.04s I0222 00:35:51.750435 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.04s [ OK ] BackpropTest.testAggregateGradientsWithTensor [ RUN ] BackpropTest.testArgmax INFO:tensorflow:time(__main__.BackpropTest.testArgmax): 1.05s I0222 00:35:52.800805 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testArgmax): 1.05s [ OK ] BackpropTest.testArgmax [ RUN ] BackpropTest.testArgsGradientFunction INFO:tensorflow:time(__main__.BackpropTest.testArgsGradientFunction): 0.01s I0222 00:35:52.811152 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testArgsGradientFunction): 0.01s [ OK ] BackpropTest.testArgsGradientFunction [ RUN ] BackpropTest.testAutomaticWatchedVariables INFO:tensorflow:time(__main__.BackpropTest.testAutomaticWatchedVariables): 0.02s I0222 00:35:52.828414 281473484092464 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. W0222 00:35:53.401689 281473484092464 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): 2.14s I0222 00:35:54.973113 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testBatchJacobianInsideGradientTapeScope): 2.14s [ RUN ] BackpropTest.testBatchJacobianParallelIterations INFO:tensorflow:time(__main__.BackpropTest.testBatchJacobianParallelIterations): 2.32s I0222 00:35:57.295295 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testBatchJacobianParallelIterations): 2.32s [ OK ] BackpropTest.testBatchJacobianParallelIterations [ RUN ] BackpropTest.testCPU INFO:tensorflow:time(__main__.BackpropTest.testCPU): 1.21s I0222 00:35:58.505682 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testCPU): 1.21s [ OK ] BackpropTest.testCPU [ RUN ] BackpropTest.testCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testCustomGradient): 1.47s I0222 00:35:59.972961 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testCustomGradient): 1.47s [ OK ] BackpropTest.testCustomGradient [ RUN ] BackpropTest.testCustomGradientEmptyError INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientEmptyError): 0.01s I0222 00:35:59.986120 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientEmptyError): 0.01s [ OK ] BackpropTest.testCustomGradientEmptyError [ RUN ] BackpropTest.testCustomGradientForwardprop INFO:tensorflow:Running testCustomGradientForwardprop in GRAPH mode. I0222 00:35:59.987100 281473484092464 test_util.py:1612] Running testCustomGradientForwardprop in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientForwardprop): 0.04s I0222 00:36:00.029014 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientForwardprop): 0.04s INFO:tensorflow:Running testCustomGradientForwardprop in EAGER mode. I0222 00:36:00.030318 281473484092464 test_util.py:1631] Running testCustomGradientForwardprop in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientForwardprop): 0.02s I0222 00:36:00.045823 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientForwardprop): 0.02s [ OK ] BackpropTest.testCustomGradientForwardprop [ RUN ] BackpropTest.testCustomGradientIdentity INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientIdentity): 1.19s I0222 00:36:01.236664 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientIdentity): 1.19s [ OK ] BackpropTest.testCustomGradientIdentity [ RUN ] BackpropTest.testCustomGradientInEagerAndGraph INFO:tensorflow:Running testCustomGradientInEagerAndGraph in GRAPH mode. I0222 00:36:01.237905 281473484092464 test_util.py:1612] Running testCustomGradientInEagerAndGraph in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.02s I0222 00:36:01.258381 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.02s INFO:tensorflow:Running testCustomGradientInEagerAndGraph in EAGER mode. I0222 00:36:01.259517 281473484092464 test_util.py:1631] Running testCustomGradientInEagerAndGraph in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.01s I0222 00:36:01.268505 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.01s [ OK ] BackpropTest.testCustomGradientInEagerAndGraph [ RUN ] BackpropTest.testDifferentiatingFunctionThatReturnsNone INFO:tensorflow:time(__main__.BackpropTest.testDifferentiatingFunctionThatReturnsNone): 0.01s I0222 00:36:01.274882 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testDifferentiatingFunctionThatReturnsNone): 0.01s [ OK ] BackpropTest.testDifferentiatingFunctionThatReturnsNone [ RUN ] BackpropTest.testDifferentiatingScalarCache INFO:tensorflow:Running testDifferentiatingScalarCache in GRAPH mode. I0222 00:36:01.275941 281473484092464 test_util.py:1612] Running testDifferentiatingScalarCache in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.01s I0222 00:36:01.288079 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.01s INFO:tensorflow:Running testDifferentiatingScalarCache in EAGER mode. I0222 00:36:01.289137 281473484092464 test_util.py:1631] Running testDifferentiatingScalarCache in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.01s I0222 00:36:01.295014 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.01s [ OK ] BackpropTest.testDifferentiatingScalarCache [ RUN ] BackpropTest.testDy INFO:tensorflow:time(__main__.BackpropTest.testDy): 0.01s I0222 00:36:01.301115 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testDy): 0.01s [ OK ] BackpropTest.testDy [ RUN ] BackpropTest.testEmptyParams INFO:tensorflow:time(__main__.BackpropTest.testEmptyParams): 1.34s I0222 00:36:02.644135 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testEmptyParams): 1.34s [ OK ] BackpropTest.testEmptyParams [ RUN ] BackpropTest.testEmptyParamsForValueAndGradFunction INFO:tensorflow:time(__main__.BackpropTest.testEmptyParamsForValueAndGradFunction): 1.24s I0222 00:36:03.889483 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testEmptyParamsForValueAndGradFunction): 1.24s [ OK ] BackpropTest.testEmptyParamsForValueAndGradFunction [ RUN ] BackpropTest.testErrors INFO:tensorflow:time(__main__.BackpropTest.testErrors): 0.12s I0222 00:36:04.012587 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testErrors): 0.12s [ OK ] BackpropTest.testErrors [ RUN ] BackpropTest.testExceptionSafety INFO:tensorflow:time(__main__.BackpropTest.testExceptionSafety): 1.18s I0222 00:36:05.196470 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testExceptionSafety): 1.18s [ OK ] BackpropTest.testExceptionSafety [ RUN ] BackpropTest.testExplicitWatchedVariables INFO:tensorflow:time(__main__.BackpropTest.testExplicitWatchedVariables): 0.2s I0222 00:36:05.393684 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testExplicitWatchedVariables): 0.2s [ OK ] BackpropTest.testExplicitWatchedVariables [ RUN ] BackpropTest.testFunctionIndexedSlicesGradient INFO:tensorflow:time(__main__.BackpropTest.testFunctionIndexedSlicesGradient): 0.18s I0222 00:36:05.570201 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testFunctionIndexedSlicesGradient): 0.18s [ 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. W0222 00:36:05.571970 281473484092464 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 I0222 00:36:05.572575 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGPU): 0.0s [ RUN ] BackpropTest.testGPUImplicitGrad [ SKIPPED ] BackpropTest.testGPUImplicitGrad INFO:tensorflow:time(__main__.BackpropTest.testGPUImplicitGrad): 0.0s I0222 00:36:05.573257 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGPUImplicitGrad): 0.0s [ RUN ] BackpropTest.testGadientTapeCalledOnConstantTarget INFO:tensorflow:Running testGadientTapeCalledOnConstantTarget in GRAPH mode. I0222 00:36:06.200146 281473484092464 test_util.py:1612] Running testGadientTapeCalledOnConstantTarget in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 0.64s I0222 00:36:06.217544 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 0.64s INFO:tensorflow:Running testGadientTapeCalledOnConstantTarget in EAGER mode. I0222 00:36:06.218534 281473484092464 test_util.py:1631] Running testGadientTapeCalledOnConstantTarget in EAGER mode. [ FAILED ] BackpropTest.testGadientTapeCalledOnConstantTarget INFO:tensorflow:time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 0.64s I0222 00:36:06.857895 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 0.64s [ RUN ] BackpropTest.testGetAttrList INFO:tensorflow:time(__main__.BackpropTest.testGetAttrList): 0.0s I0222 00:36:06.859161 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGetAttrList): 0.0s [ OK ] BackpropTest.testGetAttrList [ RUN ] BackpropTest.testGetAttrType INFO:tensorflow:time(__main__.BackpropTest.testGetAttrType): 0.0s I0222 00:36:06.859899 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGetAttrType): 0.0s [ OK ] BackpropTest.testGetAttrType [ RUN ] BackpropTest.testGradGrad INFO:tensorflow:time(__main__.BackpropTest.testGradGrad): 1.26s I0222 00:36:08.120286 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGradGrad): 1.26s [ OK ] BackpropTest.testGradGrad [ RUN ] BackpropTest.testGradGradExp INFO:tensorflow:time(__main__.BackpropTest.testGradGradExp): 1.04s I0222 00:36:09.157949 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGradGradExp): 1.04s [ OK ] BackpropTest.testGradGradExp [ RUN ] BackpropTest.testGradientInsideLoop INFO:tensorflow:time(__main__.BackpropTest.testGradientInsideLoop): 0.04s I0222 00:36:21.133650 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGradientInsideLoop): 0.04s [ OK ] BackpropTest.testGradientInsideLoop [ RUN ] BackpropTest.testGradientInteger INFO:tensorflow:time(__main__.BackpropTest.testGradientInteger): 0.01s I0222 00:36:21.140131 281473484092464 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`. W0222 00:36:21.901359 281473484092464 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.59s I0222 00:36:22.729315 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGradientNone): 1.59s [ OK ] BackpropTest.testGradientNone [ RUN ] BackpropTest.testGradientTape INFO:tensorflow:Running testGradientTape in GRAPH mode. I0222 00:36:23.562207 281473484092464 test_util.py:1612] Running testGradientTape in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTape): 0.86s I0222 00:36:23.594405 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGradientTape): 0.86s INFO:tensorflow:Running testGradientTape in EAGER mode. I0222 00:36:23.595474 281473484092464 test_util.py:1631] Running testGradientTape in EAGER mode. [ FAILED ] BackpropTest.testGradientTape INFO:tensorflow:time(__main__.BackpropTest.testGradientTape): 0.82s I0222 00:36:24.419021 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGradientTape): 0.82s [ RUN ] BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes [ FAILED ] BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes): 1.35s I0222 00:36:25.770262 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes): 1.35s [ RUN ] BackpropTest.testGradientTapeGradientCalledMultipleTimes INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeGradientCalledMultipleTimes): 1.24s I0222 00:36:27.014074 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeGradientCalledMultipleTimes): 1.24s [ OK ] BackpropTest.testGradientTapeGradientCalledMultipleTimes [ RUN ] BackpropTest.testGradientTapeJacobianCalledMultipleTimes [ FAILED ] BackpropTest.testGradientTapeJacobianCalledMultipleTimes INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeJacobianCalledMultipleTimes): 1.61s I0222 00:36:28.622837 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeJacobianCalledMultipleTimes): 1.61s [ RUN ] BackpropTest.testGradientTapeReEnterContext INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeReEnterContext): 1.18s I0222 00:36:29.805746 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeReEnterContext): 1.18s [ OK ] BackpropTest.testGradientTapeReEnterContext [ RUN ] BackpropTest.testGradientTapeRepeatedSource INFO:tensorflow:Running testGradientTapeRepeatedSource in GRAPH mode. I0222 00:36:30.197061 281473484092464 test_util.py:1612] Running testGradientTapeRepeatedSource in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeRepeatedSource): 0.41s I0222 00:36:30.215903 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeRepeatedSource): 0.41s INFO:tensorflow:Running testGradientTapeRepeatedSource in EAGER mode. I0222 00:36:30.216931 281473484092464 test_util.py:1631] Running testGradientTapeRepeatedSource in EAGER mode. [ FAILED ] BackpropTest.testGradientTapeRepeatedSource INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeRepeatedSource): 0.58s I0222 00:36:30.801779 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeRepeatedSource): 0.58s [ RUN ] BackpropTest.testGradientTapeStructure INFO:tensorflow:Running testGradientTapeStructure in GRAPH mode. I0222 00:36:31.441264 281473484092464 test_util.py:1612] Running testGradientTapeStructure in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeStructure): 0.74s I0222 00:36:31.540740 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeStructure): 0.74s INFO:tensorflow:Running testGradientTapeStructure in EAGER mode. I0222 00:36:31.542093 281473484092464 test_util.py:1631] Running testGradientTapeStructure in EAGER mode. [ FAILED ] BackpropTest.testGradientTapeStructure INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeStructure): 0.6s I0222 00:36:32.140851 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeStructure): 0.6s [ RUN ] BackpropTest.testGradientTapeVariable INFO:tensorflow:Running testGradientTapeVariable in GRAPH mode. I0222 00:36:32.531267 281473484092464 test_util.py:1612] Running testGradientTapeVariable in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeVariable): 0.42s I0222 00:36:32.565278 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeVariable): 0.42s INFO:tensorflow:Running testGradientTapeVariable in EAGER mode. I0222 00:36:32.566330 281473484092464 test_util.py:1631] Running testGradientTapeVariable in EAGER mode. [ FAILED ] BackpropTest.testGradientTapeVariable INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeVariable): 0.69s I0222 00:36:33.260910 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeVariable): 0.69s [ RUN ] BackpropTest.testGradientTapeWithCond INFO:tensorflow:Running testGradientTapeWithCond in GRAPH mode. I0222 00:36:33.261909 281473484092464 test_util.py:1612] Running testGradientTapeWithCond in GRAPH mode. [ SKIPPED ] BackpropTest.testGradientTapeWithCond [graph_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithCond): 0.0s I0222 00:36:33.263201 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeWithCond): 0.0s INFO:tensorflow:Running testGradientTapeWithCond in EAGER mode. I0222 00:36:33.263831 281473484092464 test_util.py:1631] Running testGradientTapeWithCond in EAGER mode. [ SKIPPED ] BackpropTest.testGradientTapeWithCond [eager_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithCond): 0.0s I0222 00:36:33.264255 281473484092464 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. I0222 00:36:33.264781 281473484092464 test_util.py:1612] Running testGradientTapeWithWhileLoop in GRAPH mode. [ SKIPPED ] BackpropTest.testGradientTapeWithWhileLoop [graph_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithWhileLoop): 0.0s I0222 00:36:33.265884 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeWithWhileLoop): 0.0s INFO:tensorflow:Running testGradientTapeWithWhileLoop in EAGER mode. I0222 00:36:33.266469 281473484092464 test_util.py:1631] Running testGradientTapeWithWhileLoop in EAGER mode. [ SKIPPED ] BackpropTest.testGradientTapeWithWhileLoop [eager_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithWhileLoop): 0.0s I0222 00:36:33.266875 281473484092464 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. I0222 00:36:33.267390 281473484092464 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. W0222 00:36:33.298691 281473484092464 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 I0222 00:36:33.310256 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGradientWithinTapeBlock): 0.04s INFO:tensorflow:Running testGradientWithinTapeBlock in EAGER mode. I0222 00:36:33.311289 281473484092464 test_util.py:1631] Running testGradientWithinTapeBlock in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientWithinTapeBlock): 0.01s I0222 00:36:33.325013 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGradientWithinTapeBlock): 0.01s [ OK ] BackpropTest.testGradientWithinTapeBlock [ RUN ] BackpropTest.testGradientsFunctionInCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testGradientsFunctionInCustomGradient): 0.01s I0222 00:36:33.333410 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testGradientsFunctionInCustomGradient): 0.01s [ OK ] BackpropTest.testGradientsFunctionInCustomGradient [ RUN ] BackpropTest.testHigherOrderGradient INFO:tensorflow:Running testHigherOrderGradient in GRAPH mode. I0222 00:36:33.812406 281473484092464 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. W0222 00:36:33.857529 281473484092464 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. W0222 00:36:33.868190 281473484092464 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.6s I0222 00:36:33.937946 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testHigherOrderGradient): 0.6s INFO:tensorflow:Running testHigherOrderGradient in EAGER mode. I0222 00:36:33.939185 281473484092464 test_util.py:1631] Running testHigherOrderGradient in EAGER mode. [ FAILED ] BackpropTest.testHigherOrderGradient INFO:tensorflow:time(__main__.BackpropTest.testHigherOrderGradient): 0.55s I0222 00:36:34.491819 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testHigherOrderGradient): 0.55s [ RUN ] BackpropTest.testImplicitGradOrdering INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradOrdering): 0.01s I0222 00:36:34.507731 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradOrdering): 0.01s [ OK ] BackpropTest.testImplicitGradOrdering [ RUN ] BackpropTest.testImplicitGradOverEmbeddingLookup INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradOverEmbeddingLookup): 0.19s I0222 00:36:34.702352 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradOverEmbeddingLookup): 0.19s [ OK ] BackpropTest.testImplicitGradOverEmbeddingLookup [ RUN ] BackpropTest.testImplicitGradWithResourceVariable INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradWithResourceVariable): 0.02s I0222 00:36:34.725176 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradWithResourceVariable): 0.02s [ OK ] BackpropTest.testImplicitGradWithResourceVariable [ RUN ] BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue): 1.15s I0222 00:36:35.880955 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue): 1.15s [ OK ] BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue [ RUN ] BackpropTest.testInvalidRecordOperationMessage INFO:tensorflow:time(__main__.BackpropTest.testInvalidRecordOperationMessage): 0.0s I0222 00:36:35.885905 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testInvalidRecordOperationMessage): 0.0s [ OK ] BackpropTest.testInvalidRecordOperationMessage [ RUN ] BackpropTest.testJacobianCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testJacobianCustomGradient): 2.88s I0222 00:36:38.762043 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testJacobianCustomGradient): 2.88s [ OK ] BackpropTest.testJacobianCustomGradient [ RUN ] BackpropTest.testJacobianInsideGradientTapeScope [ FAILED ] BackpropTest.testJacobianInsideGradientTapeScope INFO:tensorflow:time(__main__.BackpropTest.testJacobianInsideGradientTapeScope): 1.72s I0222 00:36:40.484337 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testJacobianInsideGradientTapeScope): 1.72s [ RUN ] BackpropTest.testMakeAttrShape INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrShape): 0.0s I0222 00:36:40.486643 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrShape): 0.0s [ OK ] BackpropTest.testMakeAttrShape [ RUN ] BackpropTest.testMakeAttrShapeList INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrShapeList): 0.0s I0222 00:36:40.488039 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrShapeList): 0.0s [ OK ] BackpropTest.testMakeAttrShapeList [ RUN ] BackpropTest.testMakeAttrString INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrString): 0.0s I0222 00:36:40.488831 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrString): 0.0s [ OK ] BackpropTest.testMakeAttrString [ RUN ] BackpropTest.testMakeAttrStringList INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrStringList): 0.0s I0222 00:36:40.489602 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrStringList): 0.0s [ OK ] BackpropTest.testMakeAttrStringList [ RUN ] BackpropTest.testMakeAttrType INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrType): 0.0s I0222 00:36:40.490222 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrType): 0.0s [ OK ] BackpropTest.testMakeAttrType [ RUN ] BackpropTest.testMakeAttrTypeList INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrTypeList): 0.0s I0222 00:36:40.490810 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrTypeList): 0.0s [ OK ] BackpropTest.testMakeAttrTypeList [ RUN ] BackpropTest.testMakeVJP INFO:tensorflow:time(__main__.BackpropTest.testMakeVJP): 1.06s I0222 00:36:41.554140 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testMakeVJP): 1.06s [ OK ] BackpropTest.testMakeVJP [ RUN ] BackpropTest.testMulType INFO:tensorflow:time(__main__.BackpropTest.testMulType): 0.01s I0222 00:36:41.566445 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testMulType): 0.01s [ OK ] BackpropTest.testMulType [ RUN ] BackpropTest.testMultiValueConvertToTensor INFO:tensorflow:time(__main__.BackpropTest.testMultiValueConvertToTensor): 1.48s I0222 00:36:43.049126 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testMultiValueConvertToTensor): 1.48s [ OK ] BackpropTest.testMultiValueConvertToTensor [ RUN ] BackpropTest.testMultiValuePreservesIfNotDiffedAgainst INFO:tensorflow:time(__main__.BackpropTest.testMultiValuePreservesIfNotDiffedAgainst): 0.02s I0222 00:36:43.069063 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testMultiValuePreservesIfNotDiffedAgainst): 0.02s [ OK ] BackpropTest.testMultiValuePreservesIfNotDiffedAgainst [ RUN ] BackpropTest.testNameScope INFO:tensorflow:time(__main__.BackpropTest.testNameScope): 0.09s I0222 00:36:43.159310 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testNameScope): 0.09s [ OK ] BackpropTest.testNameScope [ RUN ] BackpropTest.testNestedGradients INFO:tensorflow:Running testNestedGradients in GRAPH mode. I0222 00:36:43.621446 281473484092464 test_util.py:1612] Running testNestedGradients in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testNestedGradients): 0.49s I0222 00:36:43.653252 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testNestedGradients): 0.49s INFO:tensorflow:Running testNestedGradients in EAGER mode. I0222 00:36:43.654274 281473484092464 test_util.py:1631] Running testNestedGradients in EAGER mode. [ FAILED ] BackpropTest.testNestedGradients INFO:tensorflow:time(__main__.BackpropTest.testNestedGradients): 0.64s I0222 00:36:44.290411 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testNestedGradients): 0.64s [ RUN ] BackpropTest.testNestedSelfContexts INFO:tensorflow:Running testNestedSelfContexts in GRAPH mode. I0222 00:36:44.291262 281473484092464 test_util.py:1612] Running testNestedSelfContexts in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testNestedSelfContexts): 0.01s I0222 00:36:44.306109 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testNestedSelfContexts): 0.01s INFO:tensorflow:Running testNestedSelfContexts in EAGER mode. I0222 00:36:44.307021 281473484092464 test_util.py:1631] Running testNestedSelfContexts in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testNestedSelfContexts): 0.01s I0222 00:36:44.314102 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testNestedSelfContexts): 0.01s [ OK ] BackpropTest.testNestedSelfContexts [ RUN ] BackpropTest.testNoOpBehaviorConsistentFunction INFO:tensorflow:time(__main__.BackpropTest.testNoOpBehaviorConsistentFunction): 0.28s I0222 00:36:44.592171 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testNoOpBehaviorConsistentFunction): 0.28s [ OK ] BackpropTest.testNoOpBehaviorConsistentFunction [ RUN ] BackpropTest.testNoOpBehaviorConsistentNoFunction INFO:tensorflow:time(__main__.BackpropTest.testNoOpBehaviorConsistentNoFunction): 0.01s I0222 00:36:44.606537 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testNoOpBehaviorConsistentNoFunction): 0.01s [ OK ] BackpropTest.testNoOpBehaviorConsistentNoFunction [ RUN ] BackpropTest.testNonEmptyParamsForValueAndGradFunction INFO:tensorflow:time(__main__.BackpropTest.testNonEmptyParamsForValueAndGradFunction): 0.98s I0222 00:36:45.587328 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testNonEmptyParamsForValueAndGradFunction): 0.98s [ OK ] BackpropTest.testNonEmptyParamsForValueAndGradFunction [ RUN ] BackpropTest.testOutput INFO:tensorflow:time(__main__.BackpropTest.testOutput): 0.01s I0222 00:36:45.602635 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testOutput): 0.01s [ OK ] BackpropTest.testOutput [ RUN ] BackpropTest.testOutputGradUsedInComputation INFO:tensorflow:time(__main__.BackpropTest.testOutputGradUsedInComputation): 0.01s I0222 00:36:45.610771 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testOutputGradUsedInComputation): 0.01s [ OK ] BackpropTest.testOutputGradUsedInComputation [ RUN ] BackpropTest.testOverrideSecondOrderWithCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testOverrideSecondOrderWithCustomGradient): 0.04s I0222 00:36:45.655811 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testOverrideSecondOrderWithCustomGradient): 0.04s [ OK ] BackpropTest.testOverrideSecondOrderWithCustomGradient [ RUN ] BackpropTest.testPartial INFO:tensorflow:time(__main__.BackpropTest.testPartial): 0.01s I0222 00:36:45.661906 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testPartial): 0.01s [ OK ] BackpropTest.testPartial [ RUN ] BackpropTest.testPersistentGradientTapeRepeatedSource INFO:tensorflow:Running testPersistentGradientTapeRepeatedSource in GRAPH mode. I0222 00:36:46.175069 281473484092464 test_util.py:1612] Running testPersistentGradientTapeRepeatedSource in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 0.55s I0222 00:36:46.216730 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 0.55s INFO:tensorflow:Running testPersistentGradientTapeRepeatedSource in EAGER mode. I0222 00:36:46.217769 281473484092464 test_util.py:1631] Running testPersistentGradientTapeRepeatedSource in EAGER mode. [ FAILED ] BackpropTest.testPersistentGradientTapeRepeatedSource INFO:tensorflow:time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 1.62s I0222 00:36:47.842401 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 1.62s [ RUN ] BackpropTest.testPersistentMakeVJP INFO:tensorflow:time(__main__.BackpropTest.testPersistentMakeVJP): 0.01s I0222 00:36:47.852530 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testPersistentMakeVJP): 0.01s [ OK ] BackpropTest.testPersistentMakeVJP [ RUN ] BackpropTest.testPersistentNestedTape INFO:tensorflow:Running testPersistentNestedTape in GRAPH mode. I0222 00:36:48.340561 281473484092464 test_util.py:1612] Running testPersistentNestedTape in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testPersistentNestedTape): 0.55s I0222 00:36:48.402895 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testPersistentNestedTape): 0.55s INFO:tensorflow:Running testPersistentNestedTape in EAGER mode. I0222 00:36:48.404070 281473484092464 test_util.py:1631] Running testPersistentNestedTape in EAGER mode. [ FAILED ] BackpropTest.testPersistentNestedTape INFO:tensorflow:time(__main__.BackpropTest.testPersistentNestedTape): 0.57s I0222 00:36:48.978521 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testPersistentNestedTape): 0.57s [ RUN ] BackpropTest.testPersistentTape INFO:tensorflow:Running testPersistentTape in GRAPH mode. I0222 00:36:49.407871 281473484092464 test_util.py:1612] Running testPersistentTape in GRAPH mode. [ SKIPPED ] BackpropTest.testPersistentTape [graph_mode] INFO:tensorflow:time(__main__.BackpropTest.testPersistentTape): 0.43s I0222 00:36:49.409341 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testPersistentTape): 0.43s INFO:tensorflow:Running testPersistentTape in EAGER mode. I0222 00:36:49.410086 281473484092464 test_util.py:1631] Running testPersistentTape in EAGER mode. [ SKIPPED ] BackpropTest.testPersistentTape [eager_mode] INFO:tensorflow:time(__main__.BackpropTest.testPersistentTape): 0.78s I0222 00:36:50.186947 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testPersistentTape): 0.78s No pending test case: __main__.BackpropTest.testPersistentTape [ RUN ] BackpropTest.testPythonMax INFO:tensorflow:time(__main__.BackpropTest.testPythonMax): 0.02s I0222 00:36:50.208166 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testPythonMax): 0.02s [ OK ] BackpropTest.testPythonMax [ RUN ] BackpropTest.testRecomputeGradWithDifferentShape INFO:tensorflow:time(__main__.BackpropTest.testRecomputeGradWithDifferentShape): 1.23s I0222 00:36:51.435471 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testRecomputeGradWithDifferentShape): 1.23s [ OK ] BackpropTest.testRecomputeGradWithDifferentShape [ RUN ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True) [ FAILED ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True) INFO:tensorflow:time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True)): 2.03s I0222 00:36:53.467720 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True)): 2.03s [ RUN ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False) [ FAILED ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False) INFO:tensorflow:time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False)): 10.46s I0222 00:37:03.946278 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False)): 10.46s [ RUN ] BackpropTest.testResourceHandleOutputWithoutHandleData INFO:tensorflow:time(__main__.BackpropTest.testResourceHandleOutputWithoutHandleData): 0.01s I0222 00:37:03.956685 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testResourceHandleOutputWithoutHandleData): 0.01s [ OK ] BackpropTest.testResourceHandleOutputWithoutHandleData [ RUN ] BackpropTest.testReturnSameThing INFO:tensorflow:time(__main__.BackpropTest.testReturnSameThing): 0.01s I0222 00:37:03.965752 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testReturnSameThing): 0.01s [ OK ] BackpropTest.testReturnSameThing [ RUN ] BackpropTest.testSameObjectForMultipleArguments INFO:tensorflow:time(__main__.BackpropTest.testSameObjectForMultipleArguments): 0.02s I0222 00:37:03.990687 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testSameObjectForMultipleArguments): 0.02s [ OK ] BackpropTest.testSameObjectForMultipleArguments [ RUN ] BackpropTest.testSecondGrad INFO:tensorflow:time(__main__.BackpropTest.testSecondGrad): 1.06s I0222 00:37:05.048316 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testSecondGrad): 1.06s [ OK ] BackpropTest.testSecondGrad [ RUN ] BackpropTest.testSelectivelyWatchVariables INFO:tensorflow:Running testSelectivelyWatchVariables in GRAPH mode. I0222 00:37:05.050126 281473484092464 test_util.py:1612] Running testSelectivelyWatchVariables in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.05s I0222 00:37:05.097051 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.05s INFO:tensorflow:Running testSelectivelyWatchVariables in EAGER mode. I0222 00:37:05.098156 281473484092464 test_util.py:1631] Running testSelectivelyWatchVariables in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.02s I0222 00:37:05.113395 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.02s [ OK ] BackpropTest.testSelectivelyWatchVariables [ RUN ] BackpropTest.testStopGradient INFO:tensorflow:time(__main__.BackpropTest.testStopGradient): 1.21s I0222 00:37:06.322748 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testStopGradient): 1.21s [ OK ] BackpropTest.testStopGradient [ RUN ] BackpropTest.testTapeGradientMultiTargetOneIsSource INFO:tensorflow:time(__main__.BackpropTest.testTapeGradientMultiTargetOneIsSource): 0.01s I0222 00:37:06.330414 281473484092464 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 W0222 00:37:06.334221 281473484092464 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 I0222 00:37:06.335085 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testTapeGradientStringTarget): 0.0s [ OK ] BackpropTest.testTapeGradientStringTarget [ RUN ] BackpropTest.testTapeIdentityGradientIsIdentity INFO:tensorflow:time(__main__.BackpropTest.testTapeIdentityGradientIsIdentity): 0.0s I0222 00:37:06.338183 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testTapeIdentityGradientIsIdentity): 0.0s [ OK ] BackpropTest.testTapeIdentityGradientIsIdentity [ RUN ] BackpropTest.testTapeNoOpGradient INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradient): 0.0s I0222 00:37:06.339555 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradient): 0.0s [ OK ] BackpropTest.testTapeNoOpGradient [ RUN ] BackpropTest.testTapeNoOpGradient2By2 INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradient2By2): 1.72s I0222 00:37:08.064659 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradient2By2): 1.72s [ OK ] BackpropTest.testTapeNoOpGradient2By2 [ RUN ] BackpropTest.testTapeNoOpGradientMultiTarget2By2 INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientMultiTarget2By2): 0.7s I0222 00:37:08.761946 281473484092464 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 W0222 00:37:08.764752 281473484092464 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 I0222 00:37:08.765709 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientStringSourceAndTarget): 0.0s [ OK ] BackpropTest.testTapeNoOpGradientStringSourceAndTarget [ RUN ] BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource): 0.0s I0222 00:37:08.770351 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource): 0.0s [ OK ] BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource [ RUN ] BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSource INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSource): 0.01s I0222 00:37:08.778101 281473484092464 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 W0222 00:37:08.780680 281473484092464 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 I0222 00:37:08.786529 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSourceIncludeString): 0.01s [ OK ] BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSourceIncludeString [ RUN ] BackpropTest.testTapeNoOpOnVariableIsIdentity INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpOnVariableIsIdentity): 0.01s I0222 00:37:08.796460 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpOnVariableIsIdentity): 0.01s [ OK ] BackpropTest.testTapeNoOpOnVariableIsIdentity [ RUN ] BackpropTest.testTapeReset INFO:tensorflow:time(__main__.BackpropTest.testTapeReset): 0.01s I0222 00:37:08.810141 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testTapeReset): 0.01s [ OK ] BackpropTest.testTapeReset [ RUN ] BackpropTest.testTapeStopRecording INFO:tensorflow:time(__main__.BackpropTest.testTapeStopRecording): 0.01s I0222 00:37:08.819098 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testTapeStopRecording): 0.01s [ OK ] BackpropTest.testTapeStopRecording [ RUN ] BackpropTest.testTapeStopStartRecording INFO:tensorflow:time(__main__.BackpropTest.testTapeStopStartRecording): 0.01s I0222 00:37:08.832218 281473484092464 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 I0222 00:37:08.833609 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testTensorCopyCPU2GPU2CPU): 0.0s [ RUN ] BackpropTest.testTensorCopyGPU2CPU2GPU [ SKIPPED ] BackpropTest.testTensorCopyGPU2CPU2GPU INFO:tensorflow:time(__main__.BackpropTest.testTensorCopyGPU2CPU2GPU): 0.0s I0222 00:37:08.834320 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testTensorCopyGPU2CPU2GPU): 0.0s [ RUN ] BackpropTest.testTwoTargets INFO:tensorflow:time(__main__.BackpropTest.testTwoTargets): 0.01s I0222 00:37:08.841392 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testTwoTargets): 0.01s [ OK ] BackpropTest.testTwoTargets [ RUN ] BackpropTest.testUnconnectedGradientsDefault INFO:tensorflow:Running testUnconnectedGradientsDefault in GRAPH mode. I0222 00:37:09.257809 281473484092464 test_util.py:1612] Running testUnconnectedGradientsDefault in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsDefault): 0.42s I0222 00:37:09.265861 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsDefault): 0.42s INFO:tensorflow:Running testUnconnectedGradientsDefault in EAGER mode. I0222 00:37:09.266710 281473484092464 test_util.py:1631] Running testUnconnectedGradientsDefault in EAGER mode. [ FAILED ] BackpropTest.testUnconnectedGradientsDefault INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsDefault): 0.57s I0222 00:37:09.832933 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsDefault): 0.57s [ RUN ] BackpropTest.testUnconnectedGradientsNestedDefunZeros INFO:tensorflow:Running testUnconnectedGradientsNestedDefunZeros in GRAPH mode. I0222 00:37:09.833718 281473484092464 test_util.py:1612] Running testUnconnectedGradientsNestedDefunZeros in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.16s I0222 00:37:09.995741 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.16s INFO:tensorflow:Running testUnconnectedGradientsNestedDefunZeros in EAGER mode. I0222 00:37:09.996850 281473484092464 test_util.py:1631] Running testUnconnectedGradientsNestedDefunZeros in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.04s I0222 00:37:10.038897 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.04s [ OK ] BackpropTest.testUnconnectedGradientsNestedDefunZeros [ RUN ] BackpropTest.testUnconnectedGradientsVariablesZeros INFO:tensorflow:Running testUnconnectedGradientsVariablesZeros in GRAPH mode. I0222 00:37:10.774471 281473484092464 test_util.py:1612] Running testUnconnectedGradientsVariablesZeros in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 0.78s I0222 00:37:10.815051 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 0.78s INFO:tensorflow:Running testUnconnectedGradientsVariablesZeros in EAGER mode. I0222 00:37:10.816167 281473484092464 test_util.py:1631] Running testUnconnectedGradientsVariablesZeros in EAGER mode. [ FAILED ] BackpropTest.testUnconnectedGradientsVariablesZeros INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 0.62s I0222 00:37:11.434919 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 0.62s [ RUN ] BackpropTest.testUnconnectedGradientsZeros INFO:tensorflow:Running testUnconnectedGradientsZeros in GRAPH mode. I0222 00:37:11.881470 281473484092464 test_util.py:1612] Running testUnconnectedGradientsZeros in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsZeros): 0.46s I0222 00:37:11.900469 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsZeros): 0.46s INFO:tensorflow:Running testUnconnectedGradientsZeros in EAGER mode. I0222 00:37:11.901399 281473484092464 test_util.py:1631] Running testUnconnectedGradientsZeros in EAGER mode. [ FAILED ] BackpropTest.testUnconnectedGradientsZeros INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsZeros): 1.0s I0222 00:37:12.901820 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsZeros): 1.0s [ RUN ] BackpropTest.testUnconnectedNone INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedNone): 0.99s I0222 00:37:13.895597 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedNone): 0.99s [ OK ] BackpropTest.testUnconnectedNone [ RUN ] BackpropTest.testUnknownShapes INFO:tensorflow:time(__main__.BackpropTest.testUnknownShapes): 0.03s I0222 00:37:32.755961 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testUnknownShapes): 0.03s [ OK ] BackpropTest.testUnknownShapes [ RUN ] BackpropTest.testUnknownUnconnectedGradientsValueGiven INFO:tensorflow:Running testUnknownUnconnectedGradientsValueGiven in GRAPH mode. I0222 00:37:32.757307 281473484092464 test_util.py:1612] Running testUnknownUnconnectedGradientsValueGiven in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.01s I0222 00:37:32.763797 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.01s INFO:tensorflow:Running testUnknownUnconnectedGradientsValueGiven in EAGER mode. I0222 00:37:32.764739 281473484092464 test_util.py:1631] Running testUnknownUnconnectedGradientsValueGiven in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.01s I0222 00:37:32.770141 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.01s [ OK ] BackpropTest.testUnknownUnconnectedGradientsValueGiven [ RUN ] BackpropTest.testVariablesAndConstantsProduceTheSameGradients INFO:tensorflow:time(__main__.BackpropTest.testVariablesAndConstantsProduceTheSameGradients): 0.02s I0222 00:37:32.792918 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testVariablesAndConstantsProduceTheSameGradients): 0.02s [ OK ] BackpropTest.testVariablesAndConstantsProduceTheSameGradients [ RUN ] BackpropTest.testWatchBadThing INFO:tensorflow:Running testWatchBadThing in GRAPH mode. I0222 00:37:32.794384 281473484092464 test_util.py:1612] Running testWatchBadThing in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchBadThing): 0.0s I0222 00:37:32.796331 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testWatchBadThing): 0.0s INFO:tensorflow:Running testWatchBadThing in EAGER mode. I0222 00:37:32.797125 281473484092464 test_util.py:1631] Running testWatchBadThing in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchBadThing): 0.0s I0222 00:37:32.797641 281473484092464 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 W0222 00:37:32.803654 281473484092464 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 W0222 00:37:32.804187 281473484092464 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 I0222 00:37:32.820699 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testWatchComposite): 0.02s [ OK ] BackpropTest.testWatchComposite [ RUN ] BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall INFO:tensorflow:time(__main__.BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall): 0.01s I0222 00:37:32.832774 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall): 0.01s [ OK ] BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall [ RUN ] BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape INFO:tensorflow:time(__main__.BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape): 0.01s I0222 00:37:32.844150 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape): 0.01s [ OK ] BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape [ RUN ] BackpropTest.testWatchedVariablesRespectReset INFO:tensorflow:time(__main__.BackpropTest.testWatchedVariablesRespectReset): 0.01s I0222 00:37:32.904083 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testWatchedVariablesRespectReset): 0.01s [ OK ] BackpropTest.testWatchedVariablesRespectReset [ RUN ] BackpropTest.testWatchingIsTapeLocal INFO:tensorflow:Running testWatchingIsTapeLocal in GRAPH mode. I0222 00:37:32.905078 281473484092464 test_util.py:1612] Running testWatchingIsTapeLocal in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.07s I0222 00:37:32.971005 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.07s INFO:tensorflow:Running testWatchingIsTapeLocal in EAGER mode. I0222 00:37:32.996424 281473484092464 test_util.py:1631] Running testWatchingIsTapeLocal in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.02s I0222 00:37:33.013431 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.02s [ OK ] BackpropTest.testWatchingIsTapeLocal [ RUN ] BackpropTest.testWhereGradient INFO:tensorflow:time(__main__.BackpropTest.testWhereGradient): 0.02s I0222 00:37:33.038628 281473484092464 test_util.py:2620] time(__main__.BackpropTest.testWhereGradient): 0.02s [ OK ] BackpropTest.testWhereGradient [ RUN ] BackpropTest.testZerosCacheDoesntLeakAcrossGraphs INFO:tensorflow:time(__main__.BackpropTest.testZerosCacheDoesntLeakAcrossGraphs): 0.1s I0222 00:37:33.141841 281473484092464 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.09s I0222 00:37:33.235028 281473484092464 test_util.py:2620] time(__main__.BackpropTest.test_stop_gradient_hides_downstream_ops): 0.09s [ OK ] BackpropTest.test_stop_gradient_hides_downstream_ops [ RUN ] BatchJacobianTest.testBadInputRank INFO:tensorflow:Running testBadInputRank in GRAPH mode. I0222 00:37:33.236210 281473484092464 test_util.py:1612] Running testBadInputRank in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadInputRank): 0.01s I0222 00:37:33.243129 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.testBadInputRank): 0.01s INFO:tensorflow:Running testBadInputRank in EAGER mode. I0222 00:37:33.244019 281473484092464 test_util.py:1631] Running testBadInputRank in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadInputRank): 0.01s I0222 00:37:33.251007 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.testBadInputRank): 0.01s [ OK ] BatchJacobianTest.testBadInputRank [ RUN ] BatchJacobianTest.testBadOutputRank INFO:tensorflow:Running testBadOutputRank in GRAPH mode. I0222 00:37:33.252060 281473484092464 test_util.py:1612] Running testBadOutputRank in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s I0222 00:37:33.259920 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s INFO:tensorflow:Running testBadOutputRank in EAGER mode. I0222 00:37:33.260840 281473484092464 test_util.py:1631] Running testBadOutputRank in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s I0222 00:37:33.267491 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s [ OK ] BatchJacobianTest.testBadOutputRank [ RUN ] BatchJacobianTest.testBadShape INFO:tensorflow:Running testBadShape in GRAPH mode. I0222 00:37:33.268549 281473484092464 test_util.py:1612] Running testBadShape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadShape): 0.01s I0222 00:37:33.275290 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.testBadShape): 0.01s INFO:tensorflow:Running testBadShape in EAGER mode. I0222 00:37:33.276202 281473484092464 test_util.py:1631] Running testBadShape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadShape): 0.01s I0222 00:37:33.283034 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.testBadShape): 0.01s [ OK ] BatchJacobianTest.testBadShape [ RUN ] BatchJacobianTest.testPersistentTape INFO:tensorflow:Running testPersistentTape in GRAPH mode. I0222 00:37:33.284018 281473484092464 test_util.py:1612] Running testPersistentTape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPersistentTape): 0.0s I0222 00:37:33.285279 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.testPersistentTape): 0.0s INFO:tensorflow:Running testPersistentTape in EAGER mode. I0222 00:37:33.285944 281473484092464 test_util.py:1631] Running testPersistentTape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPersistentTape): 0.02s I0222 00:37:33.304466 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.testPersistentTape): 0.02s [ OK ] BatchJacobianTest.testPersistentTape [ RUN ] BatchJacobianTest.testPfor INFO:tensorflow:Running testPfor in GRAPH mode. I0222 00:37:33.305900 281473484092464 test_util.py:1612] Running testPfor in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPfor): 0.41s I0222 00:37:33.717365 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.testPfor): 0.41s INFO:tensorflow:Running testPfor in EAGER mode. I0222 00:37:33.719704 281473484092464 test_util.py:1631] Running testPfor in EAGER mode. WARNING:tensorflow:5 out of the last 5 calls to .f at 0xfffe605fa0c0> 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. W0222 00:37:34.274571 281473484092464 polymorphic_function.py:157] 5 out of the last 5 calls to .f at 0xfffe605fa0c0> 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.57s I0222 00:37:34.294375 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.testPfor): 0.57s [ OK ] BatchJacobianTest.testPfor [ RUN ] BatchJacobianTest.testPforDefun INFO:tensorflow:Running testPforDefun in GRAPH mode. I0222 00:37:34.295721 281473484092464 test_util.py:1612] Running testPforDefun in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPforDefun): 0.82s I0222 00:37:35.119275 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.testPforDefun): 0.82s INFO:tensorflow:Running testPforDefun in EAGER mode. I0222 00:37:35.121872 281473484092464 test_util.py:1631] Running testPforDefun in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPforDefun): 0.44s I0222 00:37:35.564893 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.testPforDefun): 0.44s [ OK ] BatchJacobianTest.testPforDefun [ RUN ] BatchJacobianTest.testWhileLoop INFO:tensorflow:Running testWhileLoop in GRAPH mode. I0222 00:37:35.565901 281473484092464 test_util.py:1612] Running testWhileLoop in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoop): 0.3s I0222 00:37:35.864885 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoop): 0.3s INFO:tensorflow:Running testWhileLoop in EAGER mode. I0222 00:37:35.867990 281473484092464 test_util.py:1631] Running testWhileLoop in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoop): 0.14s I0222 00:37:36.006644 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoop): 0.14s [ OK ] BatchJacobianTest.testWhileLoop [ RUN ] BatchJacobianTest.testWhileLoopDefun INFO:tensorflow:Running testWhileLoopDefun in GRAPH mode. I0222 00:37:36.009053 281473484092464 test_util.py:1612] Running testWhileLoopDefun in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoopDefun): 0.57s I0222 00:37:36.582069 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoopDefun): 0.57s INFO:tensorflow:Running testWhileLoopDefun in EAGER mode. I0222 00:37:36.584544 281473484092464 test_util.py:1631] Running testWhileLoopDefun in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoopDefun): 0.36s I0222 00:37:36.940522 281473484092464 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. I0222 00:37:36.941339 281473484092464 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 0.68s I0222 00:37:37.617578 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 0.68s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0222 00:37:37.619339 281473484092464 test_util.py:1631] Running test_degenerate_shape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 0.41s I0222 00:37:38.030647 281473484092464 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. I0222 00:37:38.031812 281473484092464 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.42s I0222 00:37:38.447099 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.42s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0222 00:37:38.449076 281473484092464 test_util.py:1631] Running test_degenerate_shape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.35s I0222 00:37:38.802291 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.35s [ OK ] BatchJacobianTest.test_degenerate_shape1 (True, False) [ RUN ] BatchJacobianTest.test_degenerate_shape2 (False, True) INFO:tensorflow:Running test_degenerate_shape in GRAPH mode. I0222 00:37:38.803272 281473484092464 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape2 (False, True)): 0.25s I0222 00:37:39.054190 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape2 (False, True)): 0.25s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0222 00:37:39.055663 281473484092464 test_util.py:1631] Running test_degenerate_shape in EAGER mode. WARNING:tensorflow:6 out of the last 6 calls to .f at 0xfffe605f9e40> 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. W0222 00:37:39.523004 281473484092464 polymorphic_function.py:157] 6 out of the last 6 calls to .f at 0xfffe605f9e40> 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.48s I0222 00:37:39.534914 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape2 (False, True)): 0.48s [ OK ] BatchJacobianTest.test_degenerate_shape2 (False, True) [ RUN ] BatchJacobianTest.test_degenerate_shape3 (False, False) INFO:tensorflow:Running test_degenerate_shape in GRAPH mode. I0222 00:37:39.536313 281473484092464 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape3 (False, False)): 0.29s I0222 00:37:39.827344 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape3 (False, False)): 0.29s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0222 00:37:39.829373 281473484092464 test_util.py:1631] Running test_degenerate_shape in EAGER mode. 2024-02-22 00:37:39.871892: 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 I0222 00:37:39.881064 281473484092464 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. I0222 00:37:39.882527 281473484092464 test_util.py:1612] Running test_parallel_iterations in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_parallel_iterations): 1.78s I0222 00:37:41.661484 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.test_parallel_iterations): 1.78s INFO:tensorflow:Running test_parallel_iterations in EAGER mode. I0222 00:37:41.667016 281473484092464 test_util.py:1631] Running test_parallel_iterations in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_parallel_iterations): 1.71s I0222 00:37:43.380093 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.test_parallel_iterations): 1.71s [ 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. I0222 00:37:43.381892 281473484092464 test_util.py:1612] Running test_strided_slice in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_strided_slice): 0.46s I0222 00:37:43.844671 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.test_strided_slice): 0.46s INFO:tensorflow:Running test_strided_slice in EAGER mode. I0222 00:37:43.865679 281473484092464 test_util.py:1631] Running test_strided_slice in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_strided_slice): 0.73s I0222 00:37:44.593371 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.test_strided_slice): 0.73s [ OK ] BatchJacobianTest.test_strided_slice [ RUN ] BatchJacobianTest.test_zeros_type_correct0 (True) INFO:tensorflow:Running test_zeros_type_correct in GRAPH mode. I0222 00:37:44.595158 281473484092464 test_util.py:1612] Running test_zeros_type_correct in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 0.83s I0222 00:37:45.426405 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 0.83s INFO:tensorflow:Running test_zeros_type_correct in EAGER mode. I0222 00:37:45.429412 281473484092464 test_util.py:1631] Running test_zeros_type_correct in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 0.93s I0222 00:37:46.363668 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 0.93s [ OK ] BatchJacobianTest.test_zeros_type_correct0 (True) [ RUN ] BatchJacobianTest.test_zeros_type_correct1 (False) INFO:tensorflow:Running test_zeros_type_correct in GRAPH mode. I0222 00:37:46.365080 281473484092464 test_util.py:1612] Running test_zeros_type_correct in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 0.96s I0222 00:37:47.328430 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 0.96s INFO:tensorflow:Running test_zeros_type_correct in EAGER mode. I0222 00:37:47.334223 281473484092464 test_util.py:1631] Running test_zeros_type_correct in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 0.19s I0222 00:37:47.522538 281473484092464 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 0.19s [ OK ] BatchJacobianTest.test_zeros_type_correct1 (False) [ RUN ] JacobianTest.testPersistentTape [ SKIPPED ] JacobianTest.testPersistentTape INFO:tensorflow:time(__main__.JacobianTest.testPersistentTape): 0.0s I0222 00:37:47.525053 281473484092464 test_util.py:2620] time(__main__.JacobianTest.testPersistentTape): 0.0s [ RUN ] JacobianTest.testPfor [ SKIPPED ] JacobianTest.testPfor INFO:tensorflow:time(__main__.JacobianTest.testPfor): 0.0s I0222 00:37:47.525834 281473484092464 test_util.py:2620] time(__main__.JacobianTest.testPfor): 0.0s [ RUN ] JacobianTest.testPforDefun [ SKIPPED ] JacobianTest.testPforDefun INFO:tensorflow:time(__main__.JacobianTest.testPforDefun): 0.0s I0222 00:37:47.526459 281473484092464 test_util.py:2620] time(__main__.JacobianTest.testPforDefun): 0.0s [ RUN ] JacobianTest.testWhileLoop [ SKIPPED ] JacobianTest.testWhileLoop INFO:tensorflow:time(__main__.JacobianTest.testWhileLoop): 0.0s I0222 00:37:47.527050 281473484092464 test_util.py:2620] time(__main__.JacobianTest.testWhileLoop): 0.0s [ RUN ] JacobianTest.testWhileLoopDefun [ SKIPPED ] JacobianTest.testWhileLoopDefun INFO:tensorflow:time(__main__.JacobianTest.testWhileLoopDefun): 0.0s I0222 00:37:47.527630 281473484092464 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. W0222 00:37:48.167554 281473484092464 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.87s I0222 00:37:50.395783 281473484092464 test_util.py:2620] time(__main__.JacobianTest.test_cond_func_grad_jacobian): 2.87s [ OK ] JacobianTest.test_cond_func_grad_jacobian [ RUN ] JacobianTest.test_empty_tensor_consistent_jacobian 2024-02-22 00:37:50.636810: 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 I0222 00:37:50.641079 281473484092464 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.26s I0222 00:37:59.899755 281473484092464 test_util.py:2620] time(__main__.JacobianTest.test_foldl_partial_function): 9.26s [ OK ] JacobianTest.test_foldl_partial_function [ RUN ] JacobianTest.test_foldl_pure_function INFO:tensorflow:time(__main__.JacobianTest.test_foldl_pure_function): 3.8s I0222 00:38:03.700072 281473484092464 test_util.py:2620] time(__main__.JacobianTest.test_foldl_pure_function): 3.8s [ OK ] JacobianTest.test_foldl_pure_function [ RUN ] JacobianTest.test_grad_jacobian_conv INFO:tensorflow:time(__main__.JacobianTest.test_grad_jacobian_conv): 2.86s I0222 00:38:06.558616 281473484092464 test_util.py:2620] time(__main__.JacobianTest.test_grad_jacobian_conv): 2.86s [ OK ] JacobianTest.test_grad_jacobian_conv [ RUN ] JacobianTest.test_indexed_slices INFO:tensorflow:Running test_indexed_slices in GRAPH mode. I0222 00:38:06.560578 281473484092464 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. W0222 00:38:06.621980 281473484092464 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.54s I0222 00:38:07.099392 281473484092464 test_util.py:2620] time(__main__.JacobianTest.test_indexed_slices): 0.54s INFO:tensorflow:Running test_indexed_slices in EAGER mode. I0222 00:38:07.102332 281473484092464 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. W0222 00:38:07.178570 281473484092464 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.41s I0222 00:38:07.508291 281473484092464 test_util.py:2620] time(__main__.JacobianTest.test_indexed_slices): 0.41s [ OK ] JacobianTest.test_indexed_slices [ RUN ] JacobianTest.test_nested_batch_jacobian_foldl INFO:tensorflow:time(__main__.JacobianTest.test_nested_batch_jacobian_foldl): 33.37s I0222 00:38:40.879942 281473484092464 test_util.py:2620] time(__main__.JacobianTest.test_nested_batch_jacobian_foldl): 33.37s [ OK ] JacobianTest.test_nested_batch_jacobian_foldl [ RUN ] JacobianTest.test_nested_jacobian INFO:tensorflow:Running test_nested_jacobian in GRAPH mode. I0222 00:38:40.882254 281473484092464 test_util.py:1612] Running test_nested_jacobian in GRAPH mode. INFO:tensorflow:time(__main__.JacobianTest.test_nested_jacobian): 0.51s I0222 00:38:41.390365 281473484092464 test_util.py:2620] time(__main__.JacobianTest.test_nested_jacobian): 0.51s INFO:tensorflow:Running test_nested_jacobian in EAGER mode. I0222 00:38:41.392869 281473484092464 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 I0222 00:38:41.393392 281473484092464 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 I0222 00:38:41.394098 281473484092464 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 170.431s 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.22s I0222 00:38:49.628830 281473493005360 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testMixedTensorAndIndexedSlices): 0.22s [ OK ] AggregateIndexedSlicesGradientsTest.testMixedTensorAndIndexedSlices [ RUN ] AggregateIndexedSlicesGradientsTest.testMultipleGradients INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradients): 0.02s I0222 00:38:49.648248 281473493005360 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradients): 0.02s [ OK ] AggregateIndexedSlicesGradientsTest.testMultipleGradients [ RUN ] AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones): 0.02s I0222 00:38:49.666199 281473493005360 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones): 0.02s [ OK ] AggregateIndexedSlicesGradientsTest.testMultipleGradientsWithNones [ RUN ] AggregateIndexedSlicesGradientsTest.testNoGradients INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testNoGradients): 0.0s I0222 00:38:49.667239 281473493005360 test_util.py:2620] time(__main__.AggregateIndexedSlicesGradientsTest.testNoGradients): 0.0s [ OK ] AggregateIndexedSlicesGradientsTest.testNoGradients [ RUN ] AggregateIndexedSlicesGradientsTest.testOneGradient INFO:tensorflow:time(__main__.AggregateIndexedSlicesGradientsTest.testOneGradient): 0.01s I0222 00:38:49.680774 281473493005360 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. I0222 00:38:49.682291 281473493005360 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. W0222 00:38:49.682843 281473493005360 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-22 00:38:49.819454: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:388] MLIR V1 optimization pass is not enabled INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradients): 0.29s I0222 00:38:49.969025 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradients): 0.29s INFO:tensorflow:Running testAggregateGradients in EAGER mode. I0222 00:38:49.970694 281473493005360 test_util.py:1631] Running testAggregateGradients in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradients): 0.05s I0222 00:38:50.016437 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradients): 0.05s [ OK ] BackpropTest.testAggregateGradients [ RUN ] BackpropTest.testAggregateGradientsWithTensor INFO:tensorflow:Running testAggregateGradientsWithTensor in GRAPH mode. I0222 00:38:50.017894 281473493005360 test_util.py:1612] Running testAggregateGradientsWithTensor in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.16s I0222 00:38:50.174513 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.16s INFO:tensorflow:Running testAggregateGradientsWithTensor in EAGER mode. I0222 00:38:50.175988 281473493005360 test_util.py:1631] Running testAggregateGradientsWithTensor in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.07s I0222 00:38:50.243444 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testAggregateGradientsWithTensor): 0.07s [ OK ] BackpropTest.testAggregateGradientsWithTensor [ RUN ] BackpropTest.testArgmax INFO:tensorflow:time(__main__.BackpropTest.testArgmax): 1.27s I0222 00:38:51.512217 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testArgmax): 1.27s [ OK ] BackpropTest.testArgmax [ RUN ] BackpropTest.testArgsGradientFunction INFO:tensorflow:time(__main__.BackpropTest.testArgsGradientFunction): 0.01s I0222 00:38:51.521593 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testArgsGradientFunction): 0.01s [ OK ] BackpropTest.testArgsGradientFunction [ RUN ] BackpropTest.testAutomaticWatchedVariables INFO:tensorflow:time(__main__.BackpropTest.testAutomaticWatchedVariables): 0.02s I0222 00:38:51.538680 281473493005360 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. W0222 00:38:52.126876 281473493005360 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): 2.21s I0222 00:38:53.747195 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testBatchJacobianInsideGradientTapeScope): 2.21s [ RUN ] BackpropTest.testBatchJacobianParallelIterations INFO:tensorflow:time(__main__.BackpropTest.testBatchJacobianParallelIterations): 1.72s I0222 00:38:55.466102 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testBatchJacobianParallelIterations): 1.72s [ OK ] BackpropTest.testBatchJacobianParallelIterations [ RUN ] BackpropTest.testCPU INFO:tensorflow:time(__main__.BackpropTest.testCPU): 1.16s I0222 00:38:56.626619 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testCPU): 1.16s [ OK ] BackpropTest.testCPU [ RUN ] BackpropTest.testCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testCustomGradient): 1.26s I0222 00:38:57.889609 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testCustomGradient): 1.26s [ OK ] BackpropTest.testCustomGradient [ RUN ] BackpropTest.testCustomGradientEmptyError INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientEmptyError): 0.01s I0222 00:38:57.904591 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientEmptyError): 0.01s [ OK ] BackpropTest.testCustomGradientEmptyError [ RUN ] BackpropTest.testCustomGradientForwardprop INFO:tensorflow:Running testCustomGradientForwardprop in GRAPH mode. I0222 00:38:57.906261 281473493005360 test_util.py:1612] Running testCustomGradientForwardprop in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientForwardprop): 0.05s I0222 00:38:57.954376 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientForwardprop): 0.05s INFO:tensorflow:Running testCustomGradientForwardprop in EAGER mode. I0222 00:38:57.955765 281473493005360 test_util.py:1631] Running testCustomGradientForwardprop in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientForwardprop): 0.02s I0222 00:38:57.974521 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientForwardprop): 0.02s [ OK ] BackpropTest.testCustomGradientForwardprop [ RUN ] BackpropTest.testCustomGradientIdentity INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientIdentity): 1.04s I0222 00:38:59.015569 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientIdentity): 1.04s [ OK ] BackpropTest.testCustomGradientIdentity [ RUN ] BackpropTest.testCustomGradientInEagerAndGraph INFO:tensorflow:Running testCustomGradientInEagerAndGraph in GRAPH mode. I0222 00:38:59.016588 281473493005360 test_util.py:1612] Running testCustomGradientInEagerAndGraph in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.02s I0222 00:38:59.035379 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.02s INFO:tensorflow:Running testCustomGradientInEagerAndGraph in EAGER mode. I0222 00:38:59.036295 281473493005360 test_util.py:1631] Running testCustomGradientInEagerAndGraph in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.01s I0222 00:38:59.046258 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testCustomGradientInEagerAndGraph): 0.01s [ OK ] BackpropTest.testCustomGradientInEagerAndGraph [ RUN ] BackpropTest.testDifferentiatingFunctionThatReturnsNone INFO:tensorflow:time(__main__.BackpropTest.testDifferentiatingFunctionThatReturnsNone): 0.0s I0222 00:38:59.052136 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testDifferentiatingFunctionThatReturnsNone): 0.0s [ OK ] BackpropTest.testDifferentiatingFunctionThatReturnsNone [ RUN ] BackpropTest.testDifferentiatingScalarCache INFO:tensorflow:Running testDifferentiatingScalarCache in GRAPH mode. I0222 00:38:59.052920 281473493005360 test_util.py:1612] Running testDifferentiatingScalarCache in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.01s I0222 00:38:59.063646 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.01s INFO:tensorflow:Running testDifferentiatingScalarCache in EAGER mode. I0222 00:38:59.064523 281473493005360 test_util.py:1631] Running testDifferentiatingScalarCache in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.0s I0222 00:38:59.069444 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testDifferentiatingScalarCache): 0.0s [ OK ] BackpropTest.testDifferentiatingScalarCache [ RUN ] BackpropTest.testDy INFO:tensorflow:time(__main__.BackpropTest.testDy): 0.0s I0222 00:38:59.074697 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testDy): 0.0s [ OK ] BackpropTest.testDy [ RUN ] BackpropTest.testEmptyParams INFO:tensorflow:time(__main__.BackpropTest.testEmptyParams): 1.22s I0222 00:39:00.312283 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testEmptyParams): 1.22s [ OK ] BackpropTest.testEmptyParams [ RUN ] BackpropTest.testEmptyParamsForValueAndGradFunction INFO:tensorflow:time(__main__.BackpropTest.testEmptyParamsForValueAndGradFunction): 0.96s I0222 00:39:01.270156 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testEmptyParamsForValueAndGradFunction): 0.96s [ OK ] BackpropTest.testEmptyParamsForValueAndGradFunction [ RUN ] BackpropTest.testErrors INFO:tensorflow:time(__main__.BackpropTest.testErrors): 0.0s I0222 00:39:01.276007 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testErrors): 0.0s [ OK ] BackpropTest.testErrors [ RUN ] BackpropTest.testExceptionSafety INFO:tensorflow:time(__main__.BackpropTest.testExceptionSafety): 1.16s I0222 00:39:02.435686 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testExceptionSafety): 1.16s [ OK ] BackpropTest.testExceptionSafety [ RUN ] BackpropTest.testExplicitWatchedVariables INFO:tensorflow:time(__main__.BackpropTest.testExplicitWatchedVariables): 0.01s I0222 00:39:02.449698 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testExplicitWatchedVariables): 0.01s [ OK ] BackpropTest.testExplicitWatchedVariables [ RUN ] BackpropTest.testFunctionIndexedSlicesGradient INFO:tensorflow:time(__main__.BackpropTest.testFunctionIndexedSlicesGradient): 0.13s I0222 00:39:02.577154 281473493005360 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. W0222 00:39:02.578631 281473493005360 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 I0222 00:39:02.579289 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGPU): 0.0s [ RUN ] BackpropTest.testGPUImplicitGrad [ SKIPPED ] BackpropTest.testGPUImplicitGrad INFO:tensorflow:time(__main__.BackpropTest.testGPUImplicitGrad): 0.0s I0222 00:39:02.579996 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGPUImplicitGrad): 0.0s [ RUN ] BackpropTest.testGadientTapeCalledOnConstantTarget INFO:tensorflow:Running testGadientTapeCalledOnConstantTarget in GRAPH mode. I0222 00:39:03.057010 281473493005360 test_util.py:1612] Running testGadientTapeCalledOnConstantTarget in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 0.49s I0222 00:39:03.072715 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 0.49s INFO:tensorflow:Running testGadientTapeCalledOnConstantTarget in EAGER mode. I0222 00:39:03.073525 281473493005360 test_util.py:1631] Running testGadientTapeCalledOnConstantTarget in EAGER mode. [ FAILED ] BackpropTest.testGadientTapeCalledOnConstantTarget INFO:tensorflow:time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 0.56s I0222 00:39:03.628629 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGadientTapeCalledOnConstantTarget): 0.56s [ RUN ] BackpropTest.testGetAttrList INFO:tensorflow:time(__main__.BackpropTest.testGetAttrList): 0.0s I0222 00:39:03.629658 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGetAttrList): 0.0s [ OK ] BackpropTest.testGetAttrList [ RUN ] BackpropTest.testGetAttrType INFO:tensorflow:time(__main__.BackpropTest.testGetAttrType): 0.0s I0222 00:39:03.630364 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGetAttrType): 0.0s [ OK ] BackpropTest.testGetAttrType [ RUN ] BackpropTest.testGradGrad INFO:tensorflow:time(__main__.BackpropTest.testGradGrad): 1.03s I0222 00:39:04.662278 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGradGrad): 1.03s [ OK ] BackpropTest.testGradGrad [ RUN ] BackpropTest.testGradGradExp INFO:tensorflow:time(__main__.BackpropTest.testGradGradExp): 1.18s I0222 00:39:05.839173 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGradGradExp): 1.18s [ OK ] BackpropTest.testGradGradExp [ RUN ] BackpropTest.testGradientInsideLoop INFO:tensorflow:time(__main__.BackpropTest.testGradientInsideLoop): 0.09s I0222 00:39:05.926224 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGradientInsideLoop): 0.09s [ OK ] BackpropTest.testGradientInsideLoop [ RUN ] BackpropTest.testGradientInteger INFO:tensorflow:time(__main__.BackpropTest.testGradientInteger): 0.01s I0222 00:39:05.932483 281473493005360 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`. W0222 00:39:06.523605 281473493005360 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.17s I0222 00:39:07.106951 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGradientNone): 1.17s [ OK ] BackpropTest.testGradientNone [ RUN ] BackpropTest.testGradientTape INFO:tensorflow:Running testGradientTape in GRAPH mode. I0222 00:39:07.503736 281473493005360 test_util.py:1612] Running testGradientTape in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTape): 0.44s I0222 00:39:07.551780 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGradientTape): 0.44s INFO:tensorflow:Running testGradientTape in EAGER mode. I0222 00:39:07.552800 281473493005360 test_util.py:1631] Running testGradientTape in EAGER mode. [ FAILED ] BackpropTest.testGradientTape INFO:tensorflow:time(__main__.BackpropTest.testGradientTape): 0.59s I0222 00:39:08.147708 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGradientTape): 0.59s [ RUN ] BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes [ FAILED ] BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes): 1.27s I0222 00:39:09.416514 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeBatchJacobianCalledMultipleTimes): 1.27s [ RUN ] BackpropTest.testGradientTapeGradientCalledMultipleTimes INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeGradientCalledMultipleTimes): 0.97s I0222 00:39:10.392612 281473493005360 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.27s I0222 00:39:11.660591 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeJacobianCalledMultipleTimes): 1.27s [ RUN ] BackpropTest.testGradientTapeReEnterContext INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeReEnterContext): 1.04s I0222 00:39:12.706655 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeReEnterContext): 1.04s [ OK ] BackpropTest.testGradientTapeReEnterContext [ RUN ] BackpropTest.testGradientTapeRepeatedSource INFO:tensorflow:Running testGradientTapeRepeatedSource in GRAPH mode. I0222 00:39:13.160623 281473493005360 test_util.py:1612] Running testGradientTapeRepeatedSource in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeRepeatedSource): 0.47s I0222 00:39:13.174275 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeRepeatedSource): 0.47s INFO:tensorflow:Running testGradientTapeRepeatedSource in EAGER mode. I0222 00:39:13.175275 281473493005360 test_util.py:1631] Running testGradientTapeRepeatedSource in EAGER mode. [ FAILED ] BackpropTest.testGradientTapeRepeatedSource INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeRepeatedSource): 0.53s I0222 00:39:13.707777 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeRepeatedSource): 0.53s [ RUN ] BackpropTest.testGradientTapeStructure INFO:tensorflow:Running testGradientTapeStructure in GRAPH mode. I0222 00:39:14.106039 281473493005360 test_util.py:1612] Running testGradientTapeStructure in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeStructure): 0.84s I0222 00:39:14.548480 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeStructure): 0.84s INFO:tensorflow:Running testGradientTapeStructure in EAGER mode. I0222 00:39:14.549935 281473493005360 test_util.py:1631] Running testGradientTapeStructure in EAGER mode. [ FAILED ] BackpropTest.testGradientTapeStructure INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeStructure): 0.61s I0222 00:39:15.163012 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeStructure): 0.61s [ RUN ] BackpropTest.testGradientTapeVariable INFO:tensorflow:Running testGradientTapeVariable in GRAPH mode. I0222 00:39:15.596820 281473493005360 test_util.py:1612] Running testGradientTapeVariable in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeVariable): 0.51s I0222 00:39:15.673731 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeVariable): 0.51s INFO:tensorflow:Running testGradientTapeVariable in EAGER mode. I0222 00:39:15.674797 281473493005360 test_util.py:1631] Running testGradientTapeVariable in EAGER mode. [ FAILED ] BackpropTest.testGradientTapeVariable INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeVariable): 0.94s I0222 00:39:16.617198 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeVariable): 0.94s [ RUN ] BackpropTest.testGradientTapeWithCond INFO:tensorflow:Running testGradientTapeWithCond in GRAPH mode. I0222 00:39:16.618503 281473493005360 test_util.py:1612] Running testGradientTapeWithCond in GRAPH mode. [ SKIPPED ] BackpropTest.testGradientTapeWithCond [graph_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithCond): 0.0s I0222 00:39:16.620046 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeWithCond): 0.0s INFO:tensorflow:Running testGradientTapeWithCond in EAGER mode. I0222 00:39:16.620653 281473493005360 test_util.py:1631] Running testGradientTapeWithCond in EAGER mode. [ SKIPPED ] BackpropTest.testGradientTapeWithCond [eager_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithCond): 0.0s I0222 00:39:16.621069 281473493005360 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. I0222 00:39:16.621569 281473493005360 test_util.py:1612] Running testGradientTapeWithWhileLoop in GRAPH mode. [ SKIPPED ] BackpropTest.testGradientTapeWithWhileLoop [graph_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithWhileLoop): 0.0s I0222 00:39:16.622559 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGradientTapeWithWhileLoop): 0.0s INFO:tensorflow:Running testGradientTapeWithWhileLoop in EAGER mode. I0222 00:39:16.623129 281473493005360 test_util.py:1631] Running testGradientTapeWithWhileLoop in EAGER mode. [ SKIPPED ] BackpropTest.testGradientTapeWithWhileLoop [eager_mode] INFO:tensorflow:time(__main__.BackpropTest.testGradientTapeWithWhileLoop): 0.0s I0222 00:39:16.623528 281473493005360 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. I0222 00:39:16.624021 281473493005360 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. W0222 00:39:16.681843 281473493005360 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.07s I0222 00:39:16.692273 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGradientWithinTapeBlock): 0.07s INFO:tensorflow:Running testGradientWithinTapeBlock in EAGER mode. I0222 00:39:16.693237 281473493005360 test_util.py:1631] Running testGradientWithinTapeBlock in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testGradientWithinTapeBlock): 0.15s I0222 00:39:16.846417 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGradientWithinTapeBlock): 0.15s [ OK ] BackpropTest.testGradientWithinTapeBlock [ RUN ] BackpropTest.testGradientsFunctionInCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testGradientsFunctionInCustomGradient): 0.01s I0222 00:39:16.854709 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testGradientsFunctionInCustomGradient): 0.01s [ OK ] BackpropTest.testGradientsFunctionInCustomGradient [ RUN ] BackpropTest.testHigherOrderGradient INFO:tensorflow:Running testHigherOrderGradient in GRAPH mode. I0222 00:39:17.464215 281473493005360 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. W0222 00:39:17.469075 281473493005360 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. W0222 00:39:17.477069 281473493005360 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.68s I0222 00:39:17.531671 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testHigherOrderGradient): 0.68s INFO:tensorflow:Running testHigherOrderGradient in EAGER mode. I0222 00:39:17.532945 281473493005360 test_util.py:1631] Running testHigherOrderGradient in EAGER mode. [ FAILED ] BackpropTest.testHigherOrderGradient INFO:tensorflow:time(__main__.BackpropTest.testHigherOrderGradient): 0.55s I0222 00:39:18.083903 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testHigherOrderGradient): 0.55s [ RUN ] BackpropTest.testImplicitGradOrdering INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradOrdering): 0.01s I0222 00:39:18.099528 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradOrdering): 0.01s [ OK ] BackpropTest.testImplicitGradOrdering [ RUN ] BackpropTest.testImplicitGradOverEmbeddingLookup INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradOverEmbeddingLookup): 0.17s I0222 00:39:18.273181 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradOverEmbeddingLookup): 0.17s [ OK ] BackpropTest.testImplicitGradOverEmbeddingLookup [ RUN ] BackpropTest.testImplicitGradWithResourceVariable INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradWithResourceVariable): 0.01s I0222 00:39:18.286794 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradWithResourceVariable): 0.01s [ OK ] BackpropTest.testImplicitGradWithResourceVariable [ RUN ] BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue INFO:tensorflow:time(__main__.BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue): 1.1s I0222 00:39:19.386438 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue): 1.1s [ OK ] BackpropTest.testImplicitGradientsCustomGradientAndCachedVariableValue [ RUN ] BackpropTest.testInvalidRecordOperationMessage INFO:tensorflow:time(__main__.BackpropTest.testInvalidRecordOperationMessage): 0.0s I0222 00:39:19.390484 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testInvalidRecordOperationMessage): 0.0s [ OK ] BackpropTest.testInvalidRecordOperationMessage [ RUN ] BackpropTest.testJacobianCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testJacobianCustomGradient): 2.89s I0222 00:39:22.284395 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testJacobianCustomGradient): 2.89s [ OK ] BackpropTest.testJacobianCustomGradient [ RUN ] BackpropTest.testJacobianInsideGradientTapeScope [ FAILED ] BackpropTest.testJacobianInsideGradientTapeScope INFO:tensorflow:time(__main__.BackpropTest.testJacobianInsideGradientTapeScope): 1.61s I0222 00:39:23.898396 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testJacobianInsideGradientTapeScope): 1.61s [ RUN ] BackpropTest.testMakeAttrShape INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrShape): 0.0s I0222 00:39:23.900442 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrShape): 0.0s [ OK ] BackpropTest.testMakeAttrShape [ RUN ] BackpropTest.testMakeAttrShapeList INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrShapeList): 0.0s I0222 00:39:23.901745 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrShapeList): 0.0s [ OK ] BackpropTest.testMakeAttrShapeList [ RUN ] BackpropTest.testMakeAttrString INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrString): 0.0s I0222 00:39:23.902462 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrString): 0.0s [ OK ] BackpropTest.testMakeAttrString [ RUN ] BackpropTest.testMakeAttrStringList INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrStringList): 0.0s I0222 00:39:23.903196 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrStringList): 0.0s [ OK ] BackpropTest.testMakeAttrStringList [ RUN ] BackpropTest.testMakeAttrType INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrType): 0.0s I0222 00:39:23.903809 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrType): 0.0s [ OK ] BackpropTest.testMakeAttrType [ RUN ] BackpropTest.testMakeAttrTypeList INFO:tensorflow:time(__main__.BackpropTest.testMakeAttrTypeList): 0.0s I0222 00:39:23.904389 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testMakeAttrTypeList): 0.0s [ OK ] BackpropTest.testMakeAttrTypeList [ RUN ] BackpropTest.testMakeVJP INFO:tensorflow:time(__main__.BackpropTest.testMakeVJP): 1.18s I0222 00:39:25.087620 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testMakeVJP): 1.18s [ OK ] BackpropTest.testMakeVJP [ RUN ] BackpropTest.testMulType INFO:tensorflow:time(__main__.BackpropTest.testMulType): 0.01s I0222 00:39:25.098746 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testMulType): 0.01s [ OK ] BackpropTest.testMulType [ RUN ] BackpropTest.testMultiValueConvertToTensor INFO:tensorflow:time(__main__.BackpropTest.testMultiValueConvertToTensor): 1.3s I0222 00:39:26.395396 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testMultiValueConvertToTensor): 1.3s [ OK ] BackpropTest.testMultiValueConvertToTensor [ RUN ] BackpropTest.testMultiValuePreservesIfNotDiffedAgainst INFO:tensorflow:time(__main__.BackpropTest.testMultiValuePreservesIfNotDiffedAgainst): 0.02s I0222 00:39:26.417379 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testMultiValuePreservesIfNotDiffedAgainst): 0.02s [ OK ] BackpropTest.testMultiValuePreservesIfNotDiffedAgainst [ RUN ] BackpropTest.testNameScope INFO:tensorflow:time(__main__.BackpropTest.testNameScope): 0.14s I0222 00:39:26.554279 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testNameScope): 0.14s [ OK ] BackpropTest.testNameScope [ RUN ] BackpropTest.testNestedGradients INFO:tensorflow:Running testNestedGradients in GRAPH mode. I0222 00:39:27.037540 281473493005360 test_util.py:1612] Running testNestedGradients in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testNestedGradients): 0.52s I0222 00:39:27.073534 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testNestedGradients): 0.52s INFO:tensorflow:Running testNestedGradients in EAGER mode. I0222 00:39:27.074853 281473493005360 test_util.py:1631] Running testNestedGradients in EAGER mode. [ FAILED ] BackpropTest.testNestedGradients INFO:tensorflow:time(__main__.BackpropTest.testNestedGradients): 0.69s I0222 00:39:27.766801 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testNestedGradients): 0.69s [ RUN ] BackpropTest.testNestedSelfContexts INFO:tensorflow:Running testNestedSelfContexts in GRAPH mode. I0222 00:39:27.767894 281473493005360 test_util.py:1612] Running testNestedSelfContexts in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testNestedSelfContexts): 0.02s I0222 00:39:27.783155 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testNestedSelfContexts): 0.02s INFO:tensorflow:Running testNestedSelfContexts in EAGER mode. I0222 00:39:27.784302 281473493005360 test_util.py:1631] Running testNestedSelfContexts in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testNestedSelfContexts): 0.01s I0222 00:39:27.791586 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testNestedSelfContexts): 0.01s [ OK ] BackpropTest.testNestedSelfContexts [ RUN ] BackpropTest.testNoOpBehaviorConsistentFunction INFO:tensorflow:time(__main__.BackpropTest.testNoOpBehaviorConsistentFunction): 0.36s I0222 00:39:28.152787 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testNoOpBehaviorConsistentFunction): 0.36s [ OK ] BackpropTest.testNoOpBehaviorConsistentFunction [ RUN ] BackpropTest.testNoOpBehaviorConsistentNoFunction INFO:tensorflow:time(__main__.BackpropTest.testNoOpBehaviorConsistentNoFunction): 0.02s I0222 00:39:28.169503 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testNoOpBehaviorConsistentNoFunction): 0.02s [ OK ] BackpropTest.testNoOpBehaviorConsistentNoFunction [ RUN ] BackpropTest.testNonEmptyParamsForValueAndGradFunction INFO:tensorflow:time(__main__.BackpropTest.testNonEmptyParamsForValueAndGradFunction): 1.38s I0222 00:39:29.547751 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testNonEmptyParamsForValueAndGradFunction): 1.38s [ OK ] BackpropTest.testNonEmptyParamsForValueAndGradFunction [ RUN ] BackpropTest.testOutput INFO:tensorflow:time(__main__.BackpropTest.testOutput): 0.02s I0222 00:39:29.564055 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testOutput): 0.02s [ OK ] BackpropTest.testOutput [ RUN ] BackpropTest.testOutputGradUsedInComputation INFO:tensorflow:time(__main__.BackpropTest.testOutputGradUsedInComputation): 0.01s I0222 00:39:29.572561 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testOutputGradUsedInComputation): 0.01s [ OK ] BackpropTest.testOutputGradUsedInComputation [ RUN ] BackpropTest.testOverrideSecondOrderWithCustomGradient INFO:tensorflow:time(__main__.BackpropTest.testOverrideSecondOrderWithCustomGradient): 0.15s I0222 00:39:29.718774 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testOverrideSecondOrderWithCustomGradient): 0.15s [ OK ] BackpropTest.testOverrideSecondOrderWithCustomGradient [ RUN ] BackpropTest.testPartial INFO:tensorflow:time(__main__.BackpropTest.testPartial): 0.01s I0222 00:39:29.726073 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testPartial): 0.01s [ OK ] BackpropTest.testPartial [ RUN ] BackpropTest.testPersistentGradientTapeRepeatedSource INFO:tensorflow:Running testPersistentGradientTapeRepeatedSource in GRAPH mode. I0222 00:39:30.214578 281473493005360 test_util.py:1612] Running testPersistentGradientTapeRepeatedSource in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 0.53s I0222 00:39:30.259766 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 0.53s INFO:tensorflow:Running testPersistentGradientTapeRepeatedSource in EAGER mode. I0222 00:39:30.261066 281473493005360 test_util.py:1631] Running testPersistentGradientTapeRepeatedSource in EAGER mode. [ FAILED ] BackpropTest.testPersistentGradientTapeRepeatedSource INFO:tensorflow:time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 0.83s I0222 00:39:31.089578 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testPersistentGradientTapeRepeatedSource): 0.83s [ RUN ] BackpropTest.testPersistentMakeVJP INFO:tensorflow:time(__main__.BackpropTest.testPersistentMakeVJP): 0.01s I0222 00:39:31.100463 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testPersistentMakeVJP): 0.01s [ OK ] BackpropTest.testPersistentMakeVJP [ RUN ] BackpropTest.testPersistentNestedTape INFO:tensorflow:Running testPersistentNestedTape in GRAPH mode. I0222 00:39:31.568436 281473493005360 test_util.py:1612] Running testPersistentNestedTape in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testPersistentNestedTape): 0.54s I0222 00:39:31.643830 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testPersistentNestedTape): 0.54s INFO:tensorflow:Running testPersistentNestedTape in EAGER mode. I0222 00:39:31.645269 281473493005360 test_util.py:1631] Running testPersistentNestedTape in EAGER mode. [ FAILED ] BackpropTest.testPersistentNestedTape INFO:tensorflow:time(__main__.BackpropTest.testPersistentNestedTape): 0.73s I0222 00:39:32.374137 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testPersistentNestedTape): 0.73s [ RUN ] BackpropTest.testPersistentTape INFO:tensorflow:Running testPersistentTape in GRAPH mode. I0222 00:39:32.857134 281473493005360 test_util.py:1612] Running testPersistentTape in GRAPH mode. [ SKIPPED ] BackpropTest.testPersistentTape [graph_mode] INFO:tensorflow:time(__main__.BackpropTest.testPersistentTape): 0.48s I0222 00:39:32.858767 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testPersistentTape): 0.48s INFO:tensorflow:Running testPersistentTape in EAGER mode. I0222 00:39:32.859671 281473493005360 test_util.py:1631] Running testPersistentTape in EAGER mode. [ SKIPPED ] BackpropTest.testPersistentTape [eager_mode] INFO:tensorflow:time(__main__.BackpropTest.testPersistentTape): 0.67s I0222 00:39:33.527448 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testPersistentTape): 0.67s No pending test case: __main__.BackpropTest.testPersistentTape [ RUN ] BackpropTest.testPythonMax INFO:tensorflow:time(__main__.BackpropTest.testPythonMax): 0.02s I0222 00:39:33.551702 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testPythonMax): 0.02s [ OK ] BackpropTest.testPythonMax [ RUN ] BackpropTest.testRecomputeGradWithDifferentShape INFO:tensorflow:time(__main__.BackpropTest.testRecomputeGradWithDifferentShape): 1.21s I0222 00:39:34.762242 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testRecomputeGradWithDifferentShape): 1.21s [ OK ] BackpropTest.testRecomputeGradWithDifferentShape [ RUN ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True) [ FAILED ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True) INFO:tensorflow:time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True)): 2.18s I0222 00:39:36.939723 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop0 (True)): 2.18s [ RUN ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False) [ FAILED ] BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False) INFO:tensorflow:time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False)): 1.82s I0222 00:39:38.765887 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testRecomputeGradWithNestedFunctionAndWhileLoop1 (False)): 1.82s [ RUN ] BackpropTest.testResourceHandleOutputWithoutHandleData INFO:tensorflow:time(__main__.BackpropTest.testResourceHandleOutputWithoutHandleData): 0.01s I0222 00:39:38.773219 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testResourceHandleOutputWithoutHandleData): 0.01s [ OK ] BackpropTest.testResourceHandleOutputWithoutHandleData [ RUN ] BackpropTest.testReturnSameThing INFO:tensorflow:time(__main__.BackpropTest.testReturnSameThing): 0.01s I0222 00:39:38.783335 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testReturnSameThing): 0.01s [ OK ] BackpropTest.testReturnSameThing [ RUN ] BackpropTest.testSameObjectForMultipleArguments INFO:tensorflow:time(__main__.BackpropTest.testSameObjectForMultipleArguments): 0.03s I0222 00:39:38.810532 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testSameObjectForMultipleArguments): 0.03s [ OK ] BackpropTest.testSameObjectForMultipleArguments [ RUN ] BackpropTest.testSecondGrad INFO:tensorflow:time(__main__.BackpropTest.testSecondGrad): 1.37s I0222 00:39:40.185882 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testSecondGrad): 1.37s [ OK ] BackpropTest.testSecondGrad [ RUN ] BackpropTest.testSelectivelyWatchVariables INFO:tensorflow:Running testSelectivelyWatchVariables in GRAPH mode. I0222 00:39:40.188269 281473493005360 test_util.py:1612] Running testSelectivelyWatchVariables in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.06s I0222 00:39:40.243280 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.06s INFO:tensorflow:Running testSelectivelyWatchVariables in EAGER mode. I0222 00:39:40.244725 281473493005360 test_util.py:1631] Running testSelectivelyWatchVariables in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.02s I0222 00:39:40.263212 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testSelectivelyWatchVariables): 0.02s [ OK ] BackpropTest.testSelectivelyWatchVariables [ RUN ] BackpropTest.testStopGradient INFO:tensorflow:time(__main__.BackpropTest.testStopGradient): 1.15s I0222 00:39:41.412806 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testStopGradient): 1.15s [ OK ] BackpropTest.testStopGradient [ RUN ] BackpropTest.testTapeGradientMultiTargetOneIsSource INFO:tensorflow:time(__main__.BackpropTest.testTapeGradientMultiTargetOneIsSource): 0.01s I0222 00:39:41.422407 281473493005360 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 W0222 00:39:41.427846 281473493005360 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.01s I0222 00:39:41.428983 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testTapeGradientStringTarget): 0.01s [ OK ] BackpropTest.testTapeGradientStringTarget [ RUN ] BackpropTest.testTapeIdentityGradientIsIdentity INFO:tensorflow:time(__main__.BackpropTest.testTapeIdentityGradientIsIdentity): 0.0s I0222 00:39:41.433123 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testTapeIdentityGradientIsIdentity): 0.0s [ OK ] BackpropTest.testTapeIdentityGradientIsIdentity [ RUN ] BackpropTest.testTapeNoOpGradient INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradient): 0.0s I0222 00:39:41.434846 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradient): 0.0s [ OK ] BackpropTest.testTapeNoOpGradient [ RUN ] BackpropTest.testTapeNoOpGradient2By2 INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradient2By2): 1.7s I0222 00:39:43.130955 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradient2By2): 1.7s [ OK ] BackpropTest.testTapeNoOpGradient2By2 [ RUN ] BackpropTest.testTapeNoOpGradientMultiTarget2By2 INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientMultiTarget2By2): 0.94s I0222 00:39:44.076550 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientMultiTarget2By2): 0.94s [ OK ] BackpropTest.testTapeNoOpGradientMultiTarget2By2 [ RUN ] BackpropTest.testTapeNoOpGradientStringSourceAndTarget WARNING:tensorflow:The dtype of the watched tensor must be floating (e.g. tf.float32), got tf.string W0222 00:39:44.079779 281473493005360 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 I0222 00:39:44.080723 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientStringSourceAndTarget): 0.0s [ OK ] BackpropTest.testTapeNoOpGradientStringSourceAndTarget [ RUN ] BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource): 0.0s I0222 00:39:44.086067 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource): 0.0s [ OK ] BackpropTest.testTapeNoOpGradientWithMultiTargetAllSource [ RUN ] BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSource INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSource): 0.01s I0222 00:39:44.094741 281473493005360 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 W0222 00:39:44.097735 281473493005360 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 I0222 00:39:44.104077 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSourceIncludeString): 0.01s [ OK ] BackpropTest.testTapeNoOpGradientWithMultiTargetMultiSourceIncludeString [ RUN ] BackpropTest.testTapeNoOpOnVariableIsIdentity INFO:tensorflow:time(__main__.BackpropTest.testTapeNoOpOnVariableIsIdentity): 0.01s I0222 00:39:44.114866 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testTapeNoOpOnVariableIsIdentity): 0.01s [ OK ] BackpropTest.testTapeNoOpOnVariableIsIdentity [ RUN ] BackpropTest.testTapeReset INFO:tensorflow:time(__main__.BackpropTest.testTapeReset): 0.01s I0222 00:39:44.128751 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testTapeReset): 0.01s [ OK ] BackpropTest.testTapeReset [ RUN ] BackpropTest.testTapeStopRecording INFO:tensorflow:time(__main__.BackpropTest.testTapeStopRecording): 0.01s I0222 00:39:44.137781 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testTapeStopRecording): 0.01s [ OK ] BackpropTest.testTapeStopRecording [ RUN ] BackpropTest.testTapeStopStartRecording INFO:tensorflow:time(__main__.BackpropTest.testTapeStopStartRecording): 0.01s I0222 00:39:44.151312 281473493005360 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 I0222 00:39:44.152681 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testTensorCopyCPU2GPU2CPU): 0.0s [ RUN ] BackpropTest.testTensorCopyGPU2CPU2GPU [ SKIPPED ] BackpropTest.testTensorCopyGPU2CPU2GPU INFO:tensorflow:time(__main__.BackpropTest.testTensorCopyGPU2CPU2GPU): 0.0s I0222 00:39:44.153375 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testTensorCopyGPU2CPU2GPU): 0.0s [ RUN ] BackpropTest.testTwoTargets INFO:tensorflow:time(__main__.BackpropTest.testTwoTargets): 0.01s I0222 00:39:44.160206 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testTwoTargets): 0.01s [ OK ] BackpropTest.testTwoTargets [ RUN ] BackpropTest.testUnconnectedGradientsDefault INFO:tensorflow:Running testUnconnectedGradientsDefault in GRAPH mode. I0222 00:39:44.635519 281473493005360 test_util.py:1612] Running testUnconnectedGradientsDefault in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsDefault): 0.48s I0222 00:39:44.643439 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsDefault): 0.48s INFO:tensorflow:Running testUnconnectedGradientsDefault in EAGER mode. I0222 00:39:44.644226 281473493005360 test_util.py:1631] Running testUnconnectedGradientsDefault in EAGER mode. [ FAILED ] BackpropTest.testUnconnectedGradientsDefault INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsDefault): 0.6s I0222 00:39:45.248433 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsDefault): 0.6s [ RUN ] BackpropTest.testUnconnectedGradientsNestedDefunZeros INFO:tensorflow:Running testUnconnectedGradientsNestedDefunZeros in GRAPH mode. I0222 00:39:45.249217 281473493005360 test_util.py:1612] Running testUnconnectedGradientsNestedDefunZeros in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.17s I0222 00:39:45.415801 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.17s INFO:tensorflow:Running testUnconnectedGradientsNestedDefunZeros in EAGER mode. I0222 00:39:45.417164 281473493005360 test_util.py:1631] Running testUnconnectedGradientsNestedDefunZeros in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.05s I0222 00:39:45.464029 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsNestedDefunZeros): 0.05s [ OK ] BackpropTest.testUnconnectedGradientsNestedDefunZeros [ RUN ] BackpropTest.testUnconnectedGradientsVariablesZeros INFO:tensorflow:Running testUnconnectedGradientsVariablesZeros in GRAPH mode. I0222 00:39:45.966481 281473493005360 test_util.py:1612] Running testUnconnectedGradientsVariablesZeros in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 0.55s I0222 00:39:46.012068 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 0.55s INFO:tensorflow:Running testUnconnectedGradientsVariablesZeros in EAGER mode. I0222 00:39:46.013459 281473493005360 test_util.py:1631] Running testUnconnectedGradientsVariablesZeros in EAGER mode. [ FAILED ] BackpropTest.testUnconnectedGradientsVariablesZeros INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 0.75s I0222 00:39:46.764188 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsVariablesZeros): 0.75s [ RUN ] BackpropTest.testUnconnectedGradientsZeros INFO:tensorflow:Running testUnconnectedGradientsZeros in GRAPH mode. I0222 00:39:47.248990 281473493005360 test_util.py:1612] Running testUnconnectedGradientsZeros in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsZeros): 0.5s I0222 00:39:47.264813 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsZeros): 0.5s INFO:tensorflow:Running testUnconnectedGradientsZeros in EAGER mode. I0222 00:39:47.265940 281473493005360 test_util.py:1631] Running testUnconnectedGradientsZeros in EAGER mode. [ FAILED ] BackpropTest.testUnconnectedGradientsZeros INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedGradientsZeros): 0.69s I0222 00:39:47.952008 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedGradientsZeros): 0.69s [ RUN ] BackpropTest.testUnconnectedNone INFO:tensorflow:time(__main__.BackpropTest.testUnconnectedNone): 1.11s I0222 00:39:49.060305 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testUnconnectedNone): 1.11s [ OK ] BackpropTest.testUnconnectedNone [ RUN ] BackpropTest.testUnknownShapes INFO:tensorflow:time(__main__.BackpropTest.testUnknownShapes): 0.04s I0222 00:39:49.105538 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testUnknownShapes): 0.04s [ OK ] BackpropTest.testUnknownShapes [ RUN ] BackpropTest.testUnknownUnconnectedGradientsValueGiven INFO:tensorflow:Running testUnknownUnconnectedGradientsValueGiven in GRAPH mode. I0222 00:39:49.106953 281473493005360 test_util.py:1612] Running testUnknownUnconnectedGradientsValueGiven in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.01s I0222 00:39:49.113423 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.01s INFO:tensorflow:Running testUnknownUnconnectedGradientsValueGiven in EAGER mode. I0222 00:39:49.114311 281473493005360 test_util.py:1631] Running testUnknownUnconnectedGradientsValueGiven in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.01s I0222 00:39:49.119792 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testUnknownUnconnectedGradientsValueGiven): 0.01s [ OK ] BackpropTest.testUnknownUnconnectedGradientsValueGiven [ RUN ] BackpropTest.testVariablesAndConstantsProduceTheSameGradients INFO:tensorflow:time(__main__.BackpropTest.testVariablesAndConstantsProduceTheSameGradients): 0.04s I0222 00:39:49.162833 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testVariablesAndConstantsProduceTheSameGradients): 0.04s [ OK ] BackpropTest.testVariablesAndConstantsProduceTheSameGradients [ RUN ] BackpropTest.testWatchBadThing INFO:tensorflow:Running testWatchBadThing in GRAPH mode. I0222 00:39:49.164223 281473493005360 test_util.py:1612] Running testWatchBadThing in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchBadThing): 0.02s I0222 00:39:49.186392 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testWatchBadThing): 0.02s INFO:tensorflow:Running testWatchBadThing in EAGER mode. I0222 00:39:49.187357 281473493005360 test_util.py:1631] Running testWatchBadThing in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchBadThing): 0.0s I0222 00:39:49.187920 281473493005360 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 W0222 00:39:49.193582 281473493005360 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 W0222 00:39:49.194071 281473493005360 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.04s I0222 00:39:49.228317 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testWatchComposite): 0.04s [ OK ] BackpropTest.testWatchComposite [ RUN ] BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall INFO:tensorflow:time(__main__.BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall): 0.01s I0222 00:39:49.239148 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall): 0.01s [ OK ] BackpropTest.testWatchedVariablesAfterNonPersistentGradientCall [ RUN ] BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape INFO:tensorflow:time(__main__.BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape): 0.03s I0222 00:39:49.271602 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape): 0.03s [ OK ] BackpropTest.testWatchedVariablesOnlyHasVariablesFromLastTape [ RUN ] BackpropTest.testWatchedVariablesRespectReset INFO:tensorflow:time(__main__.BackpropTest.testWatchedVariablesRespectReset): 0.01s I0222 00:39:49.282918 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testWatchedVariablesRespectReset): 0.01s [ OK ] BackpropTest.testWatchedVariablesRespectReset [ RUN ] BackpropTest.testWatchingIsTapeLocal INFO:tensorflow:Running testWatchingIsTapeLocal in GRAPH mode. I0222 00:39:49.284114 281473493005360 test_util.py:1612] Running testWatchingIsTapeLocal in GRAPH mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.39s I0222 00:39:49.678224 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.39s INFO:tensorflow:Running testWatchingIsTapeLocal in EAGER mode. I0222 00:39:49.679687 281473493005360 test_util.py:1631] Running testWatchingIsTapeLocal in EAGER mode. INFO:tensorflow:time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.06s I0222 00:39:49.739797 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testWatchingIsTapeLocal): 0.06s [ OK ] BackpropTest.testWatchingIsTapeLocal [ RUN ] BackpropTest.testWhereGradient INFO:tensorflow:time(__main__.BackpropTest.testWhereGradient): 0.02s I0222 00:39:49.759252 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testWhereGradient): 0.02s [ OK ] BackpropTest.testWhereGradient [ RUN ] BackpropTest.testZerosCacheDoesntLeakAcrossGraphs INFO:tensorflow:time(__main__.BackpropTest.testZerosCacheDoesntLeakAcrossGraphs): 0.14s I0222 00:39:49.900789 281473493005360 test_util.py:2620] time(__main__.BackpropTest.testZerosCacheDoesntLeakAcrossGraphs): 0.14s [ 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.07s I0222 00:39:49.977681 281473493005360 test_util.py:2620] time(__main__.BackpropTest.test_stop_gradient_hides_downstream_ops): 0.07s [ OK ] BackpropTest.test_stop_gradient_hides_downstream_ops [ RUN ] BatchJacobianTest.testBadInputRank INFO:tensorflow:Running testBadInputRank in GRAPH mode. I0222 00:39:49.978872 281473493005360 test_util.py:1612] Running testBadInputRank in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadInputRank): 0.01s I0222 00:39:49.985864 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.testBadInputRank): 0.01s INFO:tensorflow:Running testBadInputRank in EAGER mode. I0222 00:39:49.986701 281473493005360 test_util.py:1631] Running testBadInputRank in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadInputRank): 0.01s I0222 00:39:49.992663 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.testBadInputRank): 0.01s [ OK ] BatchJacobianTest.testBadInputRank [ RUN ] BatchJacobianTest.testBadOutputRank INFO:tensorflow:Running testBadOutputRank in GRAPH mode. I0222 00:39:49.993536 281473493005360 test_util.py:1612] Running testBadOutputRank in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s I0222 00:39:49.999794 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s INFO:tensorflow:Running testBadOutputRank in EAGER mode. I0222 00:39:50.000553 281473493005360 test_util.py:1631] Running testBadOutputRank in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s I0222 00:39:50.006629 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.testBadOutputRank): 0.01s [ OK ] BatchJacobianTest.testBadOutputRank [ RUN ] BatchJacobianTest.testBadShape INFO:tensorflow:Running testBadShape in GRAPH mode. I0222 00:39:50.007631 281473493005360 test_util.py:1612] Running testBadShape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadShape): 0.01s I0222 00:39:50.014332 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.testBadShape): 0.01s INFO:tensorflow:Running testBadShape in EAGER mode. I0222 00:39:50.015220 281473493005360 test_util.py:1631] Running testBadShape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testBadShape): 0.01s I0222 00:39:50.022378 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.testBadShape): 0.01s [ OK ] BatchJacobianTest.testBadShape [ RUN ] BatchJacobianTest.testPersistentTape INFO:tensorflow:Running testPersistentTape in GRAPH mode. I0222 00:39:50.023377 281473493005360 test_util.py:1612] Running testPersistentTape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPersistentTape): 0.0s I0222 00:39:50.024603 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.testPersistentTape): 0.0s INFO:tensorflow:Running testPersistentTape in EAGER mode. I0222 00:39:50.025253 281473493005360 test_util.py:1631] Running testPersistentTape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPersistentTape): 0.02s I0222 00:39:50.043486 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.testPersistentTape): 0.02s [ OK ] BatchJacobianTest.testPersistentTape [ RUN ] BatchJacobianTest.testPfor INFO:tensorflow:Running testPfor in GRAPH mode. I0222 00:39:50.044827 281473493005360 test_util.py:1612] Running testPfor in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPfor): 0.35s I0222 00:39:50.391829 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.testPfor): 0.35s INFO:tensorflow:Running testPfor in EAGER mode. I0222 00:39:50.394306 281473493005360 test_util.py:1631] Running testPfor in EAGER mode. WARNING:tensorflow:5 out of the last 5 calls to .f at 0xfffe7464e020> 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. W0222 00:39:50.734205 281473493005360 polymorphic_function.py:157] 5 out of the last 5 calls to .f at 0xfffe7464e020> 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.38s I0222 00:39:50.776936 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.testPfor): 0.38s [ OK ] BatchJacobianTest.testPfor [ RUN ] BatchJacobianTest.testPforDefun INFO:tensorflow:Running testPforDefun in GRAPH mode. I0222 00:39:50.778515 281473493005360 test_util.py:1612] Running testPforDefun in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPforDefun): 0.59s I0222 00:39:51.366670 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.testPforDefun): 0.59s INFO:tensorflow:Running testPforDefun in EAGER mode. I0222 00:39:51.369023 281473493005360 test_util.py:1631] Running testPforDefun in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testPforDefun): 0.44s I0222 00:39:51.804722 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.testPforDefun): 0.44s [ OK ] BatchJacobianTest.testPforDefun [ RUN ] BatchJacobianTest.testWhileLoop INFO:tensorflow:Running testWhileLoop in GRAPH mode. I0222 00:39:51.805733 281473493005360 test_util.py:1612] Running testWhileLoop in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoop): 0.48s I0222 00:39:52.285217 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoop): 0.48s INFO:tensorflow:Running testWhileLoop in EAGER mode. I0222 00:39:52.288038 281473493005360 test_util.py:1631] Running testWhileLoop in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoop): 0.12s I0222 00:39:52.410160 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoop): 0.12s [ OK ] BatchJacobianTest.testWhileLoop [ RUN ] BatchJacobianTest.testWhileLoopDefun INFO:tensorflow:Running testWhileLoopDefun in GRAPH mode. I0222 00:39:52.412396 281473493005360 test_util.py:1612] Running testWhileLoopDefun in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoopDefun): 0.53s I0222 00:39:52.941455 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoopDefun): 0.53s INFO:tensorflow:Running testWhileLoopDefun in EAGER mode. I0222 00:39:52.944411 281473493005360 test_util.py:1631] Running testWhileLoopDefun in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.testWhileLoopDefun): 0.37s I0222 00:39:53.314131 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.testWhileLoopDefun): 0.37s [ OK ] BatchJacobianTest.testWhileLoopDefun [ RUN ] BatchJacobianTest.test_degenerate_shape0 (True, True) INFO:tensorflow:Running test_degenerate_shape in GRAPH mode. I0222 00:39:53.315164 281473493005360 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 0.63s I0222 00:39:53.946185 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 0.63s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0222 00:39:53.948071 281473493005360 test_util.py:1631] Running test_degenerate_shape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 0.55s I0222 00:39:54.502494 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape0 (True, True)): 0.55s [ OK ] BatchJacobianTest.test_degenerate_shape0 (True, True) [ RUN ] BatchJacobianTest.test_degenerate_shape1 (True, False) INFO:tensorflow:Running test_degenerate_shape in GRAPH mode. I0222 00:39:54.503673 281473493005360 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.43s I0222 00:39:54.936302 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.43s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0222 00:39:54.938534 281473493005360 test_util.py:1631] Running test_degenerate_shape in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.44s I0222 00:39:55.375649 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape1 (True, False)): 0.44s [ OK ] BatchJacobianTest.test_degenerate_shape1 (True, False) [ RUN ] BatchJacobianTest.test_degenerate_shape2 (False, True) INFO:tensorflow:Running test_degenerate_shape in GRAPH mode. I0222 00:39:55.376763 281473493005360 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape2 (False, True)): 0.3s I0222 00:39:55.673855 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape2 (False, True)): 0.3s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0222 00:39:55.675490 281473493005360 test_util.py:1631] Running test_degenerate_shape in EAGER mode. WARNING:tensorflow:6 out of the last 6 calls to .f at 0xfffe7464c9a0> 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. W0222 00:39:56.076679 281473493005360 polymorphic_function.py:157] 6 out of the last 6 calls to .f at 0xfffe7464c9a0> 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.41s I0222 00:39:56.087929 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape2 (False, True)): 0.41s [ OK ] BatchJacobianTest.test_degenerate_shape2 (False, True) [ RUN ] BatchJacobianTest.test_degenerate_shape3 (False, False) INFO:tensorflow:Running test_degenerate_shape in GRAPH mode. I0222 00:39:56.089326 281473493005360 test_util.py:1612] Running test_degenerate_shape in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_degenerate_shape3 (False, False)): 0.42s I0222 00:39:56.511114 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape3 (False, False)): 0.42s INFO:tensorflow:Running test_degenerate_shape in EAGER mode. I0222 00:39:56.513118 281473493005360 test_util.py:1631] Running test_degenerate_shape in EAGER mode. 2024-02-22 00:39:56.595252: 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.11s I0222 00:39:56.625258 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.test_degenerate_shape3 (False, False)): 0.11s [ OK ] BatchJacobianTest.test_degenerate_shape3 (False, False) [ RUN ] BatchJacobianTest.test_parallel_iterations INFO:tensorflow:Running test_parallel_iterations in GRAPH mode. I0222 00:39:56.626815 281473493005360 test_util.py:1612] Running test_parallel_iterations in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_parallel_iterations): 1.53s I0222 00:39:58.157216 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.test_parallel_iterations): 1.53s INFO:tensorflow:Running test_parallel_iterations in EAGER mode. I0222 00:39:58.163500 281473493005360 test_util.py:1631] Running test_parallel_iterations in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_parallel_iterations): 1.95s I0222 00:40:00.111999 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.test_parallel_iterations): 1.95s [ 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. I0222 00:40:00.113976 281473493005360 test_util.py:1612] Running test_strided_slice in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_strided_slice): 0.39s I0222 00:40:00.508938 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.test_strided_slice): 0.39s INFO:tensorflow:Running test_strided_slice in EAGER mode. I0222 00:40:00.509905 281473493005360 test_util.py:1631] Running test_strided_slice in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_strided_slice): 0.46s I0222 00:40:00.971603 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.test_strided_slice): 0.46s [ OK ] BatchJacobianTest.test_strided_slice [ RUN ] BatchJacobianTest.test_zeros_type_correct0 (True) INFO:tensorflow:Running test_zeros_type_correct in GRAPH mode. I0222 00:40:00.973506 281473493005360 test_util.py:1612] Running test_zeros_type_correct in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 1.02s I0222 00:40:01.996534 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 1.02s INFO:tensorflow:Running test_zeros_type_correct in EAGER mode. I0222 00:40:01.999878 281473493005360 test_util.py:1631] Running test_zeros_type_correct in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 0.85s I0222 00:40:02.845363 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct0 (True)): 0.85s [ OK ] BatchJacobianTest.test_zeros_type_correct0 (True) [ RUN ] BatchJacobianTest.test_zeros_type_correct1 (False) INFO:tensorflow:Running test_zeros_type_correct in GRAPH mode. I0222 00:40:02.846969 281473493005360 test_util.py:1612] Running test_zeros_type_correct in GRAPH mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 1.13s I0222 00:40:03.976501 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 1.13s INFO:tensorflow:Running test_zeros_type_correct in EAGER mode. I0222 00:40:03.983004 281473493005360 test_util.py:1631] Running test_zeros_type_correct in EAGER mode. INFO:tensorflow:time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 0.25s I0222 00:40:04.237683 281473493005360 test_util.py:2620] time(__main__.BatchJacobianTest.test_zeros_type_correct1 (False)): 0.25s [ OK ] BatchJacobianTest.test_zeros_type_correct1 (False) [ RUN ] JacobianTest.testPersistentTape [ SKIPPED ] JacobianTest.testPersistentTape INFO:tensorflow:time(__main__.JacobianTest.testPersistentTape): 0.0s I0222 00:40:04.240222 281473493005360 test_util.py:2620] time(__main__.JacobianTest.testPersistentTape): 0.0s [ RUN ] JacobianTest.testPfor [ SKIPPED ] JacobianTest.testPfor INFO:tensorflow:time(__main__.JacobianTest.testPfor): 0.0s I0222 00:40:04.240889 281473493005360 test_util.py:2620] time(__main__.JacobianTest.testPfor): 0.0s [ RUN ] JacobianTest.testPforDefun [ SKIPPED ] JacobianTest.testPforDefun INFO:tensorflow:time(__main__.JacobianTest.testPforDefun): 0.0s I0222 00:40:04.241470 281473493005360 test_util.py:2620] time(__main__.JacobianTest.testPforDefun): 0.0s [ RUN ] JacobianTest.testWhileLoop [ SKIPPED ] JacobianTest.testWhileLoop INFO:tensorflow:time(__main__.JacobianTest.testWhileLoop): 0.0s I0222 00:40:04.242046 281473493005360 test_util.py:2620] time(__main__.JacobianTest.testWhileLoop): 0.0s [ RUN ] JacobianTest.testWhileLoopDefun [ SKIPPED ] JacobianTest.testWhileLoopDefun INFO:tensorflow:time(__main__.JacobianTest.testWhileLoopDefun): 0.0s I0222 00:40:04.242610 281473493005360 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. W0222 00:40:04.876547 281473493005360 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.06s I0222 00:40:07.307951 281473493005360 test_util.py:2620] time(__main__.JacobianTest.test_cond_func_grad_jacobian): 3.06s [ OK ] JacobianTest.test_cond_func_grad_jacobian [ RUN ] JacobianTest.test_empty_tensor_consistent_jacobian 2024-02-22 00:40:07.596550: 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.29s I0222 00:40:07.601194 281473493005360 test_util.py:2620] time(__main__.JacobianTest.test_empty_tensor_consistent_jacobian): 0.29s [ OK ] JacobianTest.test_empty_tensor_consistent_jacobian [ RUN ] JacobianTest.test_foldl_partial_function INFO:tensorflow:time(__main__.JacobianTest.test_foldl_partial_function): 8.31s I0222 00:40:15.914102 281473493005360 test_util.py:2620] time(__main__.JacobianTest.test_foldl_partial_function): 8.31s [ OK ] JacobianTest.test_foldl_partial_function [ RUN ] JacobianTest.test_foldl_pure_function INFO:tensorflow:time(__main__.JacobianTest.test_foldl_pure_function): 4.44s I0222 00:40:20.360554 281473493005360 test_util.py:2620] time(__main__.JacobianTest.test_foldl_pure_function): 4.44s [ OK ] JacobianTest.test_foldl_pure_function [ RUN ] JacobianTest.test_grad_jacobian_conv INFO:tensorflow:time(__main__.JacobianTest.test_grad_jacobian_conv): 2.97s I0222 00:40:23.332913 281473493005360 test_util.py:2620] time(__main__.JacobianTest.test_grad_jacobian_conv): 2.97s [ OK ] JacobianTest.test_grad_jacobian_conv [ RUN ] JacobianTest.test_indexed_slices INFO:tensorflow:Running test_indexed_slices in GRAPH mode. I0222 00:40:23.334713 281473493005360 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. W0222 00:40:23.393788 281473493005360 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.48s I0222 00:40:23.815919 281473493005360 test_util.py:2620] time(__main__.JacobianTest.test_indexed_slices): 0.48s INFO:tensorflow:Running test_indexed_slices in EAGER mode. I0222 00:40:23.818559 281473493005360 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. W0222 00:40:23.889171 281473493005360 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.38s I0222 00:40:24.201870 281473493005360 test_util.py:2620] time(__main__.JacobianTest.test_indexed_slices): 0.38s [ OK ] JacobianTest.test_indexed_slices [ RUN ] JacobianTest.test_nested_batch_jacobian_foldl INFO:tensorflow:time(__main__.JacobianTest.test_nested_batch_jacobian_foldl): 33.04s I0222 00:40:57.243926 281473493005360 test_util.py:2620] time(__main__.JacobianTest.test_nested_batch_jacobian_foldl): 33.04s [ OK ] JacobianTest.test_nested_batch_jacobian_foldl [ RUN ] JacobianTest.test_nested_jacobian INFO:tensorflow:Running test_nested_jacobian in GRAPH mode. I0222 00:40:57.246508 281473493005360 test_util.py:1612] Running test_nested_jacobian in GRAPH mode. INFO:tensorflow:time(__main__.JacobianTest.test_nested_jacobian): 0.55s I0222 00:40:57.796829 281473493005360 test_util.py:2620] time(__main__.JacobianTest.test_nested_jacobian): 0.55s INFO:tensorflow:Running test_nested_jacobian in EAGER mode. I0222 00:40:57.799675 281473493005360 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 I0222 00:40:57.800290 281473493005360 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 I0222 00:40:57.801099 281473493005360 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 128.390s 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 I0222 00:52:22.433734 281473429435440 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. I0222 00:52:22.750289 281473429435440 functional_saver.py:439] Sharding callback duration: 19 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295/DeferredInitModuleVariablesTest/test_deferred_init_module_variables/tmp6_4wa0bf/module/assets I0222 00:52:23.001298 281473429435440 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/tmp6_4wa0bf/module/assets I0222 00:52:23.004206 281473429435440 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/tmp6_4wa0bf/module/fingerprint.pb I0222 00:52:23.106453 281473429435440 signature_serialization.py:156] Function `call` contains input name(s) Const with unsupported characters which will be renamed to identity_const in the SavedModel. I0222 00:52:23.137755 281473429435440 functional_saver.py:439] Sharding callback duration: 11 I0222 00:52:23.199428 281473429435440 functional_saver.py:439] 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/tmp6_4wa0bf/variables/Variable/assets I0222 00:52:23.214820 281473429435440 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/tmp6_4wa0bf/variables/Variable/assets I0222 00:52:23.216981 281473429435440 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/tmp6_4wa0bf/variables/Variable/fingerprint.pb I0222 00:52:24.005113 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:24.057124 281473429435440 functional_saver.py:439] 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/tmp6_4wa0bf/variables/Variable_1/assets I0222 00:52:24.062578 281473429435440 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/tmp6_4wa0bf/variables/Variable_1/assets I0222 00:52:24.064619 281473429435440 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/tmp6_4wa0bf/variables/Variable_1/fingerprint.pb I0222 00:52:24.079198 281473429435440 signature_serialization.py:156] Function `call` contains input name(s) Const with unsupported characters which will be renamed to identity_const in the SavedModel. I0222 00:52:24.110133 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:24.161104 281473429435440 functional_saver.py:439] 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/tmp6_4wa0bf/variables/Variable_2/assets I0222 00:52:24.166304 281473429435440 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/tmp6_4wa0bf/variables/Variable_2/assets I0222 00:52:24.168255 281473429435440 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/tmp6_4wa0bf/variables/Variable_2/fingerprint.pb 2024-02-22 00:52:24.448731: 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.5s I0222 00:52:24.574812 281473429435440 test_util.py:2620] time(__main__.DeferredInitModuleVariablesTest.test_deferred_init_module_variables): 2.5s [ 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. W0222 00:52:24.695912 281473429435440 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. I0222 00:52:24.722586 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:24.776808 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39aoj0mlf4/assets I0222 00:52:24.788834 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39aoj0mlf4/assets I0222 00:52:24.790721 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39aoj0mlf4/fingerprint.pb I0222 00:52:24.848467 281473429435440 functional_saver.py:439] Sharding callback duration: 8 I0222 00:52:24.898429 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39tbu16fvi/assets I0222 00:52:24.903361 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39tbu16fvi/assets I0222 00:52:24.905277 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39tbu16fvi/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_additional_kwargs_ReloadTwicePy): 0.38s I0222 00:52:24.965217 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_additional_kwargs_ReloadTwicePy): 0.38s [ OK ] LoadTest.test_additional_kwargs_ReloadTwicePy [ RUN ] LoadTest.test_callable_ReloadOncePy I0222 00:52:25.762482 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:25.821483 281473429435440 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39wq36mo00/assets I0222 00:52:25.833274 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39wq36mo00/assets I0222 00:52:25.835356 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39wq36mo00/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_callable_ReloadOncePy): 0.98s I0222 00:52:25.946430 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_callable_ReloadOncePy): 0.98s [ OK ] LoadTest.test_callable_ReloadOncePy [ RUN ] LoadTest.test_capture_assets_in_graph_ReloadThricePy I0222 00:52:28.548373 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:29.279696 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39a4inbx_t/assets I0222 00:52:29.352038 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39a4inbx_t/assets I0222 00:52:29.354242 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39a4inbx_t/fingerprint.pb I0222 00:52:29.598194 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:29.771442 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39na9k3zh_/assets I0222 00:52:29.776665 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39na9k3zh_/assets I0222 00:52:29.778796 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39na9k3zh_/fingerprint.pb I0222 00:52:30.077755 281473429435440 functional_saver.py:439] Sharding callback duration: 8 I0222 00:52:30.250831 281473429435440 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39/tmpsei20v9v0jt3rszz/assets I0222 00:52:30.256395 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39/tmpsei20v9v0jt3rszz/assets I0222 00:52:30.258630 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39/tmpsei20v9v0jt3rszz/fingerprint.pb INFO:tensorflow:Graph was finalized. I0222 00:52:30.334642 281473429435440 monitored_session.py:240] Graph was finalized. INFO:tensorflow:Running local_init_op. I0222 00:52:30.349879 281473429435440 session_manager.py:545] Running local_init_op. INFO:tensorflow:Done running local_init_op. I0222 00:52:30.355649 281473429435440 session_manager.py:548] Done running local_init_op. INFO:tensorflow:time(__main__.LoadTest.test_capture_assets_in_graph_ReloadThricePy): 4.42s I0222 00:52:30.372545 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_capture_assets_in_graph_ReloadThricePy): 4.42s [ OK ] LoadTest.test_capture_assets_in_graph_ReloadThricePy [ RUN ] LoadTest.test_captured_constant_ReloadTwicePy I0222 00:52:31.654338 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:31.747337 281473429435440 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39t_ehhnda/assets I0222 00:52:31.779541 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39t_ehhnda/assets I0222 00:52:31.781685 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39t_ehhnda/fingerprint.pb I0222 00:52:31.848855 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:31.901176 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq399qb9g17s/assets I0222 00:52:31.936637 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq399qb9g17s/assets I0222 00:52:31.938788 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq399qb9g17s/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_captured_constant_ReloadTwicePy): 1.67s I0222 00:52:32.047127 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_captured_constant_ReloadTwicePy): 1.67s [ OK ] LoadTest.test_captured_constant_ReloadTwicePy [ RUN ] LoadTest.test_concrete_function_arg_names_ReloadOncePy I0222 00:52:32.163013 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:32.214915 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39oqvdb_kc/assets I0222 00:52:32.226221 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39oqvdb_kc/assets I0222 00:52:32.228027 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39oqvdb_kc/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_concrete_function_arg_names_ReloadOncePy): 0.26s I0222 00:52:32.306409 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_concrete_function_arg_names_ReloadOncePy): 0.26s [ OK ] LoadTest.test_concrete_function_arg_names_ReloadOncePy [ RUN ] LoadTest.test_concrete_function_no_signature_ReloadThricePy I0222 00:52:32.539566 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:32.593375 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39phokj5_e/assets I0222 00:52:32.604779 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39phokj5_e/assets I0222 00:52:32.606596 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39phokj5_e/fingerprint.pb I0222 00:52:32.658981 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:32.706235 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq395jgjkote/assets I0222 00:52:32.711209 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq395jgjkote/assets I0222 00:52:32.713002 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq395jgjkote/fingerprint.pb I0222 00:52:32.766252 281473429435440 functional_saver.py:439] Sharding callback duration: 8 I0222 00:52:32.813589 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39ysky6uvy/assets I0222 00:52:32.818510 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39ysky6uvy/assets I0222 00:52:32.820307 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39ysky6uvy/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_concrete_function_no_signature_ReloadThricePy): 0.56s I0222 00:52:32.867137 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_concrete_function_no_signature_ReloadThricePy): 0.56s [ OK ] LoadTest.test_concrete_function_no_signature_ReloadThricePy [ RUN ] LoadTest.test_control_outputs_ReloadTwicePy I0222 00:52:33.574093 281473429435440 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. I0222 00:52:33.613754 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:33.684413 281473429435440 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39etbbkg93/assets I0222 00:52:33.696002 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39etbbkg93/assets I0222 00:52:33.698237 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39etbbkg93/fingerprint.pb I0222 00:52:33.756388 281473429435440 signature_serialization.py:156] Function `signature_wrapper` contains input name(s) 1744 with unsupported characters which will be renamed to unknown in the SavedModel. I0222 00:52:33.798721 281473429435440 functional_saver.py:439] Sharding callback duration: 11 I0222 00:52:33.862134 281473429435440 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq399gsivu90/assets I0222 00:52:33.867310 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq399gsivu90/assets I0222 00:52:33.869605 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq399gsivu90/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_control_outputs_ReloadTwicePy): 1.06s I0222 00:52:33.930123 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_control_outputs_ReloadTwicePy): 1.06s [ OK ] LoadTest.test_control_outputs_ReloadTwicePy [ RUN ] LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy I0222 00:52:34.145127 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:34.203910 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq391xmemo59/assets I0222 00:52:34.215259 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq391xmemo59/assets I0222 00:52:34.217544 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq391xmemo59/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy): 0.41s I0222 00:52:34.340605 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy): 0.41s [ OK ] LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy [ RUN ] LoadTest.test_dict_ReloadThricePy I0222 00:52:35.240469 281473429435440 functional_saver.py:439] Sharding callback duration: 11 I0222 00:52:35.399457 281473429435440 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39ex6cstwq/assets I0222 00:52:35.410996 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39ex6cstwq/assets I0222 00:52:35.413201 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39ex6cstwq/fingerprint.pb I0222 00:52:35.595523 281473429435440 functional_saver.py:439] Sharding callback duration: 11 I0222 00:52:35.724752 281473429435440 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq392xlhiriz/assets I0222 00:52:35.729655 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq392xlhiriz/assets I0222 00:52:35.731780 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq392xlhiriz/fingerprint.pb I0222 00:52:35.845497 281473429435440 functional_saver.py:439] Sharding callback duration: 11 I0222 00:52:35.937072 281473429435440 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq398iwgdglu/assets I0222 00:52:35.942186 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq398iwgdglu/assets I0222 00:52:35.944378 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq398iwgdglu/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_dict_ReloadThricePy): 1.68s I0222 00:52:36.021627 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_dict_ReloadThricePy): 1.68s [ OK ] LoadTest.test_dict_ReloadThricePy [ RUN ] LoadTest.test_extra_args_ReloadTwicePy I0222 00:52:36.118193 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:36.170623 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq397t3nw8fo/assets I0222 00:52:36.182136 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq397t3nw8fo/assets I0222 00:52:36.183985 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq397t3nw8fo/fingerprint.pb I0222 00:52:36.237251 281473429435440 functional_saver.py:439] Sharding callback duration: 8 I0222 00:52:36.284526 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq3991alvmnz/assets I0222 00:52:36.289507 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq3991alvmnz/assets I0222 00:52:36.291226 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq3991alvmnz/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_extra_args_ReloadTwicePy): 0.32s I0222 00:52:36.348220 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_extra_args_ReloadTwicePy): 0.32s [ OK ] LoadTest.test_extra_args_ReloadTwicePy [ RUN ] LoadTest.test_function_with_default_bool_input_ReloadOncePy I0222 00:52:36.493651 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:36.547477 281473429435440 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39qmvk3zsy/assets I0222 00:52:36.558849 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39qmvk3zsy/assets I0222 00:52:36.560782 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39qmvk3zsy/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_function_with_default_bool_input_ReloadOncePy): 0.29s I0222 00:52:36.637164 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_function_with_default_bool_input_ReloadOncePy): 0.29s [ OK ] LoadTest.test_function_with_default_bool_input_ReloadOncePy [ RUN ] LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy I0222 00:52:36.733241 281473429435440 functional_saver.py:439] Sharding callback duration: 8 I0222 00:52:36.787834 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39v8gfj3jo/assets I0222 00:52:36.799148 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39v8gfj3jo/assets I0222 00:52:36.801135 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39v8gfj3jo/fingerprint.pb I0222 00:52:36.874576 281473429435440 functional_saver.py:439] Sharding callback duration: 8 I0222 00:52:36.925524 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39nvx8608x/assets I0222 00:52:36.930249 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39nvx8608x/assets I0222 00:52:36.932242 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39nvx8608x/fingerprint.pb I0222 00:52:37.011916 281473429435440 functional_saver.py:439] Sharding callback duration: 8 I0222 00:52:37.063482 281473429435440 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39ics5y_3a/assets I0222 00:52:37.068437 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39ics5y_3a/assets I0222 00:52:37.070515 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39ics5y_3a/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy): 0.5s I0222 00:52:37.138851 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy): 0.5s [ OK ] LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy [ RUN ] LoadTest.test_functions_list_ReloadTwicePy I0222 00:52:38.120777 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:38.201576 281473429435440 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39u7soxuxb/assets I0222 00:52:38.213368 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39u7soxuxb/assets I0222 00:52:38.215876 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39u7soxuxb/fingerprint.pb I0222 00:52:38.330299 281473429435440 functional_saver.py:439] Sharding callback duration: 11 I0222 00:52:38.403638 281473429435440 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39ct5yyfny/assets I0222 00:52:38.408761 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39ct5yyfny/assets I0222 00:52:38.411188 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39ct5yyfny/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_functions_list_ReloadTwicePy): 1.39s I0222 00:52:38.535057 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_functions_list_ReloadTwicePy): 1.39s [ OK ] LoadTest.test_functions_list_ReloadTwicePy [ RUN ] LoadTest.test_list_ReloadOncePy I0222 00:52:38.602245 281473429435440 functional_saver.py:439] Sharding callback duration: 11 I0222 00:52:38.748478 281473429435440 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39xj8lca5l/assets I0222 00:52:38.779432 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39xj8lca5l/assets I0222 00:52:38.781499 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39xj8lca5l/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_list_ReloadOncePy): 0.35s I0222 00:52:38.885818 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_list_ReloadOncePy): 0.35s [ OK ] LoadTest.test_list_ReloadOncePy [ RUN ] LoadTest.test_load_grad_save_ReloadThricePy I0222 00:52:40.291241 281473429435440 functional_saver.py:439] Sharding callback duration: 10 I0222 00:52:40.607355 281473429435440 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39lxxz9d9c/assets I0222 00:52:40.659678 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39lxxz9d9c/assets I0222 00:52:40.662040 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39lxxz9d9c/fingerprint.pb I0222 00:52:40.894267 281473429435440 functional_saver.py:439] Sharding callback duration: 10 I0222 00:52:40.964053 281473429435440 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39m1jmiw2f/assets I0222 00:52:40.969031 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39m1jmiw2f/assets I0222 00:52:40.971264 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39m1jmiw2f/fingerprint.pb I0222 00:52:41.152264 281473429435440 functional_saver.py:439] Sharding callback duration: 10 I0222 00:52:41.222201 281473429435440 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39gk39wes5/assets I0222 00:52:41.227251 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39gk39wes5/assets I0222 00:52:41.229494 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39gk39wes5/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_load_grad_save_ReloadThricePy): 2.46s I0222 00:52:41.343800 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_load_grad_save_ReloadThricePy): 2.46s [ OK ] LoadTest.test_load_grad_save_ReloadThricePy [ RUN ] LoadTest.test_load_resource_with_dependency_ReloadTwicePy I0222 00:52:41.457601 281473429435440 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. I0222 00:52:41.552394 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:41.621266 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39zt6c3sdr/assets I0222 00:52:41.633023 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39zt6c3sdr/assets I0222 00:52:41.635810 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39zt6c3sdr/fingerprint.pb I0222 00:52:41.744130 281473429435440 signature_serialization.py:156] Function `signature_wrapper` contains input name(s) 4387 with unsupported characters which will be renamed to unknown in the SavedModel. I0222 00:52:41.861507 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:41.937541 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39ia1_8gwe/assets I0222 00:52:41.942548 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39ia1_8gwe/assets I0222 00:52:41.946051 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39ia1_8gwe/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_load_resource_with_dependency_ReloadTwicePy): 0.79s I0222 00:52:42.159249 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_load_resource_with_dependency_ReloadTwicePy): 0.79s [ 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/2adc036924ecefaf0ab98ee2cfa32295yficiq39uh7gk2nu/assets INFO:tensorflow:time(__main__.LoadTest.test_names_normalized_ReloadOncePy): 0.25s I0222 00:52:42.411716 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_names_normalized_ReloadOncePy): 0.25s [ OK ] LoadTest.test_names_normalized_ReloadOncePy [ RUN ] LoadTest.test_nested_functions_ReloadThricePy I0222 00:52:46.334850 281473429435440 functional_saver.py:439] Sharding callback duration: 8 I0222 00:52:46.452194 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39fipuv0ut/assets I0222 00:52:46.463689 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39fipuv0ut/assets I0222 00:52:46.486034 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39fipuv0ut/fingerprint.pb I0222 00:52:46.626213 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:46.680072 281473429435440 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq395yrozrua/assets I0222 00:52:46.684899 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq395yrozrua/assets I0222 00:52:46.687139 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq395yrozrua/fingerprint.pb I0222 00:52:46.777616 281473429435440 functional_saver.py:439] Sharding callback duration: 8 I0222 00:52:46.831084 281473429435440 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq3904wctkyc/assets I0222 00:52:46.835826 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq3904wctkyc/assets I0222 00:52:46.838079 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq3904wctkyc/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_nested_functions_ReloadThricePy): 4.52s I0222 00:52:46.936481 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_nested_functions_ReloadThricePy): 4.52s [ OK ] LoadTest.test_nested_functions_ReloadThricePy [ RUN ] LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy I0222 00:52:47.348398 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:47.494197 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq392_v605zc/assets I0222 00:52:47.505745 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq392_v605zc/assets I0222 00:52:47.507681 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq392_v605zc/fingerprint.pb I0222 00:52:47.590811 281473429435440 functional_saver.py:439] Sharding callback duration: 8 I0222 00:52:47.641545 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39qwnlslni/assets I0222 00:52:47.646262 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39qwnlslni/assets I0222 00:52:47.648165 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39qwnlslni/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy): 0.79s I0222 00:52:47.723295 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy): 0.79s [ OK ] LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy [ RUN ] LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy I0222 00:52:47.904343 281473429435440 functional_saver.py:439] Sharding callback duration: 8 I0222 00:52:47.956514 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq399v5ggbjs/assets I0222 00:52:47.967810 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq399v5ggbjs/assets I0222 00:52:47.969618 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq399v5ggbjs/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy): 0.3s I0222 00:52:48.028309 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy): 0.3s [ OK ] LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy [ RUN ] LoadTest.test_partially_defined_variable_shape_ReloadThricePy I0222 00:52:48.232528 281473429435440 functional_saver.py:439] Sharding callback duration: 10 I0222 00:52:48.298652 281473429435440 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39qb249kw_/assets I0222 00:52:48.310100 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39qb249kw_/assets I0222 00:52:48.312109 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39qb249kw_/fingerprint.pb I0222 00:52:48.387178 281473429435440 functional_saver.py:439] Sharding callback duration: 10 I0222 00:52:48.445452 281473429435440 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39lr7hmgif/assets I0222 00:52:48.450430 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39lr7hmgif/assets I0222 00:52:48.452362 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39lr7hmgif/fingerprint.pb I0222 00:52:48.524064 281473429435440 functional_saver.py:439] Sharding callback duration: 10 I0222 00:52:48.581914 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq394t5svtbe/assets I0222 00:52:48.586595 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq394t5svtbe/assets I0222 00:52:48.588458 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq394t5svtbe/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_partially_defined_variable_shape_ReloadThricePy): 0.6s I0222 00:52:48.634065 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_partially_defined_variable_shape_ReloadThricePy): 0.6s [ OK ] LoadTest.test_partially_defined_variable_shape_ReloadThricePy [ RUN ] LoadTest.test_preserve_argspec_ReloadTwicePy I0222 00:52:48.639087 281473429435440 save.py:290] Found untraced functions such as f while saving (showing 1 of 1). These functions will not be directly callable after loading. I0222 00:52:48.652985 281473429435440 functional_saver.py:439] Sharding callback duration: 8 I0222 00:52:48.709537 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39ovosyhgh/assets I0222 00:52:48.721044 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39ovosyhgh/assets I0222 00:52:48.722754 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39ovosyhgh/fingerprint.pb I0222 00:52:48.754236 281473429435440 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. I0222 00:52:48.769279 281473429435440 functional_saver.py:439] Sharding callback duration: 8 I0222 00:52:48.815427 281473429435440 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq394dq3sr_6/assets I0222 00:52:48.820361 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq394dq3sr_6/assets I0222 00:52:48.822019 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq394dq3sr_6/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_preserve_argspec_ReloadTwicePy): 0.22s I0222 00:52:48.853558 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_preserve_argspec_ReloadTwicePy): 0.22s [ OK ] LoadTest.test_preserve_argspec_ReloadTwicePy [ RUN ] LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy I0222 00:52:48.922765 281473429435440 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. I0222 00:52:48.965904 281473429435440 functional_saver.py:439] Sharding callback duration: 11 I0222 00:52:49.037842 281473429435440 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq393ipfuxxo/assets I0222 00:52:49.049718 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq393ipfuxxo/assets I0222 00:52:49.052095 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq393ipfuxxo/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy): 0.41s I0222 00:52:49.261510 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy): 0.41s [ OK ] LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy [ RUN ] LoadTest.test_shapes_available_ReloadOncePy I0222 00:52:49.468149 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:49.546537 281473429435440 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39wfje_cfj/assets I0222 00:52:49.557923 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39wfje_cfj/assets I0222 00:52:49.560170 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39wfje_cfj/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_shapes_available_ReloadOncePy): 0.35s I0222 00:52:49.615861 281473429435440 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 I0222 00:52:49.728880 281473429435440 functional_saver.py:439] Sharding callback duration: 8 I0222 00:52:49.785198 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39lgc25akf/assets I0222 00:52:49.797024 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39lgc25akf/assets I0222 00:52:49.799187 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39lgc25akf/fingerprint.pb I0222 00:52:49.876460 281473429435440 functional_saver.py:439] Sharding callback duration: 8 I0222 00:52:49.927480 281473429435440 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq3927_xgvkf/assets I0222 00:52:49.932048 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq3927_xgvkf/assets I0222 00:52:49.934051 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq3927_xgvkf/fingerprint.pb I0222 00:52:50.016637 281473429435440 functional_saver.py:439] Sharding callback duration: 8 I0222 00:52:50.068285 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39t303jmqo/assets I0222 00:52:50.072980 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39t303jmqo/assets I0222 00:52:50.075138 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39t303jmqo/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy): 0.53s I0222 00:52:50.149104 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy): 0.53s [ OK ] LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy [ RUN ] LoadTest.test_structured_inputs_ReloadTwicePy I0222 00:52:50.296210 281473429435440 functional_saver.py:439] Sharding callback duration: 8 I0222 00:52:50.355938 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39_nm4shs8/assets I0222 00:52:50.367513 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39_nm4shs8/assets I0222 00:52:50.369445 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39_nm4shs8/fingerprint.pb I0222 00:52:50.426167 281473429435440 functional_saver.py:439] Sharding callback duration: 8 I0222 00:52:50.475452 281473429435440 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39cmnq01rw/assets I0222 00:52:50.480348 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39cmnq01rw/assets I0222 00:52:50.482196 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39cmnq01rw/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_structured_inputs_ReloadTwicePy): 0.4s I0222 00:52:50.553400 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_structured_inputs_ReloadTwicePy): 0.4s [ OK ] LoadTest.test_structured_inputs_ReloadTwicePy [ RUN ] LoadTest.test_table_collections_untouched_eager_ReloadOncePy I0222 00:52:51.743510 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:51.849555 281473429435440 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39s26hudb4/assets I0222 00:52:51.860924 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39s26hudb4/assets I0222 00:52:51.864104 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39s26hudb4/fingerprint.pb I0222 00:52:52.189556 281473429435440 functional_saver.py:439] Sharding callback duration: 8 I0222 00:52:52.265495 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq3922g3flb3/assets I0222 00:52:52.270499 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq3922g3flb3/assets I0222 00:52:52.273554 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq3922g3flb3/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_table_collections_untouched_eager_ReloadOncePy): 2.02s I0222 00:52:52.572440 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_table_collections_untouched_eager_ReloadOncePy): 2.02s [ OK ] LoadTest.test_table_collections_untouched_eager_ReloadOncePy [ RUN ] LoadTest.test_tuple_signature_ReloadThricePy I0222 00:52:53.298645 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:53.368247 281473429435440 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39dqvih14m/assets I0222 00:52:53.379512 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39dqvih14m/assets I0222 00:52:53.381724 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39dqvih14m/fingerprint.pb I0222 00:52:53.476991 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:53.538894 281473429435440 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39064_oi8u/assets I0222 00:52:53.543863 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39064_oi8u/assets I0222 00:52:53.546108 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39064_oi8u/fingerprint.pb I0222 00:52:53.647935 281473429435440 functional_saver.py:439] Sharding callback duration: 11 I0222 00:52:53.710622 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq3987qjt9cd/assets I0222 00:52:53.715487 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq3987qjt9cd/assets I0222 00:52:53.717749 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq3987qjt9cd/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_tuple_signature_ReloadThricePy): 1.22s I0222 00:52:53.792013 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_tuple_signature_ReloadThricePy): 1.22s [ OK ] LoadTest.test_tuple_signature_ReloadThricePy [ RUN ] LoadTest.test_variables_destroyed_ReloadTwicePy I0222 00:52:53.836877 281473429435440 functional_saver.py:439] Sharding callback duration: 10 I0222 00:52:53.912753 281473429435440 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39_vbi40co/assets I0222 00:52:53.924186 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39_vbi40co/assets I0222 00:52:53.926141 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39_vbi40co/fingerprint.pb I0222 00:52:54.006700 281473429435440 functional_saver.py:439] Sharding callback duration: 10 I0222 00:52:54.068243 281473429435440 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39ndutzot6/assets I0222 00:52:54.073007 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39ndutzot6/assets I0222 00:52:54.074838 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39ndutzot6/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_variables_destroyed_ReloadTwicePy): 0.33s I0222 00:52:54.118779 281473429435440 test_util.py:2620] time(__main__.LoadTest.test_variables_destroyed_ReloadTwicePy): 0.33s [ 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 I0222 00:52:54.120914 281473429435440 test_util.py:2620] time(__main__.SavedModelLoadMemoryTests.test_no_oom_loading_large_tenor_LoadWithPython): 0.0s [ RUN ] SingleCycleTests.test_functions_cleaned_LoadWithPython I0222 00:52:54.631171 281473429435440 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0222 00:52:54.671951 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:54.760974 281473429435440 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq397mlirgnh/assets I0222 00:52:54.792752 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq397mlirgnh/assets I0222 00:52:54.795059 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq397mlirgnh/fingerprint.pb I0222 00:52:54.909523 281473429435440 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0222 00:52:54.950434 281473429435440 functional_saver.py:439] Sharding callback duration: 9 I0222 00:52:55.010287 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39i8ty3x1z/assets I0222 00:52:55.015166 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39i8ty3x1z/assets I0222 00:52:55.017296 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39i8ty3x1z/fingerprint.pb I0222 00:52:55.613502 281473429435440 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0222 00:52:55.689178 281473429435440 functional_saver.py:439] Sharding callback duration: 10 I0222 00:52:55.801203 281473429435440 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq391qw4_kns/assets I0222 00:52:55.811779 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq391qw4_kns/assets I0222 00:52:55.816567 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq391qw4_kns/fingerprint.pb I0222 00:52:55.890029 281473429435440 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0222 00:52:55.931175 281473429435440 functional_saver.py:439] Sharding callback duration: 10 I0222 00:52:55.992326 281473429435440 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq396jsx__53/assets I0222 00:52:55.997222 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq396jsx__53/assets I0222 00:52:55.999504 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq396jsx__53/fingerprint.pb I0222 00:52:56.072624 281473429435440 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0222 00:52:56.113808 281473429435440 functional_saver.py:439] Sharding callback duration: 10 I0222 00:52:56.174453 281473429435440 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39mu4pdsst/assets I0222 00:52:56.179425 281473429435440 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39mu4pdsst/assets I0222 00:52:56.181635 281473429435440 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa32295yficiq39mu4pdsst/fingerprint.pb [ FAILED ] SingleCycleTests.test_functions_cleaned_LoadWithPython INFO:tensorflow:time(__main__.SingleCycleTests.test_functions_cleaned_LoadWithPython): 2.31s I0222 00:52:56.430868 281473429435440 test_util.py:2620] time(__main__.SingleCycleTests.test_functions_cleaned_LoadWithPython): 2.31s [ 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 34.358s 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 I0222 00:53:02.090700 281473291613232 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. I0222 00:53:02.484607 281473291613232 functional_saver.py:439] 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/tmppgb58w9j/module/assets I0222 00:53:02.702546 281473291613232 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/tmppgb58w9j/module/assets I0222 00:53:02.745423 281473291613232 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/tmppgb58w9j/module/fingerprint.pb I0222 00:53:02.870395 281473291613232 signature_serialization.py:156] Function `call` contains input name(s) Const with unsupported characters which will be renamed to identity_const in the SavedModel. I0222 00:53:02.900602 281473291613232 functional_saver.py:439] Sharding callback duration: 11 I0222 00:53:02.961203 281473291613232 functional_saver.py:439] 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/tmppgb58w9j/variables/Variable/assets I0222 00:53:02.975997 281473291613232 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/tmppgb58w9j/variables/Variable/assets I0222 00:53:02.978093 281473291613232 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/tmppgb58w9j/variables/Variable/fingerprint.pb I0222 00:53:03.896859 281473291613232 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:03.986679 281473291613232 functional_saver.py:439] 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/tmppgb58w9j/variables/Variable_1/assets I0222 00:53:03.992001 281473291613232 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/tmppgb58w9j/variables/Variable_1/assets I0222 00:53:03.993896 281473291613232 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/tmppgb58w9j/variables/Variable_1/fingerprint.pb I0222 00:53:04.027634 281473291613232 signature_serialization.py:156] Function `call` contains input name(s) Const with unsupported characters which will be renamed to identity_const in the SavedModel. I0222 00:53:04.097285 281473291613232 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:04.197696 281473291613232 functional_saver.py:439] 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/tmppgb58w9j/variables/Variable_2/assets I0222 00:53:04.202891 281473291613232 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/tmppgb58w9j/variables/Variable_2/assets I0222 00:53:04.204835 281473291613232 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/tmppgb58w9j/variables/Variable_2/fingerprint.pb 2024-02-22 00:53:04.533808: 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.47s I0222 00:53:04.672277 281473291613232 test_util.py:2620] time(__main__.DeferredInitModuleVariablesTest.test_deferred_init_module_variables): 3.47s [ 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. W0222 00:53:04.876203 281473291613232 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. I0222 00:53:04.924677 281473291613232 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:05.040609 281473291613232 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vx4lc3qkk/assets I0222 00:53:05.052303 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vx4lc3qkk/assets I0222 00:53:05.054226 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vx4lc3qkk/fingerprint.pb I0222 00:53:05.165306 281473291613232 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:05.265502 281473291613232 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v9mbri7zc/assets I0222 00:53:05.270564 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v9mbri7zc/assets I0222 00:53:05.272441 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v9mbri7zc/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_additional_kwargs_ReloadTwicePy): 0.74s I0222 00:53:05.416266 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_additional_kwargs_ReloadTwicePy): 0.74s [ OK ] LoadTest.test_additional_kwargs_ReloadTwicePy [ RUN ] LoadTest.test_callable_ReloadOncePy I0222 00:53:06.346168 281473291613232 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:06.401456 281473291613232 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vx2uef8b8/assets I0222 00:53:06.412558 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vx2uef8b8/assets I0222 00:53:06.414450 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vx2uef8b8/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_callable_ReloadOncePy): 1.15s I0222 00:53:06.569186 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_callable_ReloadOncePy): 1.15s [ OK ] LoadTest.test_callable_ReloadOncePy [ RUN ] LoadTest.test_capture_assets_in_graph_ReloadThricePy I0222 00:53:07.199956 281473291613232 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:07.256793 281473291613232 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vm3_cot7i/assets I0222 00:53:07.268286 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vm3_cot7i/assets I0222 00:53:07.270415 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vm3_cot7i/fingerprint.pb I0222 00:53:07.351407 281473291613232 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:07.402358 281473291613232 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vi3ndi934/assets I0222 00:53:07.407374 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vi3ndi934/assets I0222 00:53:07.409422 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vi3ndi934/fingerprint.pb I0222 00:53:07.502425 281473291613232 functional_saver.py:439] Sharding callback duration: 8 I0222 00:53:07.553097 281473291613232 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v/tmpt4nt00h5_f3y2gth/assets I0222 00:53:07.558283 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v/tmpt4nt00h5_f3y2gth/assets I0222 00:53:07.560354 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v/tmpt4nt00h5_f3y2gth/fingerprint.pb INFO:tensorflow:Graph was finalized. I0222 00:53:07.634266 281473291613232 monitored_session.py:240] Graph was finalized. INFO:tensorflow:Running local_init_op. I0222 00:53:07.665196 281473291613232 session_manager.py:545] Running local_init_op. INFO:tensorflow:Done running local_init_op. I0222 00:53:07.685225 281473291613232 session_manager.py:548] Done running local_init_op. INFO:tensorflow:time(__main__.LoadTest.test_capture_assets_in_graph_ReloadThricePy): 1.13s I0222 00:53:07.702243 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_capture_assets_in_graph_ReloadThricePy): 1.13s [ OK ] LoadTest.test_capture_assets_in_graph_ReloadThricePy [ RUN ] LoadTest.test_captured_constant_ReloadTwicePy I0222 00:53:08.981965 281473291613232 functional_saver.py:439] Sharding callback duration: 12 I0222 00:53:09.037058 281473291613232 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vmin7qpgs/assets I0222 00:53:09.049046 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vmin7qpgs/assets I0222 00:53:09.051025 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vmin7qpgs/fingerprint.pb I0222 00:53:09.117204 281473291613232 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:09.167966 281473291613232 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v9eqz1ry8/assets I0222 00:53:09.173605 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v9eqz1ry8/assets I0222 00:53:09.175566 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v9eqz1ry8/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_captured_constant_ReloadTwicePy): 1.56s I0222 00:53:09.260296 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_captured_constant_ReloadTwicePy): 1.56s [ OK ] LoadTest.test_captured_constant_ReloadTwicePy [ RUN ] LoadTest.test_concrete_function_arg_names_ReloadOncePy I0222 00:53:09.349296 281473291613232 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:09.401389 281473291613232 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vu6ot3sml/assets I0222 00:53:09.413594 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vu6ot3sml/assets I0222 00:53:09.415509 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vu6ot3sml/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_concrete_function_arg_names_ReloadOncePy): 0.2s I0222 00:53:09.459550 281473291613232 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 I0222 00:53:09.551038 281473291613232 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:09.603196 281473291613232 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vumd2c3l8/assets I0222 00:53:09.615388 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vumd2c3l8/assets I0222 00:53:09.617237 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vumd2c3l8/fingerprint.pb I0222 00:53:09.668951 281473291613232 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:09.715650 281473291613232 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vjhg16u6g/assets I0222 00:53:09.721146 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vjhg16u6g/assets I0222 00:53:09.722837 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vjhg16u6g/fingerprint.pb I0222 00:53:09.775233 281473291613232 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:09.822027 281473291613232 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v0okdmvga/assets I0222 00:53:09.827780 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v0okdmvga/assets I0222 00:53:09.829553 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v0okdmvga/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_concrete_function_no_signature_ReloadThricePy): 0.41s I0222 00:53:09.875113 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_concrete_function_no_signature_ReloadThricePy): 0.41s [ OK ] LoadTest.test_concrete_function_no_signature_ReloadThricePy [ RUN ] LoadTest.test_control_outputs_ReloadTwicePy I0222 00:53:10.608170 281473291613232 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. I0222 00:53:10.646914 281473291613232 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:10.716536 281473291613232 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v3ji_n1wd/assets I0222 00:53:10.728792 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v3ji_n1wd/assets I0222 00:53:10.731024 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v3ji_n1wd/fingerprint.pb I0222 00:53:10.787734 281473291613232 signature_serialization.py:156] Function `signature_wrapper` contains input name(s) 1744 with unsupported characters which will be renamed to unknown in the SavedModel. I0222 00:53:10.829286 281473291613232 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:10.889477 281473291613232 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vt9xm4ddd/assets I0222 00:53:10.895112 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vt9xm4ddd/assets I0222 00:53:10.897313 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vt9xm4ddd/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_control_outputs_ReloadTwicePy): 1.08s I0222 00:53:10.957573 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_control_outputs_ReloadTwicePy): 1.08s [ OK ] LoadTest.test_control_outputs_ReloadTwicePy [ RUN ] LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy I0222 00:53:11.177609 281473291613232 functional_saver.py:439] Sharding callback duration: 11 I0222 00:53:11.237779 281473291613232 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v2bhhqedt/assets I0222 00:53:11.249997 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v2bhhqedt/assets I0222 00:53:11.252336 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v2bhhqedt/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy): 0.42s I0222 00:53:11.378117 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy): 0.42s [ OK ] LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy [ RUN ] LoadTest.test_dict_ReloadThricePy I0222 00:53:12.161282 281473291613232 functional_saver.py:439] Sharding callback duration: 13 I0222 00:53:12.242033 281473291613232 functional_saver.py:439] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vlqi4ogoi/assets I0222 00:53:12.254864 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vlqi4ogoi/assets I0222 00:53:12.257305 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vlqi4ogoi/fingerprint.pb I0222 00:53:12.358387 281473291613232 functional_saver.py:439] Sharding callback duration: 11 I0222 00:53:12.429151 281473291613232 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vwwll62pb/assets I0222 00:53:12.435087 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vwwll62pb/assets I0222 00:53:12.437450 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vwwll62pb/fingerprint.pb I0222 00:53:12.543038 281473291613232 functional_saver.py:439] Sharding callback duration: 13 I0222 00:53:12.614949 281473291613232 functional_saver.py:439] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vidnx0xx0/assets I0222 00:53:12.620886 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vidnx0xx0/assets I0222 00:53:12.623255 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vidnx0xx0/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_dict_ReloadThricePy): 1.32s I0222 00:53:12.703837 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_dict_ReloadThricePy): 1.32s [ OK ] LoadTest.test_dict_ReloadThricePy [ RUN ] LoadTest.test_extra_args_ReloadTwicePy I0222 00:53:12.811178 281473291613232 functional_saver.py:439] Sharding callback duration: 11 I0222 00:53:12.867222 281473291613232 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vi9grd2m3/assets I0222 00:53:12.879830 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vi9grd2m3/assets I0222 00:53:12.881901 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vi9grd2m3/fingerprint.pb I0222 00:53:12.939416 281473291613232 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:12.989334 281473291613232 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vf87vxqea/assets I0222 00:53:12.995137 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vf87vxqea/assets I0222 00:53:12.996953 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vf87vxqea/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_extra_args_ReloadTwicePy): 0.35s I0222 00:53:13.055199 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_extra_args_ReloadTwicePy): 0.35s [ OK ] LoadTest.test_extra_args_ReloadTwicePy [ RUN ] LoadTest.test_function_with_default_bool_input_ReloadOncePy I0222 00:53:13.206330 281473291613232 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:13.261085 281473291613232 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v6mi7unlc/assets I0222 00:53:13.273449 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v6mi7unlc/assets I0222 00:53:13.275554 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v6mi7unlc/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_function_with_default_bool_input_ReloadOncePy): 0.3s I0222 00:53:13.356376 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_function_with_default_bool_input_ReloadOncePy): 0.3s [ OK ] LoadTest.test_function_with_default_bool_input_ReloadOncePy [ RUN ] LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy I0222 00:53:13.457459 281473291613232 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:13.513329 281473291613232 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v31jwpqdl/assets I0222 00:53:13.525480 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v31jwpqdl/assets I0222 00:53:13.527532 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v31jwpqdl/fingerprint.pb I0222 00:53:13.602492 281473291613232 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:13.654319 281473291613232 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vs1wdyq91/assets I0222 00:53:13.660161 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vs1wdyq91/assets I0222 00:53:13.662283 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vs1wdyq91/fingerprint.pb I0222 00:53:13.744090 281473291613232 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:13.796079 281473291613232 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vdtq5esff/assets I0222 00:53:13.801710 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vdtq5esff/assets I0222 00:53:13.803841 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vdtq5esff/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy): 0.52s I0222 00:53:13.874638 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy): 0.52s [ OK ] LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy [ RUN ] LoadTest.test_functions_list_ReloadTwicePy I0222 00:53:15.201020 281473291613232 functional_saver.py:439] Sharding callback duration: 12 I0222 00:53:15.368618 281473291613232 functional_saver.py:439] Sharding callback duration: 13 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vr1_om25e/assets I0222 00:53:15.402009 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vr1_om25e/assets I0222 00:53:15.404862 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vr1_om25e/fingerprint.pb I0222 00:53:15.554378 281473291613232 functional_saver.py:439] Sharding callback duration: 12 I0222 00:53:15.629763 281473291613232 functional_saver.py:439] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v2pdxyq_r/assets I0222 00:53:15.635658 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v2pdxyq_r/assets I0222 00:53:15.638188 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v2pdxyq_r/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_functions_list_ReloadTwicePy): 1.9s I0222 00:53:15.778847 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_functions_list_ReloadTwicePy): 1.9s [ OK ] LoadTest.test_functions_list_ReloadTwicePy [ RUN ] LoadTest.test_list_ReloadOncePy I0222 00:53:15.867423 281473291613232 functional_saver.py:439] Sharding callback duration: 13 I0222 00:53:15.941251 281473291613232 functional_saver.py:439] Sharding callback duration: 13 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v3syzyg42/assets I0222 00:53:15.953060 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v3syzyg42/assets I0222 00:53:15.955166 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v3syzyg42/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_list_ReloadOncePy): 0.22s I0222 00:53:16.005320 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_list_ReloadOncePy): 0.22s [ OK ] LoadTest.test_list_ReloadOncePy [ RUN ] LoadTest.test_load_grad_save_ReloadThricePy I0222 00:53:16.732025 281473291613232 functional_saver.py:439] Sharding callback duration: 12 I0222 00:53:16.816221 281473291613232 functional_saver.py:439] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vtlklzzvf/assets I0222 00:53:16.827925 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vtlklzzvf/assets I0222 00:53:16.830310 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vtlklzzvf/fingerprint.pb I0222 00:53:17.017166 281473291613232 functional_saver.py:439] Sharding callback duration: 12 I0222 00:53:17.088524 281473291613232 functional_saver.py:439] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vqnf_wpf7/assets I0222 00:53:17.093908 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vqnf_wpf7/assets I0222 00:53:17.096266 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vqnf_wpf7/fingerprint.pb I0222 00:53:17.285852 281473291613232 functional_saver.py:439] Sharding callback duration: 11 I0222 00:53:17.356680 281473291613232 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vnf_h78ub/assets I0222 00:53:17.362009 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vnf_h78ub/assets I0222 00:53:17.364373 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vnf_h78ub/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_load_grad_save_ReloadThricePy): 1.42s I0222 00:53:17.428441 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_load_grad_save_ReloadThricePy): 1.42s [ OK ] LoadTest.test_load_grad_save_ReloadThricePy [ RUN ] LoadTest.test_load_resource_with_dependency_ReloadTwicePy I0222 00:53:17.516652 281473291613232 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. I0222 00:53:17.590621 281473291613232 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:17.659836 281473291613232 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v9___o16c/assets I0222 00:53:17.671828 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v9___o16c/assets I0222 00:53:17.674702 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v9___o16c/fingerprint.pb I0222 00:53:17.783218 281473291613232 signature_serialization.py:156] Function `signature_wrapper` contains input name(s) 4387 with unsupported characters which will be renamed to unknown in the SavedModel. I0222 00:53:17.898198 281473291613232 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:17.974559 281473291613232 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vstlvn8g7/assets I0222 00:53:17.979824 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vstlvn8g7/assets I0222 00:53:17.983106 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vstlvn8g7/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_load_resource_with_dependency_ReloadTwicePy): 0.76s I0222 00:53:18.189730 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_load_resource_with_dependency_ReloadTwicePy): 0.76s [ 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/2adc036924ecefaf0ab98ee2cfa322956tntjf_vjdi3t6pb/assets INFO:tensorflow:time(__main__.LoadTest.test_names_normalized_ReloadOncePy): 0.25s I0222 00:53:18.439203 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_names_normalized_ReloadOncePy): 0.25s [ OK ] LoadTest.test_names_normalized_ReloadOncePy [ RUN ] LoadTest.test_nested_functions_ReloadThricePy I0222 00:53:19.925246 281473291613232 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:19.981858 281473291613232 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vggmp4oha/assets I0222 00:53:19.993200 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vggmp4oha/assets I0222 00:53:19.995443 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vggmp4oha/fingerprint.pb I0222 00:53:20.076882 281473291613232 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:20.128582 281473291613232 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vp63cnnro/assets I0222 00:53:20.133726 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vp63cnnro/assets I0222 00:53:20.135921 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vp63cnnro/fingerprint.pb I0222 00:53:20.236031 281473291613232 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:20.290373 281473291613232 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vltc0m6to/assets I0222 00:53:20.295353 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vltc0m6to/assets I0222 00:53:20.297600 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vltc0m6to/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_nested_functions_ReloadThricePy): 1.94s I0222 00:53:20.377090 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_nested_functions_ReloadThricePy): 1.94s [ OK ] LoadTest.test_nested_functions_ReloadThricePy [ RUN ] LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy I0222 00:53:20.522242 281473291613232 functional_saver.py:439] Sharding callback duration: 8 I0222 00:53:20.576582 281473291613232 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vypg4ta6v/assets I0222 00:53:20.588026 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vypg4ta6v/assets I0222 00:53:20.589982 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vypg4ta6v/fingerprint.pb I0222 00:53:20.650382 281473291613232 functional_saver.py:439] Sharding callback duration: 8 I0222 00:53:20.700645 281473291613232 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vbbog69gd/assets I0222 00:53:20.705545 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vbbog69gd/assets I0222 00:53:20.707370 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vbbog69gd/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy): 0.4s I0222 00:53:20.776777 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy): 0.4s [ OK ] LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy [ RUN ] LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy I0222 00:53:20.909062 281473291613232 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:20.960912 281473291613232 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vjip17j8y/assets I0222 00:53:20.972237 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vjip17j8y/assets I0222 00:53:20.973988 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vjip17j8y/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy): 0.25s I0222 00:53:21.030170 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy): 0.25s [ OK ] LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy [ RUN ] LoadTest.test_partially_defined_variable_shape_ReloadThricePy I0222 00:53:21.228898 281473291613232 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:21.293469 281473291613232 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vyyzs1fb9/assets I0222 00:53:21.304893 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vyyzs1fb9/assets I0222 00:53:21.306845 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vyyzs1fb9/fingerprint.pb I0222 00:53:21.381501 281473291613232 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:21.438226 281473291613232 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vx6sx3sw0/assets I0222 00:53:21.443197 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vx6sx3sw0/assets I0222 00:53:21.445080 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vx6sx3sw0/fingerprint.pb I0222 00:53:21.514687 281473291613232 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:21.571683 281473291613232 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v3vx9ejko/assets I0222 00:53:21.576651 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v3vx9ejko/assets I0222 00:53:21.578520 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v3vx9ejko/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_partially_defined_variable_shape_ReloadThricePy): 0.59s I0222 00:53:21.622765 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_partially_defined_variable_shape_ReloadThricePy): 0.59s [ OK ] LoadTest.test_partially_defined_variable_shape_ReloadThricePy [ RUN ] LoadTest.test_preserve_argspec_ReloadTwicePy I0222 00:53:21.627558 281473291613232 save.py:290] Found untraced functions such as f while saving (showing 1 of 1). These functions will not be directly callable after loading. I0222 00:53:21.641161 281473291613232 functional_saver.py:439] Sharding callback duration: 8 I0222 00:53:21.696637 281473291613232 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vex4aozz4/assets I0222 00:53:21.707955 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vex4aozz4/assets I0222 00:53:21.709568 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vex4aozz4/fingerprint.pb I0222 00:53:21.740180 281473291613232 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. I0222 00:53:21.754650 281473291613232 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:21.799383 281473291613232 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vgjkbmtn7/assets I0222 00:53:21.804203 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vgjkbmtn7/assets I0222 00:53:21.805810 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vgjkbmtn7/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_preserve_argspec_ReloadTwicePy): 0.21s I0222 00:53:21.835752 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_preserve_argspec_ReloadTwicePy): 0.21s [ OK ] LoadTest.test_preserve_argspec_ReloadTwicePy [ RUN ] LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy I0222 00:53:21.903250 281473291613232 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. I0222 00:53:21.944079 281473291613232 functional_saver.py:439] Sharding callback duration: 11 I0222 00:53:22.013560 281473291613232 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vow365rjf/assets I0222 00:53:22.024892 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vow365rjf/assets I0222 00:53:22.027089 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vow365rjf/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy): 0.36s I0222 00:53:22.197180 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy): 0.36s [ OK ] LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy [ RUN ] LoadTest.test_shapes_available_ReloadOncePy I0222 00:53:22.304619 281473291613232 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:22.361348 281473291613232 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v5g2y_u4r/assets I0222 00:53:22.372689 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v5g2y_u4r/assets I0222 00:53:22.374844 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v5g2y_u4r/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_shapes_available_ReloadOncePy): 0.23s I0222 00:53:22.428618 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_shapes_available_ReloadOncePy): 0.23s [ OK ] LoadTest.test_shapes_available_ReloadOncePy [ RUN ] LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy I0222 00:53:22.539595 281473291613232 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:22.594033 281473291613232 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vm2jgtq13/assets I0222 00:53:22.605365 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vm2jgtq13/assets I0222 00:53:22.607403 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vm2jgtq13/fingerprint.pb I0222 00:53:22.682087 281473291613232 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:22.732929 281473291613232 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vb8eij08y/assets I0222 00:53:22.737824 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vb8eij08y/assets I0222 00:53:22.739871 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vb8eij08y/fingerprint.pb I0222 00:53:22.821688 281473291613232 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:22.873263 281473291613232 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vca80ve6h/assets I0222 00:53:22.878210 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vca80ve6h/assets I0222 00:53:22.880368 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vca80ve6h/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy): 0.52s I0222 00:53:22.953559 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy): 0.52s [ OK ] LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy [ RUN ] LoadTest.test_structured_inputs_ReloadTwicePy I0222 00:53:23.098193 281473291613232 functional_saver.py:439] Sharding callback duration: 8 I0222 00:53:23.156873 281473291613232 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_viyrkez9n/assets I0222 00:53:23.168359 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_viyrkez9n/assets I0222 00:53:23.170232 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_viyrkez9n/fingerprint.pb I0222 00:53:23.226141 281473291613232 functional_saver.py:439] Sharding callback duration: 8 I0222 00:53:23.274620 281473291613232 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v9rtuq8te/assets I0222 00:53:23.279556 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v9rtuq8te/assets I0222 00:53:23.281319 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v9rtuq8te/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_structured_inputs_ReloadTwicePy): 0.39s I0222 00:53:23.348511 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_structured_inputs_ReloadTwicePy): 0.39s [ OK ] LoadTest.test_structured_inputs_ReloadTwicePy [ RUN ] LoadTest.test_table_collections_untouched_eager_ReloadOncePy I0222 00:53:24.109673 281473291613232 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:24.191172 281473291613232 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vjh2qog4g/assets I0222 00:53:24.202716 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vjh2qog4g/assets I0222 00:53:24.205876 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vjh2qog4g/fingerprint.pb I0222 00:53:24.610692 281473291613232 functional_saver.py:439] Sharding callback duration: 8 I0222 00:53:24.767237 281473291613232 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vhbum1cqg/assets I0222 00:53:24.772395 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vhbum1cqg/assets I0222 00:53:24.775454 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vhbum1cqg/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_table_collections_untouched_eager_ReloadOncePy): 1.8s I0222 00:53:25.147471 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_table_collections_untouched_eager_ReloadOncePy): 1.8s [ OK ] LoadTest.test_table_collections_untouched_eager_ReloadOncePy [ RUN ] LoadTest.test_tuple_signature_ReloadThricePy I0222 00:53:25.803554 281473291613232 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:25.872602 281473291613232 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vp5mojcvm/assets I0222 00:53:25.884056 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vp5mojcvm/assets I0222 00:53:25.886348 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vp5mojcvm/fingerprint.pb I0222 00:53:25.980974 281473291613232 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:26.041497 281473291613232 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vcdzzji20/assets I0222 00:53:26.046434 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vcdzzji20/assets I0222 00:53:26.048583 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vcdzzji20/fingerprint.pb I0222 00:53:26.149294 281473291613232 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:26.211872 281473291613232 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v86_z7ssw/assets I0222 00:53:26.216747 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v86_z7ssw/assets I0222 00:53:26.218974 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v86_z7ssw/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_tuple_signature_ReloadThricePy): 1.15s I0222 00:53:26.296248 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_tuple_signature_ReloadThricePy): 1.15s [ OK ] LoadTest.test_tuple_signature_ReloadThricePy [ RUN ] LoadTest.test_variables_destroyed_ReloadTwicePy I0222 00:53:26.344815 281473291613232 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:26.420141 281473291613232 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vjih6mzfe/assets I0222 00:53:26.431485 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vjih6mzfe/assets I0222 00:53:26.433372 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vjih6mzfe/fingerprint.pb I0222 00:53:26.513105 281473291613232 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:26.575282 281473291613232 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vhcgbu0tf/assets I0222 00:53:26.580276 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vhcgbu0tf/assets I0222 00:53:26.582097 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vhcgbu0tf/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_variables_destroyed_ReloadTwicePy): 0.33s I0222 00:53:26.625300 281473291613232 test_util.py:2620] time(__main__.LoadTest.test_variables_destroyed_ReloadTwicePy): 0.33s [ 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 I0222 00:53:26.627320 281473291613232 test_util.py:2620] time(__main__.SavedModelLoadMemoryTests.test_no_oom_loading_large_tenor_LoadWithPython): 0.0s [ RUN ] SingleCycleTests.test_functions_cleaned_LoadWithPython I0222 00:53:27.139318 281473291613232 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0222 00:53:27.180459 281473291613232 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:27.250030 281473291613232 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vh79esg_s/assets I0222 00:53:27.261452 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vh79esg_s/assets I0222 00:53:27.263738 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vh79esg_s/fingerprint.pb I0222 00:53:27.338646 281473291613232 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0222 00:53:27.379923 281473291613232 functional_saver.py:439] Sharding callback duration: 11 I0222 00:53:27.440848 281473291613232 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vxi6h2hy1/assets I0222 00:53:27.445891 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vxi6h2hy1/assets I0222 00:53:27.448045 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vxi6h2hy1/fingerprint.pb I0222 00:53:27.820240 281473291613232 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0222 00:53:27.861093 281473291613232 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:27.922230 281473291613232 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vy09zeycy/assets I0222 00:53:27.927348 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vy09zeycy/assets I0222 00:53:27.929611 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vy09zeycy/fingerprint.pb I0222 00:53:28.001477 281473291613232 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0222 00:53:28.042321 281473291613232 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:28.102873 281473291613232 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v1matirf0/assets I0222 00:53:28.107797 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v1matirf0/assets I0222 00:53:28.109988 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_v1matirf0/fingerprint.pb I0222 00:53:28.180580 281473291613232 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0222 00:53:28.220868 281473291613232 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:28.280630 281473291613232 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vmv1wdhob/assets I0222 00:53:28.285662 281473291613232 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vmv1wdhob/assets I0222 00:53:28.287833 281473291613232 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322956tntjf_vmv1wdhob/fingerprint.pb [ FAILED ] SingleCycleTests.test_functions_cleaned_LoadWithPython INFO:tensorflow:time(__main__.SingleCycleTests.test_functions_cleaned_LoadWithPython): 1.9s I0222 00:53:28.524613 281473291613232 test_util.py:2620] time(__main__.SingleCycleTests.test_functions_cleaned_LoadWithPython): 1.9s [ 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 27.329s 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 I0222 00:53:32.611183 281473634366512 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. I0222 00:53:32.884201 281473634366512 functional_saver.py:439] 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/tmpy_sj0pmt/module/assets I0222 00:53:32.962199 281473634366512 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/tmpy_sj0pmt/module/assets I0222 00:53:32.965015 281473634366512 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/tmpy_sj0pmt/module/fingerprint.pb I0222 00:53:33.068600 281473634366512 signature_serialization.py:156] Function `call` contains input name(s) Const with unsupported characters which will be renamed to identity_const in the SavedModel. I0222 00:53:33.098762 281473634366512 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:33.158926 281473634366512 functional_saver.py:439] 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/tmpy_sj0pmt/variables/Variable/assets I0222 00:53:33.173870 281473634366512 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/tmpy_sj0pmt/variables/Variable/assets I0222 00:53:33.176009 281473634366512 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/tmpy_sj0pmt/variables/Variable/fingerprint.pb I0222 00:53:33.883048 281473634366512 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:33.931807 281473634366512 functional_saver.py:439] 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/tmpy_sj0pmt/variables/Variable_1/assets I0222 00:53:33.936912 281473634366512 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/tmpy_sj0pmt/variables/Variable_1/assets I0222 00:53:33.938782 281473634366512 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/tmpy_sj0pmt/variables/Variable_1/fingerprint.pb I0222 00:53:33.952145 281473634366512 signature_serialization.py:156] Function `call` contains input name(s) Const with unsupported characters which will be renamed to identity_const in the SavedModel. I0222 00:53:33.981218 281473634366512 functional_saver.py:439] Sharding callback duration: 7 I0222 00:53:34.030162 281473634366512 functional_saver.py:439] 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/tmpy_sj0pmt/variables/Variable_2/assets I0222 00:53:34.035015 281473634366512 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/tmpy_sj0pmt/variables/Variable_2/assets I0222 00:53:34.036853 281473634366512 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/tmpy_sj0pmt/variables/Variable_2/fingerprint.pb 2024-02-22 00:53:34.298379: 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.15s I0222 00:53:34.428734 281473634366512 test_util.py:2620] time(__main__.DeferredInitModuleVariablesTest.test_deferred_init_module_variables): 2.15s [ 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. W0222 00:53:34.625857 281473634366512 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. I0222 00:53:34.651203 281473634366512 functional_saver.py:439] Sharding callback duration: 8 I0222 00:53:34.703412 281473634366512 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj1m0uopep/assets I0222 00:53:34.714722 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj1m0uopep/assets I0222 00:53:34.716639 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj1m0uopep/fingerprint.pb I0222 00:53:34.770601 281473634366512 functional_saver.py:439] Sharding callback duration: 8 I0222 00:53:34.817942 281473634366512 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjk_9k_dks/assets I0222 00:53:34.822544 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjk_9k_dks/assets I0222 00:53:34.824214 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjk_9k_dks/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_additional_kwargs_ReloadTwicePy): 0.46s I0222 00:53:34.896170 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_additional_kwargs_ReloadTwicePy): 0.46s [ OK ] LoadTest.test_additional_kwargs_ReloadTwicePy [ RUN ] LoadTest.test_callable_ReloadOncePy I0222 00:53:35.698251 281473634366512 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:35.754574 281473634366512 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjxaryq1d6/assets I0222 00:53:35.765794 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjxaryq1d6/assets I0222 00:53:35.805308 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjxaryq1d6/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_callable_ReloadOncePy): 1.02s I0222 00:53:35.913960 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_callable_ReloadOncePy): 1.02s [ OK ] LoadTest.test_callable_ReloadOncePy [ RUN ] LoadTest.test_capture_assets_in_graph_ReloadThricePy I0222 00:53:36.610315 281473634366512 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:36.667667 281473634366512 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjrg2mv779/assets I0222 00:53:36.680280 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjrg2mv779/assets I0222 00:53:36.682490 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjrg2mv779/fingerprint.pb I0222 00:53:36.765893 281473634366512 functional_saver.py:439] Sharding callback duration: 11 I0222 00:53:36.819024 281473634366512 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj20_qox9_/assets I0222 00:53:36.825184 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj20_qox9_/assets I0222 00:53:36.827436 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj20_qox9_/fingerprint.pb I0222 00:53:36.924593 281473634366512 functional_saver.py:439] Sharding callback duration: 11 I0222 00:53:36.977264 281473634366512 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj/tmpjqxj5w3or5lvo0sd/assets I0222 00:53:36.983456 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj/tmpjqxj5w3or5lvo0sd/assets I0222 00:53:36.985737 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj/tmpjqxj5w3or5lvo0sd/fingerprint.pb INFO:tensorflow:Graph was finalized. I0222 00:53:37.061426 281473634366512 monitored_session.py:240] Graph was finalized. INFO:tensorflow:Running local_init_op. I0222 00:53:37.095384 281473634366512 session_manager.py:545] Running local_init_op. INFO:tensorflow:Done running local_init_op. I0222 00:53:37.102114 281473634366512 session_manager.py:548] Done running local_init_op. INFO:tensorflow:time(__main__.LoadTest.test_capture_assets_in_graph_ReloadThricePy): 1.2s I0222 00:53:37.118082 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_capture_assets_in_graph_ReloadThricePy): 1.2s [ OK ] LoadTest.test_capture_assets_in_graph_ReloadThricePy [ RUN ] LoadTest.test_captured_constant_ReloadTwicePy I0222 00:53:38.453896 281473634366512 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:38.509261 281473634366512 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj60_n7hbm/assets I0222 00:53:38.520545 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj60_n7hbm/assets I0222 00:53:38.522505 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj60_n7hbm/fingerprint.pb I0222 00:53:38.587906 281473634366512 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:38.638970 281473634366512 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjp1lzwgv0/assets I0222 00:53:38.643740 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjp1lzwgv0/assets I0222 00:53:38.645656 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjp1lzwgv0/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_captured_constant_ReloadTwicePy): 1.61s I0222 00:53:38.728270 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_captured_constant_ReloadTwicePy): 1.61s [ OK ] LoadTest.test_captured_constant_ReloadTwicePy [ RUN ] LoadTest.test_concrete_function_arg_names_ReloadOncePy I0222 00:53:38.813235 281473634366512 functional_saver.py:439] Sharding callback duration: 8 I0222 00:53:38.863477 281473634366512 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjk1s5j_xm/assets I0222 00:53:38.874712 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjk1s5j_xm/assets I0222 00:53:38.876466 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjk1s5j_xm/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_concrete_function_arg_names_ReloadOncePy): 0.19s I0222 00:53:38.920130 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_concrete_function_arg_names_ReloadOncePy): 0.19s [ OK ] LoadTest.test_concrete_function_arg_names_ReloadOncePy [ RUN ] LoadTest.test_concrete_function_no_signature_ReloadThricePy I0222 00:53:39.006075 281473634366512 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:39.056372 281473634366512 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjuax9vr2y/assets I0222 00:53:39.067658 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjuax9vr2y/assets I0222 00:53:39.069416 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjuax9vr2y/fingerprint.pb I0222 00:53:39.120070 281473634366512 functional_saver.py:439] Sharding callback duration: 8 I0222 00:53:39.166266 281473634366512 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj7fia70yj/assets I0222 00:53:39.170933 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj7fia70yj/assets I0222 00:53:39.172606 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj7fia70yj/fingerprint.pb I0222 00:53:39.223486 281473634366512 functional_saver.py:439] Sharding callback duration: 8 I0222 00:53:39.269859 281473634366512 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjjuhrvt2c/assets I0222 00:53:39.274504 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjjuhrvt2c/assets I0222 00:53:39.276191 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjjuhrvt2c/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_concrete_function_no_signature_ReloadThricePy): 0.4s I0222 00:53:39.321155 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_concrete_function_no_signature_ReloadThricePy): 0.4s [ OK ] LoadTest.test_concrete_function_no_signature_ReloadThricePy [ RUN ] LoadTest.test_control_outputs_ReloadTwicePy I0222 00:53:39.984805 281473634366512 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. I0222 00:53:40.023107 281473634366512 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:40.092828 281473634366512 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjxmsl5m7j/assets I0222 00:53:40.104469 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjxmsl5m7j/assets I0222 00:53:40.106824 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjxmsl5m7j/fingerprint.pb I0222 00:53:40.163935 281473634366512 signature_serialization.py:156] Function `signature_wrapper` contains input name(s) 1744 with unsupported characters which will be renamed to unknown in the SavedModel. I0222 00:53:40.204900 281473634366512 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:40.265925 281473634366512 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjsuv1xn83/assets I0222 00:53:40.270699 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjsuv1xn83/assets I0222 00:53:40.272861 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjsuv1xn83/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_control_outputs_ReloadTwicePy): 1.01s I0222 00:53:40.332779 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_control_outputs_ReloadTwicePy): 1.01s [ OK ] LoadTest.test_control_outputs_ReloadTwicePy [ RUN ] LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy I0222 00:53:40.594632 281473634366512 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:40.674830 281473634366512 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjh1gxp_xp/assets I0222 00:53:40.686101 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjh1gxp_xp/assets I0222 00:53:40.688396 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjh1gxp_xp/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy): 0.49s I0222 00:53:40.828943 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy): 0.49s [ OK ] LoadTest.test_custom_gradients_with_none_grad_and_partial_shape_ReloadOncePy [ RUN ] LoadTest.test_dict_ReloadThricePy I0222 00:53:41.512194 281473634366512 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:41.591221 281473634366512 functional_saver.py:439] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjucq0dfz9/assets I0222 00:53:41.602784 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjucq0dfz9/assets I0222 00:53:41.605005 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjucq0dfz9/fingerprint.pb I0222 00:53:41.702334 281473634366512 functional_saver.py:439] Sharding callback duration: 11 I0222 00:53:41.770493 281473634366512 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjiy4igz8j/assets I0222 00:53:41.775220 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjiy4igz8j/assets I0222 00:53:41.777265 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjiy4igz8j/fingerprint.pb I0222 00:53:41.875669 281473634366512 functional_saver.py:439] Sharding callback duration: 11 I0222 00:53:41.943875 281473634366512 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjvzuq1e45/assets I0222 00:53:41.948680 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjvzuq1e45/assets I0222 00:53:41.950769 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjvzuq1e45/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_dict_ReloadThricePy): 1.2s I0222 00:53:42.025997 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_dict_ReloadThricePy): 1.2s [ OK ] LoadTest.test_dict_ReloadThricePy [ RUN ] LoadTest.test_extra_args_ReloadTwicePy I0222 00:53:42.122465 281473634366512 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:42.173928 281473634366512 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj1aaaj2zp/assets I0222 00:53:42.185089 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj1aaaj2zp/assets I0222 00:53:42.186864 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj1aaaj2zp/fingerprint.pb I0222 00:53:42.239584 281473634366512 functional_saver.py:439] Sharding callback duration: 8 I0222 00:53:42.285982 281473634366512 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjovrueeye/assets I0222 00:53:42.290573 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjovrueeye/assets I0222 00:53:42.292227 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjovrueeye/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_extra_args_ReloadTwicePy): 0.32s I0222 00:53:42.348407 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_extra_args_ReloadTwicePy): 0.32s [ OK ] LoadTest.test_extra_args_ReloadTwicePy [ RUN ] LoadTest.test_function_with_default_bool_input_ReloadOncePy I0222 00:53:42.492292 281473634366512 functional_saver.py:439] Sharding callback duration: 8 I0222 00:53:42.546979 281473634366512 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjvdbtl_5e/assets I0222 00:53:42.558264 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjvdbtl_5e/assets I0222 00:53:42.560333 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjvdbtl_5e/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_function_with_default_bool_input_ReloadOncePy): 0.29s I0222 00:53:42.636636 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_function_with_default_bool_input_ReloadOncePy): 0.29s [ OK ] LoadTest.test_function_with_default_bool_input_ReloadOncePy [ RUN ] LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy I0222 00:53:42.731702 281473634366512 functional_saver.py:439] Sharding callback duration: 8 I0222 00:53:42.786108 281473634366512 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjztc91lzd/assets I0222 00:53:42.797308 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjztc91lzd/assets I0222 00:53:42.799263 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjztc91lzd/fingerprint.pb I0222 00:53:42.871949 281473634366512 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:42.922045 281473634366512 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj59j1ib2h/assets I0222 00:53:42.926740 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj59j1ib2h/assets I0222 00:53:42.928746 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj59j1ib2h/fingerprint.pb I0222 00:53:43.009235 281473634366512 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:43.061525 281473634366512 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjve8eryj9/assets I0222 00:53:43.066387 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjve8eryj9/assets I0222 00:53:43.068473 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjve8eryj9/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy): 0.5s I0222 00:53:43.137629 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy): 0.5s [ OK ] LoadTest.test_function_with_defaults_input_tensor_ReloadThricePy [ RUN ] LoadTest.test_functions_list_ReloadTwicePy I0222 00:53:44.058583 281473634366512 functional_saver.py:439] Sharding callback duration: 14 I0222 00:53:44.140254 281473634366512 functional_saver.py:439] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjnasa7v6f/assets I0222 00:53:44.151868 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjnasa7v6f/assets I0222 00:53:44.154366 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjnasa7v6f/fingerprint.pb I0222 00:53:44.268360 281473634366512 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:44.340692 281473634366512 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjy56o0hfh/assets I0222 00:53:44.345629 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjy56o0hfh/assets I0222 00:53:44.348008 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjy56o0hfh/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_functions_list_ReloadTwicePy): 1.34s I0222 00:53:44.474483 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_functions_list_ReloadTwicePy): 1.34s [ OK ] LoadTest.test_functions_list_ReloadTwicePy [ RUN ] LoadTest.test_list_ReloadOncePy I0222 00:53:44.517546 281473634366512 functional_saver.py:439] Sharding callback duration: 11 I0222 00:53:44.589810 281473634366512 functional_saver.py:439] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjsn9sr5qm/assets I0222 00:53:44.601452 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjsn9sr5qm/assets I0222 00:53:44.603452 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjsn9sr5qm/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_list_ReloadOncePy): 0.18s I0222 00:53:44.652203 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_list_ReloadOncePy): 0.18s [ OK ] LoadTest.test_list_ReloadOncePy [ RUN ] LoadTest.test_load_grad_save_ReloadThricePy I0222 00:53:45.346096 281473634366512 functional_saver.py:439] Sharding callback duration: 11 I0222 00:53:45.520099 281473634366512 functional_saver.py:439] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjfz55wdsz/assets I0222 00:53:45.531534 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjfz55wdsz/assets I0222 00:53:45.533821 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjfz55wdsz/fingerprint.pb I0222 00:53:45.715462 281473634366512 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:45.784609 281473634366512 functional_saver.py:439] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjnyq1s57u/assets I0222 00:53:45.789563 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjnyq1s57u/assets I0222 00:53:45.791767 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjnyq1s57u/fingerprint.pb I0222 00:53:45.972045 281473634366512 functional_saver.py:439] Sharding callback duration: 11 I0222 00:53:46.041025 281473634366512 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjyg1cazjj/assets I0222 00:53:46.045962 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjyg1cazjj/assets I0222 00:53:46.048168 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjyg1cazjj/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_load_grad_save_ReloadThricePy): 1.46s I0222 00:53:46.110564 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_load_grad_save_ReloadThricePy): 1.46s [ OK ] LoadTest.test_load_grad_save_ReloadThricePy [ RUN ] LoadTest.test_load_resource_with_dependency_ReloadTwicePy I0222 00:53:46.197484 281473634366512 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. I0222 00:53:46.270995 281473634366512 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:46.338961 281473634366512 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj24k_wa17/assets I0222 00:53:46.350581 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj24k_wa17/assets I0222 00:53:46.353291 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj24k_wa17/fingerprint.pb I0222 00:53:46.463210 281473634366512 signature_serialization.py:156] Function `signature_wrapper` contains input name(s) 4387 with unsupported characters which will be renamed to unknown in the SavedModel. I0222 00:53:46.578982 281473634366512 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:46.657009 281473634366512 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjv96f4578/assets I0222 00:53:46.662312 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjv96f4578/assets I0222 00:53:46.665658 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjv96f4578/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_load_resource_with_dependency_ReloadTwicePy): 0.77s I0222 00:53:46.881234 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_load_resource_with_dependency_ReloadTwicePy): 0.77s [ 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/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjugg7fp3p/assets INFO:tensorflow:time(__main__.LoadTest.test_names_normalized_ReloadOncePy): 0.25s I0222 00:53:47.133576 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_names_normalized_ReloadOncePy): 0.25s [ OK ] LoadTest.test_names_normalized_ReloadOncePy [ RUN ] LoadTest.test_nested_functions_ReloadThricePy I0222 00:53:48.575886 281473634366512 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:48.632886 281473634366512 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjoobt5agz/assets I0222 00:53:48.644686 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjoobt5agz/assets I0222 00:53:48.647112 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjoobt5agz/fingerprint.pb I0222 00:53:48.729499 281473634366512 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:48.781781 281473634366512 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjetqr56iu/assets I0222 00:53:48.786589 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjetqr56iu/assets I0222 00:53:48.788789 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjetqr56iu/fingerprint.pb I0222 00:53:48.877235 281473634366512 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:48.930745 281473634366512 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjuco2dmc0/assets I0222 00:53:48.935619 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjuco2dmc0/assets I0222 00:53:48.937904 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjuco2dmc0/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_nested_functions_ReloadThricePy): 1.88s I0222 00:53:49.019567 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_nested_functions_ReloadThricePy): 1.88s [ OK ] LoadTest.test_nested_functions_ReloadThricePy [ RUN ] LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy I0222 00:53:49.166207 281473634366512 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:49.222869 281473634366512 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjn6e8nhuq/assets I0222 00:53:49.234912 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjn6e8nhuq/assets I0222 00:53:49.236974 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjn6e8nhuq/fingerprint.pb I0222 00:53:49.298590 281473634366512 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:49.349624 281473634366512 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjalcj5ikn/assets I0222 00:53:49.354547 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjalcj5ikn/assets I0222 00:53:49.356487 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjalcj5ikn/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy): 0.41s I0222 00:53:49.431672 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy): 0.41s [ OK ] LoadTest.test_partial_keyword_hiding_default_ReloadTwicePy [ RUN ] LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy I0222 00:53:49.570230 281473634366512 functional_saver.py:439] Sharding callback duration: 8 I0222 00:53:49.625468 281473634366512 functional_saver.py:439] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj62v7sf3f/assets I0222 00:53:49.637031 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj62v7sf3f/assets I0222 00:53:49.638965 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj62v7sf3f/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy): 0.27s I0222 00:53:49.701333 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy): 0.27s [ OK ] LoadTest.test_partial_with_passed_fn_as_default_ReloadOncePy [ RUN ] LoadTest.test_partially_defined_variable_shape_ReloadThricePy I0222 00:53:49.908902 281473634366512 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:49.975580 281473634366512 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjsk5vm_iu/assets I0222 00:53:49.987076 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjsk5vm_iu/assets I0222 00:53:49.989088 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjsk5vm_iu/fingerprint.pb I0222 00:53:50.064664 281473634366512 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:50.122060 281473634366512 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjgdw68tsm/assets I0222 00:53:50.126888 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjgdw68tsm/assets I0222 00:53:50.128791 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjgdw68tsm/fingerprint.pb I0222 00:53:50.200355 281473634366512 functional_saver.py:439] Sharding callback duration: 11 I0222 00:53:50.258610 281473634366512 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj253ob1wm/assets I0222 00:53:50.263576 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj253ob1wm/assets I0222 00:53:50.265550 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj253ob1wm/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_partially_defined_variable_shape_ReloadThricePy): 0.61s I0222 00:53:50.311499 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_partially_defined_variable_shape_ReloadThricePy): 0.61s [ OK ] LoadTest.test_partially_defined_variable_shape_ReloadThricePy [ RUN ] LoadTest.test_preserve_argspec_ReloadTwicePy I0222 00:53:50.316600 281473634366512 save.py:290] Found untraced functions such as f while saving (showing 1 of 1). These functions will not be directly callable after loading. I0222 00:53:50.330693 281473634366512 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:50.387332 281473634366512 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjin1zf4ob/assets I0222 00:53:50.398661 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjin1zf4ob/assets I0222 00:53:50.400321 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjin1zf4ob/fingerprint.pb I0222 00:53:50.431573 281473634366512 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. I0222 00:53:50.446363 281473634366512 functional_saver.py:439] Sharding callback duration: 8 I0222 00:53:50.491541 281473634366512 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjrtmk6gpd/assets I0222 00:53:50.496251 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjrtmk6gpd/assets I0222 00:53:50.497851 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjrtmk6gpd/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_preserve_argspec_ReloadTwicePy): 0.22s I0222 00:53:50.528525 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_preserve_argspec_ReloadTwicePy): 0.22s [ OK ] LoadTest.test_preserve_argspec_ReloadTwicePy [ RUN ] LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy I0222 00:53:50.597534 281473634366512 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. I0222 00:53:50.638874 281473634366512 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:50.708937 281473634366512 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj9geqxmzp/assets I0222 00:53:50.720260 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj9geqxmzp/assets I0222 00:53:50.722481 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj9geqxmzp/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy): 0.37s I0222 00:53:50.895122 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy): 0.37s [ OK ] LoadTest.test_restored_func_with_captured_var_backprop_float64_ReloadOncePy [ RUN ] LoadTest.test_shapes_available_ReloadOncePy I0222 00:53:51.002896 281473634366512 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:51.059205 281473634366512 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjwxyhhegh/assets I0222 00:53:51.070503 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjwxyhhegh/assets I0222 00:53:51.072661 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjwxyhhegh/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_shapes_available_ReloadOncePy): 0.23s I0222 00:53:51.127109 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_shapes_available_ReloadOncePy): 0.23s [ OK ] LoadTest.test_shapes_available_ReloadOncePy [ RUN ] LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy I0222 00:53:51.240196 281473634366512 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:51.295941 281473634366512 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj4_xvjkng/assets I0222 00:53:51.307434 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj4_xvjkng/assets I0222 00:53:51.309588 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj4_xvjkng/fingerprint.pb I0222 00:53:51.385951 281473634366512 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:51.438280 281473634366512 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjiulqmcio/assets I0222 00:53:51.443003 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjiulqmcio/assets I0222 00:53:51.445167 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjiulqmcio/fingerprint.pb I0222 00:53:51.531015 281473634366512 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:51.583806 281473634366512 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjcf9e_ykw/assets I0222 00:53:51.588508 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjcf9e_ykw/assets I0222 00:53:51.590654 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjcf9e_ykw/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy): 0.54s I0222 00:53:51.666540 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy): 0.54s [ OK ] LoadTest.test_signature_propagates_experimental_attr_ReloadThricePy [ RUN ] LoadTest.test_structured_inputs_ReloadTwicePy I0222 00:53:51.814865 281473634366512 functional_saver.py:439] Sharding callback duration: 8 I0222 00:53:51.874966 281473634366512 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjpmnota5_/assets I0222 00:53:51.886566 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjpmnota5_/assets I0222 00:53:51.888512 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjpmnota5_/fingerprint.pb I0222 00:53:51.945797 281473634366512 functional_saver.py:439] Sharding callback duration: 8 I0222 00:53:51.995509 281473634366512 functional_saver.py:439] Sharding callback duration: 8 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj68m4eve8/assets I0222 00:53:52.000197 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj68m4eve8/assets I0222 00:53:52.002017 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zj68m4eve8/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_structured_inputs_ReloadTwicePy): 0.4s I0222 00:53:52.072092 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_structured_inputs_ReloadTwicePy): 0.4s [ OK ] LoadTest.test_structured_inputs_ReloadTwicePy [ RUN ] LoadTest.test_table_collections_untouched_eager_ReloadOncePy I0222 00:53:52.909415 281473634366512 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:52.992025 281473634366512 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjlu04xem9/assets I0222 00:53:53.003840 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjlu04xem9/assets I0222 00:53:53.007210 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjlu04xem9/fingerprint.pb I0222 00:53:53.310093 281473634366512 functional_saver.py:439] Sharding callback duration: 9 I0222 00:53:53.386191 281473634366512 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjmrijrtmf/assets I0222 00:53:53.391344 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjmrijrtmf/assets I0222 00:53:53.394412 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjmrijrtmf/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_table_collections_untouched_eager_ReloadOncePy): 1.52s I0222 00:53:53.596125 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_table_collections_untouched_eager_ReloadOncePy): 1.52s [ OK ] LoadTest.test_table_collections_untouched_eager_ReloadOncePy [ RUN ] LoadTest.test_tuple_signature_ReloadThricePy I0222 00:53:54.151016 281473634366512 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:54.221471 281473634366512 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjo4_6_w2d/assets I0222 00:53:54.233070 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjo4_6_w2d/assets I0222 00:53:54.235442 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjo4_6_w2d/fingerprint.pb I0222 00:53:54.331405 281473634366512 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:54.393178 281473634366512 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjou2w6rek/assets I0222 00:53:54.397968 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjou2w6rek/assets I0222 00:53:54.400136 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjou2w6rek/fingerprint.pb I0222 00:53:54.500592 281473634366512 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:54.563117 281473634366512 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjdvpeidmf/assets I0222 00:53:54.567985 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjdvpeidmf/assets I0222 00:53:54.570264 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjdvpeidmf/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_tuple_signature_ReloadThricePy): 1.05s I0222 00:53:54.646097 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_tuple_signature_ReloadThricePy): 1.05s [ OK ] LoadTest.test_tuple_signature_ReloadThricePy [ RUN ] LoadTest.test_variables_destroyed_ReloadTwicePy I0222 00:53:54.691465 281473634366512 functional_saver.py:439] Sharding callback duration: 13 I0222 00:53:54.769043 281473634366512 functional_saver.py:439] Sharding callback duration: 12 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zju1hymwcj/assets I0222 00:53:54.780708 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zju1hymwcj/assets I0222 00:53:54.782708 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zju1hymwcj/fingerprint.pb I0222 00:53:54.864654 281473634366512 functional_saver.py:439] Sharding callback duration: 13 I0222 00:53:54.927562 281473634366512 functional_saver.py:439] Sharding callback duration: 11 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjeupw49_g/assets I0222 00:53:54.932361 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjeupw49_g/assets I0222 00:53:54.934219 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjeupw49_g/fingerprint.pb INFO:tensorflow:time(__main__.LoadTest.test_variables_destroyed_ReloadTwicePy): 0.33s I0222 00:53:54.978627 281473634366512 test_util.py:2620] time(__main__.LoadTest.test_variables_destroyed_ReloadTwicePy): 0.33s [ 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 I0222 00:53:54.980806 281473634366512 test_util.py:2620] time(__main__.SavedModelLoadMemoryTests.test_no_oom_loading_large_tenor_LoadWithPython): 0.0s [ RUN ] SingleCycleTests.test_functions_cleaned_LoadWithPython I0222 00:53:55.490685 281473634366512 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0222 00:53:55.533285 281473634366512 functional_saver.py:439] Sharding callback duration: 11 I0222 00:53:55.603909 281473634366512 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjdmv_zjq0/assets I0222 00:53:55.615303 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjdmv_zjq0/assets I0222 00:53:55.617520 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjdmv_zjq0/fingerprint.pb I0222 00:53:55.692477 281473634366512 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0222 00:53:55.733501 281473634366512 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:55.793739 281473634366512 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjal8_ve_w/assets I0222 00:53:55.798553 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjal8_ve_w/assets I0222 00:53:55.800714 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjal8_ve_w/fingerprint.pb I0222 00:53:56.185088 281473634366512 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0222 00:53:56.226000 281473634366512 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:56.286856 281473634366512 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjb82w8hce/assets I0222 00:53:56.291771 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjb82w8hce/assets I0222 00:53:56.293979 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjb82w8hce/fingerprint.pb I0222 00:53:56.365355 281473634366512 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0222 00:53:56.405991 281473634366512 functional_saver.py:439] Sharding callback duration: 10 I0222 00:53:56.466367 281473634366512 functional_saver.py:439] Sharding callback duration: 10 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjmxm2tww2/assets I0222 00:53:56.471226 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjmxm2tww2/assets I0222 00:53:56.473384 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjmxm2tww2/fingerprint.pb I0222 00:53:56.544284 281473634366512 signature_serialization.py:156] Function `` contains input name(s) resource with unsupported characters which will be renamed to add_readvariableop_resource in the SavedModel. I0222 00:53:56.584541 281473634366512 functional_saver.py:439] Sharding callback duration: 11 I0222 00:53:56.644200 281473634366512 functional_saver.py:439] Sharding callback duration: 9 INFO:tensorflow:Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjvrrhjyw1/assets I0222 00:53:56.649032 281473634366512 builder_impl.py:829] Assets written to: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjvrrhjyw1/assets I0222 00:53:56.651171 281473634366512 fingerprinting_utils.py:49] Writing fingerprint to /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/_tmp/2adc036924ecefaf0ab98ee2cfa322952jlxv1zjvrrhjyw1/fingerprint.pb [ FAILED ] SingleCycleTests.test_functions_cleaned_LoadWithPython INFO:tensorflow:time(__main__.SingleCycleTests.test_functions_cleaned_LoadWithPython): 1.91s I0222 00:53:56.889974 281473634366512 test_util.py:2620] time(__main__.SingleCycleTests.test_functions_cleaned_LoadWithPython): 1.91s [ 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 24.611s FAILED (failures=1, skipped=2) ================================================================================ //tensorflow/c:c_api_experimental_test PASSED in 31.7s //tensorflow/c:c_api_function_test PASSED in 28.8s //tensorflow/c:c_api_test_cpu PASSED in 35.2s //tensorflow/c:c_test PASSED in 28.3s //tensorflow/c:env_test_cpu PASSED in 25.8s //tensorflow/c:kernels_test_cpu PASSED in 39.2s //tensorflow/c:ops_test PASSED in 29.0s //tensorflow/c:tf_status_helper_test PASSED in 0.1s //tensorflow/c:while_loop_test PASSED in 31.4s //tensorflow/c/eager:c_api_cluster_test_cpu PASSED in 31.4s //tensorflow/c/eager:c_api_remote_function_test_cpu PASSED in 39.2s //tensorflow/c/eager:c_api_remote_test_cpu PASSED in 31.0s //tensorflow/c/eager:c_api_test_cpu PASSED in 33.5s //tensorflow/c/eager:custom_device_test PASSED in 36.5s //tensorflow/c/eager:dlpack_test_cpu PASSED in 29.7s //tensorflow/c/eager/parallel_device:parallel_device_lib_test PASSED in 29.8s //tensorflow/c/eager/parallel_device:parallel_device_remote_test PASSED in 32.1s //tensorflow/c/eager/parallel_device:parallel_device_test PASSED in 30.9s //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 29.9s //tensorflow/c/experimental/next_pluggable_device:tensor_pjrt_buffer_util_test PASSED in 7.8s //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 13.9s //tensorflow/c/experimental/saved_model/core:object_graph_traversal_test PASSED in 12.9s //tensorflow/c/experimental/saved_model/core:saved_variable_loading_test PASSED in 16.2s //tensorflow/c/experimental/saved_model/core:signature_flattening_test PASSED in 12.5s //tensorflow/c/experimental/saved_model/core:tf_concrete_function_loading_test PASSED in 13.0s //tensorflow/c/experimental/saved_model/core/ops:restore_ops_test PASSED in 17.9s //tensorflow/c/experimental/saved_model/core/ops:variable_ops_test PASSED in 16.0s //tensorflow/c/experimental/saved_model/internal:saved_model_api_test PASSED in 37.5s //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.5s //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.4s //tensorflow/cc:client_client_session_test PASSED in 1.5s //tensorflow/cc:coordinator_test PASSED in 3.4s //tensorflow/cc:framework_cc_ops_test PASSED in 2.0s //tensorflow/cc:framework_gradient_checker_test PASSED in 2.4s //tensorflow/cc:framework_gradients_test PASSED in 3.9s //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.8s //tensorflow/cc:gradients_data_flow_grad_test PASSED in 2.0s //tensorflow/cc:gradients_functional_grad_test PASSED in 2.0s //tensorflow/cc:gradients_image_grad_test PASSED in 5.4s //tensorflow/cc:gradients_linalg_grad_test PASSED in 2.1s //tensorflow/cc:gradients_manip_grad_test PASSED in 1.9s //tensorflow/cc:gradients_math_grad_test PASSED in 3.5s //tensorflow/cc:gradients_nn_grad_test PASSED in 2.5s //tensorflow/cc:gradients_resource_variable_grad_test PASSED in 1.8s //tensorflow/cc:ops_const_op_test PASSED in 0.4s //tensorflow/cc:ops_while_loop_test PASSED in 1.7s //tensorflow/cc:queue_runner_test PASSED in 12.0s //tensorflow/cc/experimental/base/tests:tensor_test PASSED in 0.1s //tensorflow/cc/experimental/base/tests:tensorhandle_test PASSED in 29.1s //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 28.2s //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 36.0s //tensorflow/cc/experimental/libtf:libtf_transform_test PASSED in 29.0s //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.6s //tensorflow/cc/saved_model:util_test PASSED in 0.1s //tensorflow/cc/saved_model/experimental/tests:saved_model_api_test PASSED in 29.6s //tensorflow/cc/tools:freeze_saved_model_test PASSED in 2.0s //tensorflow/compiler/aot:codegen_test PASSED in 28.5s //tensorflow/compiler/jit:compilability_check_util_test PASSED in 19.9s //tensorflow/compiler/jit:deadness_analysis_test PASSED in 9.6s //tensorflow/compiler/jit:device_compilation_cache_test PASSED in 5.4s //tensorflow/compiler/jit:device_compilation_cluster_signature_test PASSED in 5.2s //tensorflow/compiler/jit:device_compilation_profiler_test PASSED in 19.9s //tensorflow/compiler/jit:device_compiler_client_test PASSED in 4.9s //tensorflow/compiler/jit:device_compiler_disable_test PASSED in 23.1s //tensorflow/compiler/jit:device_executable_persistor_test PASSED in 23.4s //tensorflow/compiler/jit:device_util_test PASSED in 4.9s //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.4s //tensorflow/compiler/jit:shape_inference_test PASSED in 0.4s //tensorflow/compiler/jit:xla_activity_listener_test PASSED in 24.2s //tensorflow/compiler/jit:xla_cluster_util_test PASSED in 9.4s //tensorflow/compiler/jit:xla_compile_util_test PASSED in 5.6s //tensorflow/compiler/jit:xla_kernel_creator_test PASSED in 11.4s //tensorflow/compiler/jit:xla_launch_util_test PASSED in 24.6s //tensorflow/compiler/jit/tests:auto_clustering_test PASSED in 23.0s //tensorflow/compiler/mlir:mlir_graph_optimization_pass_test PASSED in 15.7s //tensorflow/compiler/mlir:register_common_dialects_test PASSED in 18.0s //tensorflow/compiler/mlir/lite:lstm_utils_test PASSED in 0.7s //tensorflow/compiler/mlir/lite:offset_buffer_test PASSED in 0.1s //tensorflow/compiler/mlir/lite:perception_ops_utils_test PASSED in 0.6s //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 7.5s //tensorflow/compiler/mlir/lite/experimental/tac/tests:compute-cost.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/experimental/tac/tests:device-transform-gpu.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/experimental/tac/tests:device-transform-nnapi.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/experimental/tac/tests:fold-constants-to-subgraph.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/experimental/tac/tests:get-alternative-subgraph.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/experimental/tac/tests:get-op-cost.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/experimental/tac/tests:pick-subgraphs.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/experimental/tac/tests:raise-target-subgraphs.mlir.test PASSED in 1.2s //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.6s //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 9.4s //tensorflow/compiler/mlir/lite/quantization/lite:quantize_weights_test PASSED in 9.4s //tensorflow/compiler/mlir/lite/quantization/stablehlo:quantization_test PASSED in 16.6s //tensorflow/compiler/mlir/lite/quantization/tensorflow/tests:fallback_to_flex_ops_default.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/quantization/tensorflow/tests:fallback_to_flex_ops_legacy.mlir.test PASSED in 0.8s //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 1.0s //tensorflow/compiler/mlir/lite/quantization/tests:import_quant_stats.mlir.test PASSED in 0.8s //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 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:fuse_mhlo_convolution.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-inplaceupdate.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-skip-quantization-ops.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tf-fb-tf.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-add.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-broadcast_in_dim.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-clamp.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-compare.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-concat.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-constant.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-conv.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-dot.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-gather.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-max.mlir.test PASSED in 1.0s //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.5s //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 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl-sub.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-tfl.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-stablehlo-vhlo.mlir.test PASSED in 1.8s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-add.mlir.test PASSED in 1.5s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-broadcast.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-clamp.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-concat.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-constant.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-conv.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-max.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-mul.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-pad.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-reshape.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-rsqrt.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo-sub.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize-tfl-stablehlo.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/stablehlo/tests:legalize_hlo.mlir.test PASSED in 1.7s //tensorflow/compiler/mlir/lite/stablehlo/tests:odml-to-stablehlo-allow-tf.mlir.test PASSED in 1.4s //tensorflow/compiler/mlir/lite/stablehlo/tests:odml-to-stablehlo-smuggle-resize.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/stablehlo/tests:optimize.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/stablehlo/tests:tf-tfl-translate-serialize-stablehlo-clamp.mlir.test PASSED in 1.2s //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 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:tf-tfl-translate-serialize-stablehlo-division.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/stablehlo/tests:tf-tfl-translate-serialize-stablehlo-logistic.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/stablehlo/tests:tf-tfl-translate-serialize-stablehlo-multiply.mlir.test PASSED in 1.9s //tensorflow/compiler/mlir/lite/stablehlo/tests:tf-tfl-translate-serialize-stablehlo-resize-bilinear.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/stablehlo/tests:tf-tfl-translate-serialize-stablehlo.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/stablehlo/tests:tf-tfl-translate-tf-quantize.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/stablehlo/tests:tfl_legalize_hlo.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/lite/stablehlo/tests:tfl_legalize_hlo_custom_call.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/stablehlo/tests:unfold_splat_constant_pass.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/stablehlo/tests:unfuse_mhlo_batch_norm.mlir.test PASSED in 0.8s //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.0s //tensorflow/compiler/mlir/lite/tests:canonicalize.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:const-fold.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests:decompose-hybrid-quantization.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:default_quant_params.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:dilated-conv.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests:fuse-tftext.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:get-arithmetic-count.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:guarantee_func_has_one_use.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:inlining.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:insert_call_once_op.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests:legalize-tensorlist.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:legalize-tf-assert.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests:legalize-tf-hashtables.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests:legalize-tf-no-runtime-verification.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:legalize-tf-variables.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests:legalize-tf-while.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests:legalize-tf.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/tests:legalize_jax_random.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:lift_tflite_flex_ops.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:lower-static-tensor-list-default-to-single-batch.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:lower-static-tensor-list-enable-dynamic-update-slice.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:lower-static-tensor-list.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests:modify_io_nodes.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:ops.mlir.test PASSED in 1.6s //tensorflow/compiler/mlir/lite/tests:optimize-after-quantization.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:optimize.mlir.test PASSED in 1.9s //tensorflow/compiler/mlir/lite/tests:optimize_batch_matmul.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:optimize_functional_ops.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:optimize_no_verify.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests:optimize_op_order.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:partitioned-topological-sort.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests:pin-ops-with-side-effects.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:post-quantize-dynamic-range.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:post-quantize.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests:prepare-composite-functions-tf.mlir.test PASSED in 1.6s //tensorflow/compiler/mlir/lite/tests:prepare-quantize-dynamic-range.mlir.test PASSED in 1.7s //tensorflow/compiler/mlir/lite/tests:prepare-quantize-post-training-16bits.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests:prepare-quantize-post-training.mlir.test PASSED in 1.5s //tensorflow/compiler/mlir/lite/tests:prepare-quantize-signed.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests:prepare-quantize.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/lite/tests:prepare-tf-fake-quant-4bit.mlir.test PASSED in 1.0s //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.9s //tensorflow/compiler/mlir/lite/tests:prepare-tf.mlir.test PASSED in 1.1s //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.2s //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 0.8s //tensorflow/compiler/mlir/lite/tests:reduce_while_operands.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests:shape-inference.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests:split-merged-operands.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:tfl_while_op_licm.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests:tfl_while_outline.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests:trim-functions-tf.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests:unfold-large-splat-constant.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests/debuginfo:v1_1.0_224_frozen.wrong_attr.line.part.pbtxt.test PASSED in 1.6s //tensorflow/compiler/mlir/lite/tests/debuginfo:v1_1.0_224_frozen.wrong_attr.stack.part.pbtxt.test PASSED in 1.9s //tensorflow/compiler/mlir/lite/tests/end2end:add.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/end2end:back2back_fake_quant.pbtxt.test PASSED in 0.8s //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 0.7s //tensorflow/compiler/mlir/lite/tests/end2end:conv_2d_nchw.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/end2end:custom_opdef.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/end2end:disallow_stateful_partitioned_call.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/end2end:fake_quant_per_channel.pbtxt.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests/end2end:fake_quant_per_channel_4bit.pbtxt.test PASSED in 1.2s //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.4s //tensorflow/compiler/mlir/lite/tests/end2end:graph-input-node.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/end2end:graph_with_placeholder_with_default.pbtxt.test PASSED in 0.8s //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.8s //tensorflow/compiler/mlir/lite/tests/end2end:unroll_batch_matmul.pbtxt.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests/end2end:unroll_batch_matmul_disabled.pbtxt.test PASSED in 0.9s //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.6s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:constants_offset.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:control_edges.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:custom_op.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:custom_op_offset.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:dynamic_shape.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:empty_input_output_names.json.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:external_constant.mlir.test PASSED in 0.7s //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 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:importer_test_min_max.cc.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:importer_test_min_max.cc.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:input_arrays.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:input_output_names_attr.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:legacy_reshape.json.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:lstm.json.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:lstm.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:many_attribute_op.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:math.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:matmul.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:mix_tflite_stablehlo.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:multi_output_op.json.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:optional.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:optional_input.json.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:output_arrays.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:pruning.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:pruning_function_input_as_output.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:quant_stats.mlir.test PASSED in 0.7s //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.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:signature.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:signature_with_multiple_entry_points.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:simple.mlir.test PASSED in 0.8s //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.9s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:stablehlo_custom_call.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:tf_variant_type.mlir.test PASSED in 0.7s //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.7s //tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir:while_op.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/mlir2exec:tfl_while_op.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:basic_lstm.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:bucketize.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:custom_op_with_tflite_op.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:custom_tensorlist_reserve.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:deduplicate_const.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:depthwise_conv2d.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:depthwise_conv2d_v2.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:disable_builtin.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:disable_custom.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:disable_flex.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:disable_flex_enable_builtin.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:dynamic_shape_constant.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:fake_quant.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:flex_exclusively.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:flex_op_with_complex128.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:flex_op_with_f64.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:flex_op_with_tflite_op.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:fully_connected.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:fully_connected_v2.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:hashtable_resource.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:if_op.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:logical.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:low_bit_packing.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:lstm.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:lstm_asym_attr.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:lstm_quantized.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:math.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:metadata.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:mul_v2.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:mul_v3.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:nn.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:numeric_verify.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:optional.mlir.test PASSED in 0.7s //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.8s //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.7s //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.7s //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 1.3s //tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer:while_op.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/quantization/common:attrs_and_constraints_test PASSED in 7.2s //tensorflow/compiler/mlir/quantization/common:func_test PASSED in 5.6s //tensorflow/compiler/mlir/quantization/common:lift_as_function_call_test PASSED in 7.0s //tensorflow/compiler/mlir/quantization/common:uniform_quantized_types_test PASSED in 0.1s //tensorflow/compiler/mlir/quantization/stablehlo:bfloat16_type_test PASSED in 22.3s //tensorflow/compiler/mlir/quantization/stablehlo:convert_tf_quant_to_mhlo_int_test PASSED in 13.6s //tensorflow/compiler/mlir/quantization/stablehlo:convert_tf_quant_types_test PASSED in 17.3s //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 21.9s //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 15.0s //tensorflow/compiler/mlir/quantization/stablehlo/cc:saved_model_export_test PASSED in 10.5s //tensorflow/compiler/mlir/quantization/stablehlo/cc:saved_model_import_test PASSED in 0.6s //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 1.0s //tensorflow/compiler/mlir/quantization/stablehlo/tests:fill_quantization_options_test PASSED in 1.7s //tensorflow/compiler/mlir/quantization/tensorflow/calibrator:calibration_algorithm_test PASSED in 32.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.7s //tensorflow/compiler/mlir/quantization/tensorflow/calibrator:custom_aggregator_op_test PASSED in 30.4s //tensorflow/compiler/mlir/quantization/tensorflow/cc:const_op_size_test PASSED in 0.4s //tensorflow/compiler/mlir/quantization/tensorflow/cc:constant_fold_test PASSED in 2.9s //tensorflow/compiler/mlir/quantization/tensorflow/cc:convert_asset_args_test PASSED in 6.1s //tensorflow/compiler/mlir/quantization/tensorflow/cc:save_variables_test PASSED in 0.5s //tensorflow/compiler/mlir/quantization/tensorflow/debugging:mlir_dump_test PASSED in 0.6s //tensorflow/compiler/mlir/quantization/tensorflow/ops:tf_op_quant_spec_test PASSED in 1.1s //tensorflow/compiler/mlir/quantization/tensorflow/ops:tf_quantize_op_test PASSED in 0.8s //tensorflow/compiler/mlir/quantization/tensorflow/python:concurrency_test PASSED in 72.9s //tensorflow/compiler/mlir/quantization/tensorflow/python:py_function_lib_py_test PASSED in 28.2s //tensorflow/compiler/mlir/quantization/tensorflow/python:pywrap_quantize_model_test PASSED in 26.6s //tensorflow/compiler/mlir/quantization/tensorflow/python:representative_dataset_test PASSED in 43.2s //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.7s //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.6s //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.6s //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 1.1s //tensorflow/compiler/mlir/quantization/tensorflow/tests:insert_custom_aggregation_ops.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/quantization/tensorflow/tests:insert_main_function.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:insert_quantized_functions.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/quantization/tensorflow/tests:insert_quantized_functions_drq.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/quantization/tensorflow/tests:insert_quantized_functions_weight_only.mlir.test PASSED in 0.7s //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.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:issue_ids_of_custom_aggregation_ops.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:lift_hashtable_ops_as_args.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:lift_quantizable_spots_as_functions.mlir.test PASSED in 0.8s //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.7s //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.8s //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.8s //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 0.9s //tensorflow/compiler/mlir/quantization/tensorflow/tests:prepare_quantize.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:prepare_quantize_drq.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/quantization/tensorflow/tests:prepare_quantize_drq_per_channel.mlir.test PASSED in 0.8s //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.6s //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.0s //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.8s //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.7s //tensorflow/compiler/mlir/quantization/tensorflow/tests:quantize_weights.mlir.test PASSED in 0.9s //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.7s //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 13.3s //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.9s //tensorflow/compiler/mlir/quantization/tensorflow/utils:tf_to_xla_attribute_utils_test PASSED in 37.8s //tensorflow/compiler/mlir/stablehlo:stablehlo_test PASSED in 0.1s //tensorflow/compiler/mlir/tensorflow:bridge_logger_test PASSED in 5.6s //tensorflow/compiler/mlir/tensorflow:call_graph_util_test PASSED in 0.3s //tensorflow/compiler/mlir/tensorflow:cluster_util_test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow:convert_tensor_test PASSED in 0.5s //tensorflow/compiler/mlir/tensorflow:convert_type_test PASSED in 0.1s //tensorflow/compiler/mlir/tensorflow:data_dumper_logger_config_test PASSED in 5.9s //tensorflow/compiler/mlir/tensorflow:device_util_test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow:dump_graph_test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow:dump_mlir_util_test PASSED in 12.6s //tensorflow/compiler/mlir/tensorflow:error_util_test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow:tf_saved_model_test PASSED in 0.3s //tensorflow/compiler/mlir/tensorflow:tpu_rewrite_device_util_test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow:xla_rewrite_util_test PASSED in 0.9s //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.6s //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 0.9s //tensorflow/compiler/mlir/tensorflow/tests:cannonicalize_ops_outside_compilation.mlir.test PASSED in 0.7s //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.6s //tensorflow/compiler/mlir/tensorflow/tests:cluster_tf_ops_pass.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:colocate_tpu_copy_with_dynamic_shape.mlir.test PASSED in 0.6s //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.6s //tensorflow/compiler/mlir/tensorflow/tests:convert-tf-control-flow-to-scf.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:convert_control_to_data_outputs.mlir.test PASSED in 0.8s //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.6s //tensorflow/compiler/mlir/tensorflow/tests:convert_to_legacy_compile_and_replicate_attributes.mlir.test PASSED in 0.6s //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.6s //tensorflow/compiler/mlir/tensorflow/tests:device_assignment_by_func_attr.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:device_attribute_to_launch.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:device_canonicalize.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:device_copy.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:drop_while_shape_invariant.mlir.test PASSED in 0.7s //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.8s //tensorflow/compiler/mlir/tensorflow/tests:empty-main.mlir.test PASSED in 0.7s //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.6s //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.8s //tensorflow/compiler/mlir/tensorflow/tests:extract_tpu_copy_with_dynamic_shape_op.mlir.test PASSED in 0.7s //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.7s //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.7s //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.7s //tensorflow/compiler/mlir/tensorflow/tests:fused_kernel_matcher.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:gpu_fusion.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:graph_pruning.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:graph_pruning_preserve_ops.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:group_by_dialect.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:guarantee-all-funcs-one-use.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:hoist_broadcast_read.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:hoist_loop_invariant.mlir.test PASSED in 0.6s //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.6s //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.6s //tensorflow/compiler/mlir/tensorflow/tests:inlining.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:isolate-placer.mlir.test PASSED in 0.7s //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.6s //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.8s //tensorflow/compiler/mlir/tensorflow/tests:layout_optimization_layout_assignment_to_nchw.mlir.test PASSED in 0.7s //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.7s //tensorflow/compiler/mlir/tensorflow/tests:layout_optimization_move_transposes_end.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:layout_optimization_to_nchw.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:layout_optimization_to_nhwc.mlir.test PASSED in 0.7s //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.7s //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.7s //tensorflow/compiler/mlir/tensorflow/tests:lower_globals_to_ml_program_invalid.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:lower_quantized.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:lower_tf.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests:lower_variable_ops_to_ml_program.mlir.test PASSED in 0.6s //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.7s //tensorflow/compiler/mlir/tensorflow/tests:merge_control_flow.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:mlprogram.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:move_tpu_compile_to_front.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:name_anonymous_iterators.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:optimize-arg-operand-constraint.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:optimize.mlir.test PASSED in 0.7s //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.6s //tensorflow/compiler/mlir/tensorflow/tests:prepare_tpu_computation_for_tf_export.mlir.test PASSED in 0.7s //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.8s //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 0.9s //tensorflow/compiler/mlir/tensorflow/tests:remove_unused_arguments.mlir.test PASSED in 0.7s //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.7s //tensorflow/compiler/mlir/tensorflow/tests:replicate_tensor_list_init_ops.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:replicate_to_island.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:replicate_to_island_legacy.mlir.test PASSED in 0.7s //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.7s //tensorflow/compiler/mlir/tensorflow/tests:resource_analyzer.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:resource_inlining.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:resource_op_lifting.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:rewrite_tpu_embedding_ops.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:roundtrip-tf-executor.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:shape_inference.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:side-effect-analysis-test.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests:sink_constant.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:split_into_island_per_op.mlir.test PASSED in 0.7s //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.6s //tensorflow/compiler/mlir/tensorflow/tests:strip_saved_module_metadata.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:strip_tf_attributes.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tensor_array_ops_decomposition.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tensor_list_ops_decomposition.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tf-executor-to-functional.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf-functional-to-executor.mlir.test PASSED in 0.6s //tensorflow/compiler/mlir/tensorflow/tests:tf-ops.mlir.test PASSED in 2.3s //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.6s //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.7s //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 1.0s //tensorflow/compiler/mlir/tensorflow/tests:tf_executor_ops.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_executor_ops_invalid.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:tf_executor_ops_location_roundtrip.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:tf_executor_ops_printer.mlir.test PASSED in 0.9s //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.9s //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.9s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_freeze_global_tensors.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_freeze_global_tensors_mutable_tensors.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_initialize_variables_in_session_init.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_initialize_variables_in_session_init_fail.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_lift_variables.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_lift_variables_invalid_session.mlir.test PASSED in 0.8s //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.8s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_ops_invalid.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests:tf_saved_model_optimize_global_tensors.mlir.test PASSED in 1.0s //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.9s //tensorflow/compiler/mlir/tensorflow/tests:tf_side_effect.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tf_trait_folds.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tfrt_ops.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tpu-annotate-dynamic-shape-inputs.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tpu-cluster-cleanup-attributes.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tpu-dynamic-layout-pass.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tpu-merge-variables-with-execute.mlir.test PASSED in 0.9s //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.7s //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.9s //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.8s //tensorflow/compiler/mlir/tensorflow/tests:tpu_identity_pruning.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests:tpu_parallel_execute_sink_resource_write.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:tpu_partitioned_op_conversion.mlir.test PASSED in 1.0s //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.9s //tensorflow/compiler/mlir/tensorflow/tests:tpu_rewrite.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/tensorflow/tests:tpu_sharding_identification.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests:tpu_space_to_depth_pass.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests:tpu_tail_with_tobool_op.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:tpu_update_embedding_enqueue_op_inputs.mlir.test PASSED in 0.9s //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 1.0s //tensorflow/compiler/mlir/tensorflow/tests:unroll-batch-matmul.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/tensorflow/tests:update_control_dependencies.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests:verify_for_export.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:warn_when_using_deprecated_dumps.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:while_licm.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:xla_call_module_deserialization.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests:xla_call_module_round_trip.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:xla_call_module_serialization.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:xla_cluster_formation.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests:xla_inline_device_ops.mlir.test PASSED in 0.9s //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.9s //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.3s //tensorflow/compiler/mlir/tensorflow/tests:xla_validate_iputs.mlir.test PASSED in 0.9s //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.7s //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 1.0s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:constant-folding.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:convert_mhlo_quant_to_int.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:graph-resource.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:graph-resource.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:graph.pbtxt.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:mlir-module-serialized-str-attr.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:replicate-tensor-list-init-ops.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:result-sharding.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:serialized-mlir-module-str-attr-invalid.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:serialized-mlir-module-str-attr.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:shape-inference-after-legalization.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:shape-inference.mlir.test PASSED in 1.2s //tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util:stablehlo_add.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_island_coarsening:executor_tpuv1_island_coarsening.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_island_coarsening:while_op.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_island_inlining:executor_tpuv1_inline_tpu_island.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_island_inlining:while_op.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_outline_island:case_op.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_outline_island:executor_tpuv1_outline_tpu_island.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_outline_island:while_op.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:add.pbtxt.test PASSED in 1.5s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:arg-as-fetch.pbtxt.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:arg-control-dep.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:arg-data-type-with-subtype.pbtxt.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:arg-data-type.pbtxt.test PASSED in 1.0s //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.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:case_op.pbtxt.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:const-values.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:device-arg-retval-attr.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:empty-input-shapes.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:empty-value-attr.pbtxt.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:feed-as-fetch.pbtxt.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:feed-control-dep.pbtxt.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:force_shared_name_for_resource_ops.pbtxt.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:function-func-attr.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:functional-if-ops.pbtxt.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:functional-while-ops.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-as-function-control-ret.pbtxt.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-as-function-retval-of-arg.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-as-function.pbtxt.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-custom-operation.pbtxt.test PASSED in 0.8s //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.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-empty-tensor-content.pbtxt.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-func-attr.pbtxt.test PASSED in 0.8s //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.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-function-defs.pbtxt.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-function-input-shapes.pbtxt.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-function-name-bug.pbtxt.test PASSED in 1.0s //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.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-input-func-arg-name-collision.pbtxt.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-library.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-malformed.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-scalar-input.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-uint8-return.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-undefined-output.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-version-info.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:graph-while-loop.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:invalid-output-index.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:legacy-fed-input-without-inputs.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:merge_node_with_function.pbtxt.test PASSED in 0.9s //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.1s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:multiple-use-next-iteration.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:node-locations.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:output-shapes-attr.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:output-shapes.pbtxt.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:parse_example.pbtxt.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:parse_example_v2.pbtxt.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:partial-device-name.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:prune_unused_nodes.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:quint8-const.pbtxt.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:shape-attrs.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:stateful-attribute.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:string-attr.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:switch_n.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:target.pbtxt.test PASSED in 1.4s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:tensor-list.pbtxt.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:tf-data-pipeline.pbtxt.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir:unregistered_kernel.pbtxt.test PASSED in 0.9s //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.9s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:aliasing_arg_attr.mlir.test PASSED in 0.8s //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.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:derived_shape_attr.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:derived_size_attr.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:device-arg-retval-attr.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:export_main_to_flib.mlir.test PASSED in 0.7s //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 1.1s //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.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:function-order.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:function-resource-args-handle-info.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:function-resource-args.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:functional-if-ops.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:functional-while-ops.mlir.test PASSED in 0.8s //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.9s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:invalid_input.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:legalized_name.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:missing-main.mlir.test PASSED in 0.9s //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 1.3s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:output-shapes-attr.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:parse_example.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:parse_example_v2.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:preserve-entry-func-names.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:ref-type-attr.mlir.test PASSED in 0.8s //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.9s //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.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:stringescape.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:switchn.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:tf-gradient-attr.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:tf-legacy-call.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:tf_add.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:tf_identity_n.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:tf_tpu_embedding_ops.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:type_attr.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:type_list_attr.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:unique_name.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:unique_output_name.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef:while-loop.mlir.test PASSED in 0.9s //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 15.5s //tensorflow/compiler/mlir/tensorflow/transforms/host_runtime:lower_cluster_to_runtime_ops_test PASSED in 13.4s //tensorflow/compiler/mlir/tensorflow/transforms/host_runtime:tpu_metadata_utils_test PASSED in 13.3s //tensorflow/compiler/mlir/tensorflow/translate:tf_mlir_translate_registration_test PASSED in 17.4s //tensorflow/compiler/mlir/tf2xla/api/v1:cluster_tf_test PASSED in 27.2s //tensorflow/compiler/mlir/tf2xla/api/v1:compile_mlir_util_test PASSED in 6.0s //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 17.2s //tensorflow/compiler/mlir/tf2xla/api/v2:cluster_tf_test PASSED in 26.0s //tensorflow/compiler/mlir/tf2xla/api/v2:legalize_tf_test PASSED in 22.4s //tensorflow/compiler/mlir/tf2xla/api/v2:tf_dialect_to_executor_test PASSED in 17.9s //tensorflow/compiler/mlir/tf2xla/internal:clustering_bridge_passes_test PASSED in 6.0s //tensorflow/compiler/mlir/tf2xla/internal:compilation_timer_test PASSED in 0.2s //tensorflow/compiler/mlir/tf2xla/internal:legalize_tf_mlir_test PASSED in 23.8s //tensorflow/compiler/mlir/tf2xla/internal:legalize_tf_to_hlo_test PASSED in 22.6s //tensorflow/compiler/mlir/tf2xla/internal:logging_hooks_test PASSED in 19.1s //tensorflow/compiler/mlir/tf2xla/internal:mlir_bridge_pass_util_test PASSED in 1.1s //tensorflow/compiler/mlir/tf2xla/internal:mlir_pass_instrumentation_test PASSED in 6.6s //tensorflow/compiler/mlir/tf2xla/internal:test_matchers_test PASSED in 5.3s //tensorflow/compiler/mlir/tf2xla/internal/inference:inference_metrics_pass_test PASSED in 15.3s //tensorflow/compiler/mlir/tf2xla/internal/passes:tpu_cluster_formation_test PASSED in 15.8s //tensorflow/compiler/mlir/tf2xla/internal/passes:verify_clustering_pass_test PASSED in 15.3s //tensorflow/compiler/mlir/tf2xla/internal/passes:verify_clustering_pass_test.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tf2xla/internal/passes:verify_input_dialect_to_executor_pass_test.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tf2xla/internal/utils:dialect_detection_utils_test PASSED in 0.9s //tensorflow/compiler/mlir/tf2xla/tests:adjust-layout.mlir.test PASSED in 0.7s //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.9s //tensorflow/compiler/mlir/tf2xla/tests:legalize-tf-BatchMatMulV2.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tf2xla/tests:legalize-tf-binary-elementwise.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tf2xla/tests:legalize-tf-collective.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tf2xla/tests:legalize-tf-communication.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tf2xla/tests:legalize-tf-include-tf2xla-fallback.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tf2xla/tests:legalize-tf-prefer-tf2xla.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tf2xla/tests:legalize-tf-quant.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tf2xla/tests:legalize-tf-with-tf2xla-hlo-importer.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tf2xla/tests:legalize-tf.mlir.test PASSED in 7.1s //tensorflow/compiler/mlir/tf2xla/tests:tfxla_device_specific_transformations_cpu.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tf2xla/tests:tfxla_device_specific_transformations_gpu.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tf2xla/tests:verify-tfxla-legalization-no-chlo.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tf2xla/tests:verify-tfxla-legalization.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tf2xla/transforms:legalization_op_config_test PASSED in 32.1s //tensorflow/compiler/mlir/tf2xla/transforms:tf2xla_rewriter_test PASSED in 15.7s //tensorflow/compiler/mlir/tf2xla/transforms:verify_tfxla_legalization_test PASSED in 15.3s //tensorflow/compiler/mlir/tf2xla/transforms:xla_legalize_targets_test PASSED in 0.8s //tensorflow/compiler/mlir/tf2xla/transforms:xla_legalize_tf_test PASSED in 2.9s //tensorflow/compiler/mlir/tfr:graph_decompose_test PASSED in 14.5s //tensorflow/compiler/mlir/tfr:node_expansion_test PASSED in 13.0s //tensorflow/compiler/mlir/tfr:op_reg_gen_test PASSED in 31.9s //tensorflow/compiler/mlir/tfr:tfr_decompose_ctx_test PASSED in 5.7s //tensorflow/compiler/mlir/tfr:tfr_gen_test PASSED in 33.5s //tensorflow/compiler/mlir/tfr/examples/customization:test_ops_test PASSED in 29.6s //tensorflow/compiler/mlir/tfr/examples/mnist:mnist_ops_test PASSED in 34.3s //tensorflow/compiler/mlir/tfr/examples/pad:pad_ops_test PASSED in 33.1s //tensorflow/compiler/mlir/tfrt/tests:batch_function_fallback_resource_variable_as_captured_tensor.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests:batch_function_lowering.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tfrt/tests:convert_ref_variables.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests:cross_device_transfer.mlir.test PASSED in 0.7s //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.9s //tensorflow/compiler/mlir/tfrt/tests:hoist_invariant_ops.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tfrt/tests:hoist_invariant_ops_mlrt.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tfrt/tests:optimize.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tfrt/tests:remove_device_attribute.mlir.test PASSED in 0.8s //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.8s //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 1.0s //tensorflow/compiler/mlir/tfrt/tests:xla_launch_lowering.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests:xla_rewrite.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests/analysis:cost_analysis.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/tfrt/tests/analysis:tensor_array_side_effect_analysis.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests/analysis:update_op_cost_in_tfrt_mlir_test PASSED in 1.0s //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.7s //tensorflow/compiler/mlir/tfrt/tests/ifrt:tf_restore_merging.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tfrt/tests/ifrt:tf_restore_splitting.mlir.test PASSED in 0.9s //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.3s //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.8s //tensorflow/compiler/mlir/tfrt/tests/mlrt:fuse_mlrt_ops.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests/mlrt:inline.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tfrt/tests/mlrt:parallelization.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tfrt/tests/mlrt:tf_to_mlrt.mlir.test PASSED in 1.0s //tensorflow/compiler/mlir/tfrt/tests/mlrt:tpu_conversions.mlir.test PASSED in 1.1s //tensorflow/compiler/mlir/tfrt/tests/mlrt:while_to_map_fn.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:attributes.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:basic.mlir.test PASSED in 0.8s //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.8s //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.8s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:decompose_resource_op.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:derived_attrs.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:device_conversion.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:errors.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:fallback.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:fallback_canonicalization.mlir.test PASSED in 0.7s //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.7s //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.8s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:optimize_tf_control_flow_side_effect.mlir.test PASSED in 0.8s //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.9s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:tf_to_corert_pipeline.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:tf_to_corert_pipeline_refvar.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tfrt/tests/tf_to_corert:whileop.mlir.test PASSED in 1.0s //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.7s //tensorflow/compiler/mlir/tools/kernel_gen/tests:buffer_reuse.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tools/kernel_gen/tests:bufferize.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tools/kernel_gen/tests:copy_cleanup.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tools/kernel_gen/tests:embed_tf_framework.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tools/kernel_gen/tests:func_to_jit_invocations.mlir.test PASSED in 0.9s //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.8s //tensorflow/compiler/mlir/tools/kernel_gen/tests:parallel_loops_to_sequential.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tools/kernel_gen/tests:rewrite_tf_framework_assert.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tools/kernel_gen/tests:tf_abi_knowledge.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tools/kernel_gen/tests:tf_framework_legalize_to_llvm.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tools/kernel_gen/tests:tf_kernel_gpu_launch_to_llvm.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tosa/tests:convert-tfl-uint8.mlir.test PASSED in 0.7s //tensorflow/compiler/mlir/tosa/tests:convert_metadata.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tosa/tests:fuse-bias-tf.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tosa/tests:lower-complex-types.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tosa/tests:multi_add.mlir.test PASSED in 0.9s //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.8s //tensorflow/compiler/mlir/tosa/tests:strip_metadata.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tosa/tests:tf-tfl-to-tosa-pipeline.mlir.test PASSED in 0.8s //tensorflow/compiler/mlir/tosa/tests:tf-to-tosa-pipeline.mlir.test PASSED in 1.3s //tensorflow/compiler/mlir/tosa/tests:tfl-to-tosa-dequantize_softmax.mlir.test PASSED in 0.9s //tensorflow/compiler/mlir/tosa/tests:tfl-to-tosa-pipeline-filtered.mlir.test PASSED in 0.7s //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 1.1s //tensorflow/compiler/mlir/tosa/tests:verify_fully_converted.mlir.test PASSED in 0.7s //tensorflow/compiler/tests:adadelta_test_cpu PASSED in 33.8s //tensorflow/compiler/tests:adagrad_da_test_cpu PASSED in 30.0s //tensorflow/compiler/tests:adagrad_test_cpu PASSED in 17.4s //tensorflow/compiler/tests:adam_test_cpu PASSED in 19.7s //tensorflow/compiler/tests:add_n_test_cpu PASSED in 15.2s //tensorflow/compiler/tests:argminmax_test_cpu PASSED in 19.1s //tensorflow/compiler/tests:argminmax_test_cpu_mlir_bridge_test PASSED in 22.2s //tensorflow/compiler/tests:async_comp_test_cpu PASSED in 12.5s //tensorflow/compiler/tests:bincount_op_test_cpu PASSED in 14.8s //tensorflow/compiler/tests:bucketize_op_test_cpu PASSED in 14.6s //tensorflow/compiler/tests:bucketize_op_test_cpu_mlir_bridge_test PASSED in 14.7s //tensorflow/compiler/tests:case_test_cpu PASSED in 15.0s //tensorflow/compiler/tests:cast_ops_test_cpu PASSED in 14.1s //tensorflow/compiler/tests:cast_ops_test_cpu_mlir_bridge_test PASSED in 15.2s //tensorflow/compiler/tests:categorical_op_test_cpu PASSED in 17.1s //tensorflow/compiler/tests:categorical_op_test_cpu_mlir_bridge_test PASSED in 20.8s //tensorflow/compiler/tests:cholesky_op_test_cpu PASSED in 23.3s //tensorflow/compiler/tests:cholesky_op_test_cpu_mlir_bridge_test PASSED in 25.6s //tensorflow/compiler/tests:clustering_test_cpu PASSED in 15.8s //tensorflow/compiler/tests:clustering_test_cpu_mlir_bridge_test PASSED in 16.8s //tensorflow/compiler/tests:concat_ops_test_cpu PASSED in 15.0s //tensorflow/compiler/tests:concat_ops_test_cpu_mlir_bridge_test PASSED in 14.5s //tensorflow/compiler/tests:cond_test_cpu PASSED in 14.8s //tensorflow/compiler/tests:const_arg_test_cpu PASSED in 13.1s //tensorflow/compiler/tests:const_test_cpu PASSED in 13.1s //tensorflow/compiler/tests:data_format_ops_test_cpu PASSED in 16.6s //tensorflow/compiler/tests:data_format_ops_test_cpu_mlir_bridge_test PASSED in 19.7s //tensorflow/compiler/tests:dense_layer_test_cpu PASSED in 19.8s //tensorflow/compiler/tests:dynamic_slice_ops_test_cpu PASSED in 15.8s //tensorflow/compiler/tests:dynamic_slice_ops_test_cpu_mlir_bridge_test PASSED in 17.9s //tensorflow/compiler/tests:dynamic_stitch_test_cpu PASSED in 11.6s //tensorflow/compiler/tests:dynamic_stitch_test_cpu_mlir_bridge_test PASSED in 24.0s //tensorflow/compiler/tests:eager_test_cpu PASSED in 21.6s //tensorflow/compiler/tests:einsum_op_test_cpu PASSED in 14.1s //tensorflow/compiler/tests:einsum_op_test_cpu_mlir_bridge_test PASSED in 12.7s //tensorflow/compiler/tests:ensure_shape_op_test_cpu PASSED in 12.8s //tensorflow/compiler/tests:extract_image_patches_op_test_cpu PASSED in 12.9s //tensorflow/compiler/tests:extract_image_patches_op_test_cpu_mlir_bridge_test PASSED in 14.0s //tensorflow/compiler/tests:fake_quant_ops_test_cpu PASSED in 17.3s //tensorflow/compiler/tests:fake_quant_ops_test_cpu_mlir_bridge_test PASSED in 30.4s //tensorflow/compiler/tests:fifo_queue_test_cpu PASSED in 14.5s //tensorflow/compiler/tests:fifo_queue_test_cpu_mlir_bridge_test PASSED in 14.7s //tensorflow/compiler/tests:ftrl_ops_test_cpu PASSED in 34.1s //tensorflow/compiler/tests:ftrl_ops_test_cpu_mlir_bridge_test PASSED in 16.9s //tensorflow/compiler/tests:function_test_cpu PASSED in 14.1s //tensorflow/compiler/tests:function_test_cpu_mlir_bridge_test PASSED in 13.6s //tensorflow/compiler/tests:gather_nd_op_test_cpu PASSED in 14.0s //tensorflow/compiler/tests:gather_nd_op_test_cpu_mlir_bridge_test PASSED in 42.7s //tensorflow/compiler/tests:gather_test_cpu PASSED in 51.0s //tensorflow/compiler/tests:gather_test_cpu_mlir_bridge_test PASSED in 50.0s //tensorflow/compiler/tests:image_ops_jit_compile_test_cpu PASSED in 16.9s //tensorflow/compiler/tests:jit_test_cpu PASSED in 51.1s //tensorflow/compiler/tests:listdiff_op_test_cpu PASSED in 17.2s //tensorflow/compiler/tests:listdiff_op_test_cpu_mlir_bridge_test PASSED in 20.0s //tensorflow/compiler/tests:lrn_ops_test_cpu PASSED in 14.3s //tensorflow/compiler/tests:lrn_ops_test_cpu_mlir_bridge_test PASSED in 13.3s //tensorflow/compiler/tests:lstm_test_cpu PASSED in 32.3s //tensorflow/compiler/tests:manip_ops_test_cpu PASSED in 35.9s //tensorflow/compiler/tests:manip_ops_test_cpu_mlir_bridge_test PASSED in 15.8s //tensorflow/compiler/tests:matrix_inverse_op_test_cpu PASSED in 42.5s //tensorflow/compiler/tests:matrix_inverse_op_test_cpu_mlir_bridge_test PASSED in 28.2s //tensorflow/compiler/tests:matrix_solve_op_test_cpu PASSED in 14.1s //tensorflow/compiler/tests:matrix_solve_op_test_cpu_mlir_bridge_test PASSED in 17.1s //tensorflow/compiler/tests:momentum_test_cpu PASSED in 18.5s //tensorflow/compiler/tests:nary_ops_test_cpu PASSED in 15.6s //tensorflow/compiler/tests:nary_ops_test_cpu_mlir_bridge_test PASSED in 17.9s //tensorflow/compiler/tests:nullary_ops_test_cpu PASSED in 42.5s //tensorflow/compiler/tests:nullary_ops_test_cpu_mlir_bridge_test PASSED in 12.2s //tensorflow/compiler/tests:placeholder_test_cpu PASSED in 23.3s //tensorflow/compiler/tests:placeholder_test_cpu_mlir_bridge_test PASSED in 13.3s //tensorflow/compiler/tests:proximal_adagrad_test_cpu PASSED in 25.7s //tensorflow/compiler/tests:proximal_gradient_descent_test_cpu PASSED in 19.6s //tensorflow/compiler/tests:quantized_ops_test_cpu PASSED in 32.4s //tensorflow/compiler/tests:reduce_window_test_cpu PASSED in 11.3s //tensorflow/compiler/tests:reduce_window_test_cpu_mlir_bridge_test PASSED in 13.4s //tensorflow/compiler/tests:repeat_op_test_cpu PASSED in 13.5s //tensorflow/compiler/tests:repeat_op_test_cpu_mlir_bridge_test PASSED in 15.6s //tensorflow/compiler/tests:reshape_op_test_cpu PASSED in 14.4s //tensorflow/compiler/tests:reshape_op_test_cpu_mlir_bridge_test PASSED in 14.2s //tensorflow/compiler/tests:reverse_ops_test_cpu PASSED in 16.2s //tensorflow/compiler/tests:reverse_ops_test_cpu_mlir_bridge_test PASSED in 18.0s //tensorflow/compiler/tests:reverse_sequence_op_test_cpu PASSED in 15.5s //tensorflow/compiler/tests:reverse_sequence_op_test_cpu_mlir_bridge_test PASSED in 13.8s //tensorflow/compiler/tests:rmsprop_test_cpu PASSED in 18.1s //tensorflow/compiler/tests:scatter_nd_op_test_cpu PASSED in 24.8s //tensorflow/compiler/tests:scatter_nd_op_test_cpu_mlir_bridge_test PASSED in 51.7s //tensorflow/compiler/tests:searchsorted_op_test_cpu PASSED in 14.8s //tensorflow/compiler/tests:searchsorted_op_test_cpu_mlir_bridge_test PASSED in 16.3s //tensorflow/compiler/tests:segment_reduction_ops_test_cpu PASSED in 28.7s //tensorflow/compiler/tests:segment_reduction_ops_test_cpu_mlir_bridge_test PASSED in 33.3s //tensorflow/compiler/tests:self_adjoint_eig_op_test_cpu PASSED in 21.6s //tensorflow/compiler/tests:self_adjoint_eig_op_test_cpu_mlir_bridge_test PASSED in 21.6s //tensorflow/compiler/tests:slice_ops_test_cpu PASSED in 35.5s //tensorflow/compiler/tests:slice_ops_test_cpu_mlir_bridge_test PASSED in 37.3s //tensorflow/compiler/tests:sparse_to_dense_op_test_cpu PASSED in 12.3s //tensorflow/compiler/tests:sparse_to_dense_op_test_cpu_mlir_bridge_test PASSED in 13.1s //tensorflow/compiler/tests:stack_ops_test_cpu PASSED in 13.1s //tensorflow/compiler/tests:tensor_float_32_test_cpu PASSED in 15.6s //tensorflow/compiler/tests:tensor_float_32_test_cpu_mlir_bridge_test PASSED in 18.2s //tensorflow/compiler/tests:tensor_list_ops_test_cpu PASSED in 14.4s //tensorflow/compiler/tests:tridiagonal_matmul_ops_test_cpu PASSED in 19.5s //tensorflow/compiler/tests:tridiagonal_matmul_ops_test_cpu_mlir_bridge_test PASSED in 21.0s //tensorflow/compiler/tests:tridiagonal_solve_ops_test_cpu PASSED in 19.3s //tensorflow/compiler/tests:tridiagonal_solve_ops_test_cpu_mlir_bridge_test PASSED in 19.4s //tensorflow/compiler/tests:unique_ops_test_cpu PASSED in 11.2s //tensorflow/compiler/tests:variable_ops_test_cpu PASSED in 31.1s //tensorflow/compiler/tests:variable_ops_test_cpu_mlir_bridge_test PASSED in 20.6s //tensorflow/compiler/tests:where_op_test_cpu PASSED in 15.2s //tensorflow/compiler/tests:while_test_cpu PASSED in 15.2s //tensorflow/compiler/tests:xla_call_module_no_platform_check_test_cpu PASSED in 15.9s //tensorflow/compiler/tests:xla_call_module_no_shape_assertions_check_test_cpu PASSED in 26.2s //tensorflow/compiler/tests:xla_call_module_test_cpu PASSED in 14.9s //tensorflow/compiler/tests:xla_custom_call_ops_test_cpu PASSED in 12.3s //tensorflow/compiler/tests:xla_device_gpu_test_cpu PASSED in 11.7s //tensorflow/compiler/tests:xla_device_test_cpu PASSED in 17.4s //tensorflow/compiler/tests:xla_device_test_cpu_mlir_bridge_test PASSED in 20.7s //tensorflow/compiler/tests:xla_dump_to_test_cpu PASSED in 41.2s //tensorflow/compiler/tests:xla_dump_to_test_cpu_mlir_bridge_test PASSED in 26.1s //tensorflow/compiler/tests:xla_ops_test_cpu PASSED in 38.6s //tensorflow/compiler/tests:xla_ops_test_cpu_mlir_bridge_test PASSED in 49.0s //tensorflow/compiler/tests:xla_test_test PASSED in 26.2s //tensorflow/compiler/tf2xla:const_analysis_test PASSED in 6.4s //tensorflow/compiler/tf2xla:cpu_function_runtime_test PASSED in 0.1s //tensorflow/compiler/tf2xla:functionalize_cond_test PASSED in 0.9s //tensorflow/compiler/tf2xla:functionalize_control_flow_test PASSED in 0.9s //tensorflow/compiler/tf2xla:fused_batchnorm_reserve_space_test_cpu PASSED in 22.2s //tensorflow/compiler/tf2xla:graph_compiler_test PASSED in 5.2s //tensorflow/compiler/tf2xla:literal_util_test PASSED in 0.4s //tensorflow/compiler/tf2xla:resource_operation_table_test PASSED in 6.3s //tensorflow/compiler/tf2xla:resource_util_test_cpu PASSED in 1.4s //tensorflow/compiler/tf2xla:sharding_util_test PASSED in 0.8s //tensorflow/compiler/tf2xla:tf2xla_opset_test PASSED in 8.4s //tensorflow/compiler/tf2xla:tf2xla_test PASSED in 16.7s //tensorflow/compiler/tf2xla:tf2xla_util_test PASSED in 0.7s //tensorflow/compiler/tf2xla:type_util_test PASSED in 0.9s //tensorflow/compiler/tf2xla:xla_compiler_test PASSED in 18.5s //tensorflow/compiler/tf2xla:xla_jit_compiled_cpu_function_test PASSED in 17.5s //tensorflow/compiler/tf2xla:xla_op_registry_test PASSED in 5.2s //tensorflow/compiler/tf2xla/kernels:rng_converter_utils_test PASSED in 1.2s //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 7.3s //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.6s //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.3s //tensorflow/core:__tensorflow_core_lib_monitoring_metric_def_test PASSED in 0.3s //tensorflow/core:__tensorflow_core_lib_monitoring_percentile_sampler_test PASSED in 0.4s //tensorflow/core:__tensorflow_core_lib_monitoring_sampler_test PASSED in 0.4s //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.5s //tensorflow/core:__tensorflow_core_util_mkl_util_test_srcs PASSED in 0.1s //tensorflow/core:lib_strings_ordered_code_test PASSED in 1.5s //tensorflow/core:lib_strings_proto_serialization_test PASSED in 0.1s //tensorflow/core/api_def:api_test PASSED in 4.5s //tensorflow/core/api_def:update_api_def_test PASSED in 0.1s //tensorflow/core/common_runtime:all_to_all_test_cpu PASSED in 0.5s //tensorflow/core/common_runtime:arg_ret_placement_test PASSED in 0.4s //tensorflow/core/common_runtime:buf_rendezvous_test PASSED in 0.8s //tensorflow/core/common_runtime:collective_executor_mgr_test PASSED in 0.9s //tensorflow/core/common_runtime:collective_param_resolver_local_test PASSED in 5.5s //tensorflow/core/common_runtime:collective_rma_local_test PASSED in 1.6s //tensorflow/core/common_runtime:colocate_predecessor_trees_pass_test PASSED in 0.9s //tensorflow/core/common_runtime:composite_device_test PASSED in 1.9s //tensorflow/core/common_runtime:cost_measurement_registry_test PASSED in 2.4s //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.8s //tensorflow/core/common_runtime:device_set_test PASSED in 1.2s //tensorflow/core/common_runtime:direct_session_test_cpu PASSED in 3.5s //tensorflow/core/common_runtime:direct_session_with_debug_test PASSED in 3.1s //tensorflow/core/common_runtime:direct_session_with_tracking_alloc_test PASSED in 0.8s //tensorflow/core/common_runtime:dynamic_device_mgr_test PASSED in 1.0s //tensorflow/core/common_runtime:eval_const_tensor_test PASSED in 1.0s //tensorflow/core/common_runtime:executor_test PASSED in 2.2s //tensorflow/core/common_runtime:function_optimization_registration_test PASSED in 0.7s //tensorflow/core/common_runtime:function_optimization_registry_no_pass_test PASSED in 1.2s //tensorflow/core/common_runtime:function_optimization_registry_pass_failure_test PASSED in 1.0s //tensorflow/core/common_runtime:function_optimization_registry_test PASSED in 0.7s //tensorflow/core/common_runtime:function_threadpool_test PASSED in 0.9s //tensorflow/core/common_runtime:graph_constructor_test PASSED in 2.2s //tensorflow/core/common_runtime:graph_runner_test PASSED in 1.1s //tensorflow/core/common_runtime:hierarchical_tree_broadcaster_test_cpu PASSED in 2.8s //tensorflow/core/common_runtime:inline_function_utils_test PASSED in 0.9s //tensorflow/core/common_runtime:input_colocation_exemption_registry_test PASSED in 1.1s //tensorflow/core/common_runtime:int32_fulltype_test PASSED in 1.0s //tensorflow/core/common_runtime:isolate_placer_inspection_required_ops_pass_test PASSED in 0.8s //tensorflow/core/common_runtime:lower_case_op_test PASSED in 1.8s //tensorflow/core/common_runtime:lower_function_call_test PASSED in 2.0s //tensorflow/core/common_runtime:lower_functional_ops_test PASSED in 1.8s //tensorflow/core/common_runtime:lower_if_op_test PASSED in 2.1s //tensorflow/core/common_runtime:lower_while_op_test PASSED in 1.6s //tensorflow/core/common_runtime:mkl_cpu_allocator_test PASSED in 0.1s //tensorflow/core/common_runtime:mkl_threadpool_device_test PASSED in 0.7s //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.9s //tensorflow/core/common_runtime:optimize_function_graph_utils_test PASSED in 1.2s //tensorflow/core/common_runtime:partitioning_utils_test PASSED in 1.2s //tensorflow/core/common_runtime:pending_counts_test PASSED in 1.6s //tensorflow/core/common_runtime:permuter_test_cpu PASSED in 2.5s //tensorflow/core/common_runtime:placer_inspection_required_ops_utils_test PASSED in 0.8s //tensorflow/core/common_runtime:placer_test PASSED in 1.1s //tensorflow/core/common_runtime:process_function_library_runtime_test_cpu PASSED in 0.7s //tensorflow/core/common_runtime:process_util_test PASSED in 0.1s //tensorflow/core/common_runtime:quantize_training_test PASSED in 1.6s //tensorflow/core/common_runtime:rendezvous_util_test PASSED in 0.1s //tensorflow/core/common_runtime:replicate_constants_pass_test PASSED in 1.1s //tensorflow/core/common_runtime:replicate_per_replica_nodes_test PASSED in 0.8s //tensorflow/core/common_runtime:request_cost_accessor_registry_test PASSED in 3.1s //tensorflow/core/common_runtime:request_cost_test PASSED in 0.1s //tensorflow/core/common_runtime:ring_gatherer_test_cpu PASSED in 1.8s //tensorflow/core/common_runtime:ring_reducer_test_cpu PASSED in 6.8s //tensorflow/core/common_runtime:scoped_allocator_mgr_test PASSED in 3.8s //tensorflow/core/common_runtime:session_test PASSED in 1.7s //tensorflow/core/common_runtime:shape_refiner_test PASSED in 1.3s //tensorflow/core/common_runtime:single_threaded_executor_test PASSED in 0.9s //tensorflow/core/common_runtime:threadpool_device_test PASSED in 0.9s //tensorflow/core/common_runtime:type_inference_test PASSED in 1.7s //tensorflow/core/common_runtime/eager:attr_builder_test PASSED in 28.3s //tensorflow/core/common_runtime/eager:context_test PASSED in 12.2s //tensorflow/core/common_runtime/eager:custom_device_test PASSED in 11.4s //tensorflow/core/common_runtime/eager:eager_executor_test PASSED in 12.1s //tensorflow/core/common_runtime/eager:eager_op_rewrite_registry_test PASSED in 1.0s //tensorflow/core/common_runtime/eager:eager_operation_test PASSED in 12.6s //tensorflow/core/common_runtime/eager:execute_node_test PASSED in 11.5s //tensorflow/core/common_runtime/eager:execute_test PASSED in 26.3s //tensorflow/core/common_runtime/eager:kernel_and_device_test PASSED in 1.5s //tensorflow/core/common_runtime/eager:mkl_eager_op_rewrite_test PASSED in 12.0s //tensorflow/core/common_runtime/eager:placement_test PASSED in 12.3s //tensorflow/core/common_runtime/eager:placement_utils_test PASSED in 11.2s //tensorflow/core/common_runtime/eager:summary_optimizer_test PASSED in 0.1s //tensorflow/core/common_runtime/eager:tensor_handle_data_test PASSED in 11.9s //tensorflow/core/common_runtime/eager:tensor_handle_test PASSED in 10.7s //tensorflow/core/common_runtime/gpu:gpu_device_on_non_gpu_machine_test PASSED in 0.7s //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 3.2s //tensorflow/core/common_runtime/next_pluggable_device/c:plugin_c_api_test PASSED in 33.2s //tensorflow/core/common_runtime/next_pluggable_device/c:tf_rendezvous_c_api_test PASSED in 0.9s //tensorflow/core/config:flags_py_test PASSED in 10.8s //tensorflow/core/config:flags_test PASSED in 0.1s //tensorflow/core/data:compression_utils_test PASSED in 2.2s //tensorflow/core/data:dataset_utils_test PASSED in 0.9s //tensorflow/core/data:hash_utils_test PASSED in 2.8s //tensorflow/core/data:metric_utils_test PASSED in 5.7s //tensorflow/core/data:name_utils_test PASSED in 0.1s //tensorflow/core/data:rewrite_utils_test PASSED in 0.5s //tensorflow/core/data:serialization_utils_test PASSED in 0.8s //tensorflow/core/data:snapshot_utils_test PASSED in 1.0s //tensorflow/core/data:split_utils_test PASSED in 1.1s //tensorflow/core/data:standalone_save_restore_test PASSED in 1.5s //tensorflow/core/data:standalone_test PASSED in 4.2s //tensorflow/core/data:tfdataz_metrics_test PASSED in 4.0s //tensorflow/core/data:unbounded_thread_pool_test PASSED in 0.5s //tensorflow/core/data:utils_test PASSED in 0.5s //tensorflow/core/data/service:auto_scaler_test PASSED in 0.8s //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 1.0s //tensorflow/core/data/service:cross_trainer_cache_test PASSED in 2.1s //tensorflow/core/data/service:data_service_test PASSED in 8.9s //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 2.6s //tensorflow/core/data/service:dispatcher_state_test PASSED in 1.0s //tensorflow/core/data/service:graph_rewriters_test PASSED in 1.0s //tensorflow/core/data/service:grpc_dispatcher_impl_test PASSED in 1.9s //tensorflow/core/data/service:grpc_util_test PASSED in 1.1s //tensorflow/core/data/service:grpc_worker_impl_test PASSED in 2.4s //tensorflow/core/data/service:journal_test PASSED in 0.9s //tensorflow/core/data/service:split_provider_test PASSED in 1.8s //tensorflow/core/data/service:task_runner_test PASSED in 2.6s //tensorflow/core/data/service:test_util_test PASSED in 1.8s //tensorflow/core/data/service:url_test PASSED in 0.1s //tensorflow/core/data/service:utils_test PASSED in 1.0s //tensorflow/core/data/service:validate_utils_test PASSED in 0.7s //tensorflow/core/data/service:worker_client_test PASSED in 2.4s //tensorflow/core/data/service:worker_impl_test PASSED in 2.3s //tensorflow/core/data/service/client:data_service_client_test PASSED in 2.7s //tensorflow/core/data/service/client:utils_test PASSED in 2.3s //tensorflow/core/data/service/client:validate_utils_test PASSED in 1.7s //tensorflow/core/data/service/snapshot:distributed_snapshot_test PASSED in 16.6s //tensorflow/core/data/service/snapshot:file_utils_test PASSED in 1.0s //tensorflow/core/data/service/snapshot:parallel_tfrecord_writer_test PASSED in 10.7s //tensorflow/core/data/service/snapshot:path_utils_test PASSED in 0.1s //tensorflow/core/data/service/snapshot:prefetched_split_provider_test PASSED in 15.6s //tensorflow/core/data/service/snapshot:snapshot_chunk_provider_test PASSED in 0.9s //tensorflow/core/data/service/snapshot:snapshot_manager_test PASSED in 1.8s //tensorflow/core/data/service/snapshot:snapshot_split_provider_test PASSED in 1.0s //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.0s //tensorflow/core/data/service/snapshot:utils_test PASSED in 0.1s //tensorflow/core/debug:debug_graph_utils_test PASSED in 0.7s //tensorflow/core/distributed_runtime:call_options_test PASSED in 0.2s //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.5s //tensorflow/core/distributed_runtime:collective_rma_distributed_test PASSED in 1.1s //tensorflow/core/distributed_runtime:device_resolver_distributed_test PASSED in 1.0s //tensorflow/core/distributed_runtime:message_wrappers_test PASSED in 0.1s //tensorflow/core/distributed_runtime:partial_run_mgr_test PASSED in 1.0s //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.9s //tensorflow/core/distributed_runtime:server_lib_test PASSED in 0.1s //tensorflow/core/distributed_runtime:session_mgr_test PASSED in 0.7s //tensorflow/core/distributed_runtime:tensor_coding_test PASSED in 0.2s //tensorflow/core/distributed_runtime/coordination:coordination_service_barrier_proxy_test PASSED in 3.0s //tensorflow/core/distributed_runtime/eager:eager_service_impl_test PASSED in 19.9s //tensorflow/core/distributed_runtime/eager:remote_mgr_test PASSED in 12.6s //tensorflow/core/distributed_runtime/integration_test:c_api_multi_client_test_cpu PASSED in 31.6s //tensorflow/core/distributed_runtime/integration_test:c_api_recoverable_jobs_test_cpu PASSED in 40.7s //tensorflow/core/distributed_runtime/integration_test:c_api_session_coordination_test_cpu PASSED in 27.9s //tensorflow/core/distributed_runtime/rpc:grpc_tensor_coding_test PASSED in 2.8s //tensorflow/core/distributed_runtime/rpc:grpc_worker_cache_test PASSED in 1.4s //tensorflow/core/distributed_runtime/rpc/eager:grpc_eager_client_test PASSED in 0.9s //tensorflow/core/example:example_parser_configuration_test PASSED in 0.9s //tensorflow/core/example:feature_util_test PASSED in 0.3s //tensorflow/core/framework:allocator_test PASSED in 3.2s //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 1.7s //tensorflow/core/framework:common_shape_fns_test PASSED in 0.9s //tensorflow/core/framework:dataset_test PASSED in 0.7s //tensorflow/core/framework:device_base_test PASSED in 1.2s //tensorflow/core/framework:disable_jit_test PASSED in 1.1s //tensorflow/core/framework:framework_op_gen_lib_test PASSED in 0.1s //tensorflow/core/framework:framework_op_segment_test PASSED in 0.9s //tensorflow/core/framework:framework_resource_var_test PASSED in 0.1s //tensorflow/core/framework:framework_run_handler_test PASSED in 1.6s //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 0.9s //tensorflow/core/framework:function_test PASSED in 1.0s //tensorflow/core/framework:graph_def_util_test PASSED in 0.8s //tensorflow/core/framework:graph_to_functiondef_test PASSED in 0.8s //tensorflow/core/framework:kernel_def_builder_test PASSED in 0.7s //tensorflow/core/framework:kernel_def_util_test PASSED in 1.1s //tensorflow/core/framework:memory_types_test PASSED in 0.8s //tensorflow/core/framework:model_test PASSED in 1.0s //tensorflow/core/framework:node_def_builder_test PASSED in 1.1s //tensorflow/core/framework:node_def_util_test PASSED in 1.4s //tensorflow/core/framework:node_properties_test PASSED in 1.0s //tensorflow/core/framework:op_compatibility_test PASSED in 1.4s //tensorflow/core/framework:op_def_builder_test PASSED in 1.1s //tensorflow/core/framework:op_def_util_test PASSED in 1.8s //tensorflow/core/framework:op_kernel_test PASSED in 1.1s //tensorflow/core/framework:op_registration_test PASSED in 0.9s //tensorflow/core/framework:partial_tensor_shape_test PASSED in 0.9s //tensorflow/core/framework:rendezvous_test PASSED in 3.3s //tensorflow/core/framework:resource_handle_test PASSED in 0.1s //tensorflow/core/framework:resource_mgr_test PASSED in 4.1s //tensorflow/core/framework:resource_op_kernel_test PASSED in 1.7s //tensorflow/core/framework:shape_inference_test PASSED in 0.7s //tensorflow/core/framework:shape_inference_testutil_test PASSED in 0.7s //tensorflow/core/framework:tensor_matcher_test PASSED in 0.7s //tensorflow/core/framework:tensor_shape_test PASSED in 5.9s //tensorflow/core/framework:tensor_slice_test PASSED in 0.7s //tensorflow/core/framework:tensor_test PASSED in 25.1s //tensorflow/core/framework:tensor_testutil_test PASSED in 0.7s //tensorflow/core/framework:tensor_util_test PASSED in 0.7s //tensorflow/core/framework:tracking_allocator_test PASSED in 0.8s //tensorflow/core/framework:types_test PASSED in 0.7s //tensorflow/core/framework:variant_op_registry_test PASSED in 16.8s //tensorflow/core/framework:variant_test PASSED in 1.6s //tensorflow/core/framework/registration:registration_test PASSED in 1.1s //tensorflow/core/function/capture:by_ref_capture_test PASSED in 10.3s //tensorflow/core/function/capture:capture_container_test PASSED in 10.0s //tensorflow/core/function/integration_test:side_inputs_manual_api_test PASSED in 32.7s //tensorflow/core/function/integration_test:side_inputs_test PASSED in 32.2s //tensorflow/core/function/polymorphism:function_cache_test PASSED in 11.2s //tensorflow/core/function/polymorphism:function_type_test PASSED in 10.2s //tensorflow/core/function/polymorphism:type_dispatch_test PASSED in 9.4s //tensorflow/core/function/runtime_client:runtime_client_cc_test PASSED in 53.8s //tensorflow/core/function/trace_type:custom_nest_trace_type_test PASSED in 10.3s //tensorflow/core/function/trace_type:default_types_test PASSED in 9.9s //tensorflow/core/function/trace_type:serialization_test PASSED in 10.4s //tensorflow/core/function/trace_type:trace_type_test PASSED in 13.2s //tensorflow/core/graph:algorithm_test PASSED in 3.3s //tensorflow/core/graph:collective_order_test PASSED in 1.2s //tensorflow/core/graph:control_flow_test PASSED in 1.1s //tensorflow/core/graph:costmodel_test PASSED in 0.8s //tensorflow/core/graph:edgeset_test PASSED in 0.7s //tensorflow/core/graph:graph_debug_info_builder_test PASSED in 1.3s //tensorflow/core/graph:graph_def_builder_test PASSED in 1.5s //tensorflow/core/graph:graph_partition_test PASSED in 0.7s //tensorflow/core/graph:graph_test PASSED in 0.7s //tensorflow/core/graph:node_builder_test PASSED in 0.7s //tensorflow/core/graph:optimizer_cse_test PASSED in 0.8s //tensorflow/core/graph:subgraph_test PASSED in 0.9s //tensorflow/core/graph:tensor_id_test PASSED in 0.9s //tensorflow/core/graph:validate_test PASSED in 0.9s //tensorflow/core/graph/regularization:simple_delete_test PASSED in 0.9s //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.6s //tensorflow/core/grappler:grappler_item_builder_test PASSED in 1.4s //tensorflow/core/grappler:grappler_item_test PASSED in 1.6s //tensorflow/core/grappler:mutable_graph_view_test PASSED in 1.9s //tensorflow/core/grappler:utils_test PASSED in 2.3s //tensorflow/core/grappler/clusters:single_machine_test PASSED in 24.2s //tensorflow/core/grappler/clusters:virtual_cluster_test PASSED in 1.1s //tensorflow/core/grappler/costs:analytical_cost_estimator_test PASSED in 1.6s //tensorflow/core/grappler/costs:cost_estimator_test PASSED in 0.1s //tensorflow/core/grappler/costs:graph_memory_test PASSED in 1.0s //tensorflow/core/grappler/costs:graph_properties_test PASSED in 3.5s //tensorflow/core/grappler/costs:robust_stats_test PASSED in 0.1s //tensorflow/core/grappler/costs:utils_test PASSED in 1.3s //tensorflow/core/grappler/costs:virtual_placer_test PASSED in 0.3s //tensorflow/core/grappler/costs:virtual_scheduler_test PASSED in 1.8s //tensorflow/core/grappler/graph_analyzer:gen_node_test PASSED in 1.4s //tensorflow/core/grappler/graph_analyzer:graph_analyzer_test PASSED in 1.3s //tensorflow/core/grappler/graph_analyzer:hash_tools_test PASSED in 1.4s //tensorflow/core/grappler/graph_analyzer:sig_node_test PASSED in 2.2s //tensorflow/core/grappler/graph_analyzer:subgraph_test PASSED in 1.3s //tensorflow/core/grappler/inputs:utils_test PASSED in 0.1s //tensorflow/core/grappler/optimizers:arithmetic_optimizer_test_cpu PASSED in 3.4s //tensorflow/core/grappler/optimizers:auto_mixed_precision_test_cpu PASSED in 1.4s //tensorflow/core/grappler/optimizers:auto_parallel_test_cpu PASSED in 1.9s //tensorflow/core/grappler/optimizers:common_subgraph_elimination_test_cpu PASSED in 1.5s //tensorflow/core/grappler/optimizers:custom_graph_optimizer_registry_test_cpu PASSED in 3.7s //tensorflow/core/grappler/optimizers:debug_stripper_test_cpu PASSED in 1.4s //tensorflow/core/grappler/optimizers:dependency_optimizer_test_cpu PASSED in 1.4s //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.0s //tensorflow/core/grappler/optimizers:generic_layout_optimizer_test_cpu PASSED in 1.6s //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.7s //tensorflow/core/grappler/optimizers:graph_optimizer_stage_test_cpu PASSED in 1.8s //tensorflow/core/grappler/optimizers:implementation_selector_test PASSED in 2.1s //tensorflow/core/grappler/optimizers:loop_optimizer_test_cpu PASSED in 1.8s //tensorflow/core/grappler/optimizers:memory_optimizer_test_cpu PASSED in 1.6s //tensorflow/core/grappler/optimizers:meta_optimizer_test_cpu PASSED in 7.3s //tensorflow/core/grappler/optimizers:mkl_remapper_test PASSED in 3.5s //tensorflow/core/grappler/optimizers:model_pruner_test_cpu PASSED in 2.0s //tensorflow/core/grappler/optimizers:pin_to_host_optimizer_test_cpu PASSED in 2.8s //tensorflow/core/grappler/optimizers:remapper_test_cpu PASSED in 3.9s //tensorflow/core/grappler/optimizers:scoped_allocator_optimizer_test PASSED in 2.6s //tensorflow/core/grappler/optimizers:shape_optimizer_test_cpu PASSED in 2.0s //tensorflow/core/grappler/optimizers:static_schedule_test_cpu PASSED in 1.0s //tensorflow/core/grappler/optimizers:tfg_optimizer_hook_test PASSED in 1.0s //tensorflow/core/grappler/optimizers/data:auto_shard_test PASSED in 0.7s //tensorflow/core/grappler/optimizers/data:autotune_buffer_sizes_test PASSED in 0.7s //tensorflow/core/grappler/optimizers/data:batch_parallelization_test PASSED in 0.8s //tensorflow/core/grappler/optimizers/data:disable_intra_op_parallelism_test PASSED in 0.8s //tensorflow/core/grappler/optimizers/data:disable_prefetch_legacy_autotune_test PASSED in 0.8s //tensorflow/core/grappler/optimizers/data:enable_gradient_descent_test PASSED in 0.9s //tensorflow/core/grappler/optimizers/data:filter_fusion_test PASSED in 0.9s //tensorflow/core/grappler/optimizers/data:filter_parallelization_test PASSED in 0.9s //tensorflow/core/grappler/optimizers/data:function_utils_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:fusion_utils_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:graph_utils_test PASSED in 0.4s //tensorflow/core/grappler/optimizers/data:inject_io_prefetch_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:inject_prefetch_test PASSED in 0.4s //tensorflow/core/grappler/optimizers/data:make_deterministic_test PASSED in 0.9s //tensorflow/core/grappler/optimizers/data:make_sloppy_test PASSED in 0.4s //tensorflow/core/grappler/optimizers/data:map_and_batch_fusion_test PASSED in 0.3s //tensorflow/core/grappler/optimizers/data:map_and_filter_fusion_test PASSED in 0.5s //tensorflow/core/grappler/optimizers/data:map_fusion_test PASSED in 1.1s //tensorflow/core/grappler/optimizers/data:map_parallelization_test PASSED in 1.0s //tensorflow/core/grappler/optimizers/data:noop_elimination_test PASSED in 1.0s //tensorflow/core/grappler/optimizers/data:parallel_batch_test PASSED in 1.1s //tensorflow/core/grappler/optimizers/data:remove_compression_map_test PASSED in 0.4s //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.7s //tensorflow/core/grappler/optimizers/data:shuffle_and_repeat_fusion_test PASSED in 0.3s //tensorflow/core/grappler/optimizers/data:slack_test PASSED in 0.9s //tensorflow/core/grappler/optimizers/data:split_utils_test PASSED in 1.0s //tensorflow/core/grappler/optimizers/data:use_private_thread_pool_test PASSED in 0.9s //tensorflow/core/grappler/optimizers/inference:batch_op_rewriter_test PASSED in 0.1s //tensorflow/core/grappler/utils:canonicalizer_test PASSED in 1.1s //tensorflow/core/grappler/utils:colocation_test PASSED in 1.5s //tensorflow/core/grappler/utils:frame_test PASSED in 0.1s //tensorflow/core/grappler/utils:functions_test PASSED in 1.4s //tensorflow/core/grappler/utils:graph_view_internal_test PASSED in 0.9s //tensorflow/core/grappler/utils:graph_view_test PASSED in 2.3s //tensorflow/core/grappler/utils:grappler_test_test PASSED in 6.3s //tensorflow/core/grappler/utils:pattern_utils_test PASSED in 0.8s //tensorflow/core/grappler/utils:scc_test PASSED in 3.7s //tensorflow/core/grappler/utils:symbolic_shapes_test PASSED in 0.1s //tensorflow/core/grappler/utils:topological_sort_test PASSED in 0.7s //tensorflow/core/grappler/utils:tpu_test PASSED in 0.1s //tensorflow/core/grappler/utils:transitive_fanin_test PASSED in 1.0s //tensorflow/core/grappler/utils:traversal_test PASSED in 1.1s //tensorflow/core/grappler/verifiers:structure_verifier_test PASSED in 1.3s //tensorflow/core/ir:interfaces_test PASSED in 0.1s //tensorflow/core/ir:ops_test PASSED in 2.9s //tensorflow/core/ir:shape_inference_utils_test PASSED in 0.9s //tensorflow/core/ir:tf_op_registry_test PASSED in 3.0s //tensorflow/core/ir:tf_op_wrapper_test PASSED in 0.1s //tensorflow/core/ir:utility_test PASSED in 0.1s //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.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:import_case_with_attr_inference.pbtxt.test PASSED in 0.6s //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.6s //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.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_arg_name.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_backedge_input_size.pbtxt.test PASSED in 0.9s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_duplicated_node_name.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_edge_index.pbtxt.test PASSED in 0.9s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_edge_name.pbtxt.test PASSED in 0.9s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_empty_attr_key.pbtxt.test PASSED in 0.7s //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.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_function_import.pbtxt.test PASSED in 0.6s //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.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_generic_func_with_empty_name.pbtxt.test PASSED in 0.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_generic_func_with_empty_result.pbtxt.test PASSED in 0.6s //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.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_missing_control_result.pbtxt.test PASSED in 0.7s //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.6s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_missing_data_result_value.pbtxt.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/graphdef_to_mlir:invalid_missing_input.pbtxt.test PASSED in 0.6s //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.6s //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.6s //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 2.0s //tensorflow/core/ir/importexport/tests/mlir_to_graphdef:empty.mlir.test PASSED in 1.3s //tensorflow/core/ir/importexport/tests/mlir_to_graphdef:fulltype.mlir.test PASSED in 1.3s //tensorflow/core/ir/importexport/tests/mlir_to_graphdef:func_with_no_args_or_results.mlir.test PASSED in 1.6s //tensorflow/core/ir/importexport/tests/mlir_to_graphdef:negative_zero_constant.mlir.test PASSED in 1.6s //tensorflow/core/ir/importexport/tests/mlir_to_graphdef:nested_legacy_call.mlir.test PASSED in 2.1s //tensorflow/core/ir/importexport/tests/mlir_to_graphdef:three_nodes_with_attrs.mlir.test PASSED in 1.4s //tensorflow/core/ir/importexport/tests/mlir_to_graphdef:version.mlir.test PASSED in 0.7s //tensorflow/core/ir/importexport/tests/saved_model:saved_model_roundtrip_test PASSED in 0.2s //tensorflow/core/ir/tests:attributes.mlir.test PASSED in 1.9s //tensorflow/core/ir/tests:canonicalize.mlir.test PASSED in 2.6s //tensorflow/core/ir/tests:compatible_types.mlir.test PASSED in 2.6s //tensorflow/core/ir/tests:concrete-ops.mlir.test PASSED in 2.6s //tensorflow/core/ir/tests:generic_concrete_ops.mlir.test PASSED in 2.5s //tensorflow/core/ir/tests:invalid-concrete-ops.mlir.test PASSED in 2.6s //tensorflow/core/ir/tests:invalid-preserved-attrs.mlir.test PASSED in 2.6s //tensorflow/core/ir/tests:invalid.mlir.test PASSED in 2.6s //tensorflow/core/ir/tests:invalid_types.mlir.test PASSED in 2.6s //tensorflow/core/ir/tests:ops.mlir.test PASSED in 2.6s //tensorflow/core/ir/tests:region-invalid-ops.mlir.test PASSED in 2.3s //tensorflow/core/ir/tests:region-ops-graph.mlir.test PASSED in 1.9s //tensorflow/core/ir/tests:region-ops.mlir.test PASSED in 2.1s //tensorflow/core/ir/tests:types.mlir.test PASSED in 1.8s //tensorflow/core/ir/types:dialect_test PASSED in 0.1s //tensorflow/core/kernels:as_string_op_test PASSED in 1.3s //tensorflow/core/kernels:basic_ops_benchmark_test PASSED in 0.4s //tensorflow/core/kernels:batch_kernels_env_test PASSED in 0.5s //tensorflow/core/kernels:batch_kernels_test PASSED in 42.7s //tensorflow/core/kernels:bias_op_test PASSED in 0.4s //tensorflow/core/kernels:bincount_op_test_cpu PASSED in 0.4s //tensorflow/core/kernels:broadcast_to_op_test_cpu PASSED in 0.4s //tensorflow/core/kernels:cast_op_test_cpu PASSED in 0.6s //tensorflow/core/kernels:checkpoint_callback_manager_test PASSED in 0.7s //tensorflow/core/kernels:clustering_ops_test PASSED in 0.6s //tensorflow/core/kernels:composite_tensor_variant_test PASSED in 0.4s //tensorflow/core/kernels:concat_op_test PASSED in 1.0s //tensorflow/core/kernels:constant_op_test_cpu PASSED in 0.4s //tensorflow/core/kernels:control_flow_ops_test PASSED in 5.1s //tensorflow/core/kernels:conv_grad_filter_ops_benchmark_test_cpu PASSED in 0.4s //tensorflow/core/kernels:conv_grad_input_ops_benchmark_test_cpu PASSED in 0.4s //tensorflow/core/kernels:conv_ops_benchmark_test_cpu PASSED in 0.4s //tensorflow/core/kernels:conv_ops_test_cpu PASSED in 10.1s //tensorflow/core/kernels:count_ops_test PASSED in 0.4s //tensorflow/core/kernels:cross_op_test PASSED in 0.4s //tensorflow/core/kernels:cwise_ops_test_cpu PASSED in 0.4s //tensorflow/core/kernels:debug_ops_test PASSED in 0.6s //tensorflow/core/kernels:decode_wav_op_test PASSED in 1.4s //tensorflow/core/kernels:deep_conv2d_test PASSED in 0.7s //tensorflow/core/kernels:dequantize_op_test PASSED in 0.7s //tensorflow/core/kernels:diag_op_test_cpu PASSED in 1.1s //tensorflow/core/kernels:dynamic_partition_op_test_cpu PASSED in 0.5s //tensorflow/core/kernels:dynamic_stitch_op_test_cpu PASSED in 0.4s //tensorflow/core/kernels:eigen_activations_test PASSED in 0.7s //tensorflow/core/kernels:eigen_attention_test PASSED in 0.1s //tensorflow/core/kernels:eigen_backward_cuboid_convolutions_test PASSED in 1.0s //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.4s //tensorflow/core/kernels:encode_wav_op_test PASSED in 2.2s //tensorflow/core/kernels:fingerprint_op_test PASSED in 1.1s //tensorflow/core/kernels:fused_batch_norm_ex_op_test_cpu PASSED in 0.7s //tensorflow/core/kernels:fused_batch_norm_op_test_cpu PASSED in 0.4s //tensorflow/core/kernels:gather_nd_op_test_cpu PASSED in 0.4s //tensorflow/core/kernels:gather_op_test_cpu PASSED in 0.4s //tensorflow/core/kernels:guarantee_const_op_test PASSED in 0.5s //tensorflow/core/kernels:identity_n_op_test PASSED in 0.9s //tensorflow/core/kernels:identity_op_test PASSED in 0.6s //tensorflow/core/kernels:immutable_constant_op_test PASSED in 0.9s //tensorflow/core/kernels:in_topk_op_test PASSED in 0.7s //tensorflow/core/kernels:isotonic_regression_op_test PASSED in 0.5s //tensorflow/core/kernels:logging_ops_test PASSED in 2.2s //tensorflow/core/kernels:lookup_ops_test PASSED in 0.6s //tensorflow/core/kernels:loss_test PASSED in 0.6s //tensorflow/core/kernels:lrn_op_test_cpu PASSED in 0.8s //tensorflow/core/kernels:merge_v2_checkpoints_op_test PASSED in 0.6s //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.4s //tensorflow/core/kernels:nn_ops_test_cpu PASSED in 0.8s //tensorflow/core/kernels:one_hot_op_test PASSED in 0.8s //tensorflow/core/kernels:ops_testutil_test PASSED in 0.9s //tensorflow/core/kernels:ops_util_test PASSED in 0.1s //tensorflow/core/kernels:parameterized_truncated_normal_op_test_cpu PASSED in 0.4s //tensorflow/core/kernels:parse_tensor_test PASSED in 0.4s //tensorflow/core/kernels:quantization_utils_test PASSED in 0.5s //tensorflow/core/kernels:quantize_and_dequantize_op_test_cpu PASSED in 0.9s //tensorflow/core/kernels:quantize_down_and_shrink_range_op_test PASSED in 0.5s //tensorflow/core/kernels:quantize_op_test PASSED in 0.5s //tensorflow/core/kernels:quantized_activation_ops_test PASSED in 0.5s //tensorflow/core/kernels:quantized_add_op_test PASSED in 0.8s //tensorflow/core/kernels:quantized_batch_norm_op_test PASSED in 0.4s //tensorflow/core/kernels:quantized_bias_add_op_test PASSED in 0.5s //tensorflow/core/kernels:quantized_concat_op_test PASSED in 0.5s //tensorflow/core/kernels:quantized_conv_ops_test PASSED in 1.0s //tensorflow/core/kernels:quantized_instance_norm_test PASSED in 1.2s //tensorflow/core/kernels:quantized_matmul_op_test PASSED in 0.8s //tensorflow/core/kernels:quantized_mul_op_test PASSED in 1.8s //tensorflow/core/kernels:quantized_pooling_ops_test PASSED in 0.8s //tensorflow/core/kernels:quantized_reshape_op_test PASSED in 0.6s //tensorflow/core/kernels:quantized_resize_bilinear_op_test PASSED in 2.1s //tensorflow/core/kernels:ragged_fill_empty_rows_op_test PASSED in 0.9s //tensorflow/core/kernels:ragged_gather_op_test PASSED in 1.0s //tensorflow/core/kernels:ragged_range_op_test PASSED in 0.4s //tensorflow/core/kernels:ragged_tensor_from_variant_op_test PASSED in 0.8s //tensorflow/core/kernels:ragged_tensor_to_sparse_kernel_test PASSED in 0.8s //tensorflow/core/kernels:ragged_tensor_to_tensor_op_test PASSED in 0.7s //tensorflow/core/kernels:ragged_tensor_to_variant_op_test PASSED in 0.7s //tensorflow/core/kernels:random_binomial_op_test_cpu PASSED in 0.4s //tensorflow/core/kernels:random_index_shuffle_test PASSED in 0.2s //tensorflow/core/kernels:random_op_test_cpu PASSED in 0.8s //tensorflow/core/kernels:random_poisson_op_test_cpu PASSED in 0.7s //tensorflow/core/kernels:range_sampler_test PASSED in 0.1s //tensorflow/core/kernels:reduction_ops_test_cpu PASSED in 0.5s //tensorflow/core/kernels:regex_replace_op_test PASSED in 0.4s //tensorflow/core/kernels:requantization_range_op_test PASSED in 0.8s //tensorflow/core/kernels:requantize_op_test PASSED in 0.8s //tensorflow/core/kernels:resource_ops_test PASSED in 1.2s //tensorflow/core/kernels:restore_op_test PASSED in 0.8s //tensorflow/core/kernels:restore_v2_op_test PASSED in 0.8s //tensorflow/core/kernels:reverse_op_test PASSED in 0.4s //tensorflow/core/kernels:roll_op_test PASSED in 1.0s //tensorflow/core/kernels:save_op_test PASSED in 1.1s //tensorflow/core/kernels:save_v2_op_test PASSED in 0.6s //tensorflow/core/kernels:scan_ops_test_cpu PASSED in 1.0s //tensorflow/core/kernels:scatter_nd_op_test_cpu PASSED in 1.3s //tensorflow/core/kernels:scatter_op_test PASSED in 1.2s //tensorflow/core/kernels:scoped_allocator_ops_test_cpu PASSED in 6.2s //tensorflow/core/kernels:sdca_ops_test PASSED in 1.4s //tensorflow/core/kernels:segment_reduction_ops_test PASSED in 0.4s //tensorflow/core/kernels:sendrecv_ops_test PASSED in 1.0s //tensorflow/core/kernels:sequence_ops_test PASSED in 1.4s //tensorflow/core/kernels:shape_ops_test PASSED in 0.7s //tensorflow/core/kernels:slice_op_test PASSED in 1.8s //tensorflow/core/kernels:spacetobatch_benchmark_test_cpu PASSED in 0.6s //tensorflow/core/kernels:sparse_add_op_test PASSED in 0.8s //tensorflow/core/kernels:sparse_dense_binary_op_shared_test PASSED in 0.9s //tensorflow/core/kernels:sparse_fill_empty_rows_op_test_cpu PASSED in 1.9s //tensorflow/core/kernels:sparse_matmul_op_test_cpu PASSED in 0.4s //tensorflow/core/kernels:sparse_reduce_sum_op_test PASSED in 0.7s //tensorflow/core/kernels:sparse_tensor_dense_matmul_op_test_cpu PASSED in 0.7s //tensorflow/core/kernels:sparse_to_dense_op_test_cpu PASSED in 0.8s //tensorflow/core/kernels:sparse_utils_test PASSED in 0.3s //tensorflow/core/kernels:sparse_xent_op_test_cpu PASSED in 0.7s //tensorflow/core/kernels:spectrogram_op_test_cpu PASSED in 1.8s //tensorflow/core/kernels:spectrogram_test PASSED in 0.1s //tensorflow/core/kernels:split_op_test_cpu PASSED in 0.6s //tensorflow/core/kernels:split_v_op_test_cpu PASSED in 0.9s //tensorflow/core/kernels:strided_slice_op_test PASSED in 0.8s //tensorflow/core/kernels:string_format_op_test PASSED in 1.0s //tensorflow/core/kernels:string_ngrams_op_test PASSED in 0.9s //tensorflow/core/kernels:string_split_op_test PASSED in 1.0s //tensorflow/core/kernels:substr_op_test PASSED in 0.8s //tensorflow/core/kernels:summary_audio_op_test PASSED in 1.8s //tensorflow/core/kernels:summary_image_op_test PASSED in 0.6s //tensorflow/core/kernels:summary_op_test PASSED in 1.1s //tensorflow/core/kernels:summary_tensor_op_test PASSED in 0.6s //tensorflow/core/kernels:tensor_cord_test PASSED in 0.2s //tensorflow/core/kernels:tensor_flag_utils_test PASSED in 0.1s //tensorflow/core/kernels:tensor_map_test PASSED in 0.5s //tensorflow/core/kernels:training_ops_test PASSED in 0.7s //tensorflow/core/kernels:transpose_util_test PASSED in 0.8s //tensorflow/core/kernels:unary_ops_composition_test_cpu PASSED in 1.4s //tensorflow/core/kernels:unique_op_test PASSED in 1.1s //tensorflow/core/kernels:variable_ops_test PASSED in 1.5s //tensorflow/core/kernels:while_op_test PASSED in 0.8s //tensorflow/core/kernels:xent_op_test_cpu PASSED in 0.7s //tensorflow/core/kernels/batching_util:basic_batch_scheduler_test PASSED in 0.1s //tensorflow/core/kernels/batching_util:batch_input_task_test PASSED in 5.5s //tensorflow/core/kernels/batching_util:batch_resource_base_test PASSED in 0.1s //tensorflow/core/kernels/batching_util:batch_scheduler_test PASSED in 0.8s //tensorflow/core/kernels/batching_util:bounded_executor_test PASSED in 21.7s //tensorflow/core/kernels/batching_util:input_split_metadata_test PASSED in 0.1s //tensorflow/core/kernels/batching_util:periodic_function_test PASSED in 1.4s //tensorflow/core/kernels/batching_util:serial_device_batch_scheduler_test PASSED in 1.3s //tensorflow/core/kernels/batching_util:shared_batch_scheduler_test PASSED in 2.3s //tensorflow/core/kernels/batching_util:threadsafe_status_test PASSED in 0.1s //tensorflow/core/kernels/data:batch_dataset_op_test PASSED in 0.7s //tensorflow/core/kernels/data:cache_dataset_ops_test PASSED in 0.6s //tensorflow/core/kernels/data:concatenate_dataset_op_test PASSED in 0.6s //tensorflow/core/kernels/data:filter_dataset_op_test PASSED in 0.7s //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.6s //tensorflow/core/kernels/data:flat_map_dataset_op_test PASSED in 0.6s //tensorflow/core/kernels/data:get_options_op_test PASSED in 0.4s //tensorflow/core/kernels/data:interleave_dataset_op_test PASSED in 0.7s //tensorflow/core/kernels/data:iterator_ops_test PASSED in 0.6s //tensorflow/core/kernels/data:map_dataset_op_test PASSED in 0.7s //tensorflow/core/kernels/data:map_defun_op_test PASSED in 0.5s //tensorflow/core/kernels/data:optimize_dataset_op_test PASSED in 0.6s //tensorflow/core/kernels/data:options_dataset_op_test PASSED in 0.4s //tensorflow/core/kernels/data:padded_batch_dataset_op_test PASSED in 0.6s //tensorflow/core/kernels/data:parallel_batch_dataset_op_test PASSED in 0.6s //tensorflow/core/kernels/data:parallel_filter_dataset_op_test PASSED in 0.7s //tensorflow/core/kernels/data:parallel_interleave_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/data:parallel_map_dataset_op_test PASSED in 0.8s //tensorflow/core/kernels/data:prefetch_autotuner_test PASSED in 1.3s //tensorflow/core/kernels/data:prefetch_dataset_op_test PASSED in 0.6s //tensorflow/core/kernels/data:range_dataset_op_test PASSED in 0.6s //tensorflow/core/kernels/data:reduce_dataset_op_test PASSED in 0.7s //tensorflow/core/kernels/data:repeat_dataset_op_test PASSED in 0.6s //tensorflow/core/kernels/data:rewrite_dataset_op_test PASSED in 0.7s //tensorflow/core/kernels/data:shard_dataset_op_test PASSED in 0.7s //tensorflow/core/kernels/data:shuffle_dataset_op_test PASSED in 0.7s //tensorflow/core/kernels/data:skip_dataset_op_test PASSED in 0.7s //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.7s //tensorflow/core/kernels/data:tensor_dataset_op_test PASSED in 0.5s //tensorflow/core/kernels/data:tensor_slice_dataset_op_test PASSED in 0.7s //tensorflow/core/kernels/data:text_line_dataset_op_test PASSED in 0.7s //tensorflow/core/kernels/data:tf_record_dataset_op_test PASSED in 0.7s //tensorflow/core/kernels/data:window_dataset_op_test PASSED in 0.7s //tensorflow/core/kernels/data:zip_dataset_op_test PASSED in 0.6s //tensorflow/core/kernels/data/experimental:assert_next_dataset_op_test PASSED in 0.5s //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.6s //tensorflow/core/kernels/data/experimental:directed_interleave_dataset_op_test PASSED in 0.5s //tensorflow/core/kernels/data/experimental:list_dataset_op_test PASSED in 0.5s //tensorflow/core/kernels/data/experimental:map_and_batch_dataset_op_test PASSED in 1.8s //tensorflow/core/kernels/data/experimental:parallel_interleave_dataset_op_test PASSED in 1.7s //tensorflow/core/kernels/data/experimental:random_dataset_op_test PASSED in 0.9s //tensorflow/core/kernels/data/experimental:sampling_dataset_op_test PASSED in 1.1s //tensorflow/core/kernels/data/experimental:save_dataset_op_test PASSED in 3.6s //tensorflow/core/kernels/data/experimental:unique_dataset_op_test PASSED in 1.7s //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.5s //tensorflow/core/kernels/image:colorspace_op_test PASSED in 0.5s //tensorflow/core/kernels/image:crop_and_resize_op_benchmark_test_cpu PASSED in 0.5s //tensorflow/core/kernels/image:crop_and_resize_op_test PASSED in 0.5s //tensorflow/core/kernels/image:encode_jpeg_op_test PASSED in 0.5s //tensorflow/core/kernels/image:mirror_pad_op_benchmark_test_cpu PASSED in 0.4s //tensorflow/core/kernels/image:mirror_pad_op_test PASSED in 0.6s //tensorflow/core/kernels/image:non_max_suppression_op_benchmark_test PASSED in 0.5s //tensorflow/core/kernels/image:non_max_suppression_op_test PASSED in 0.5s //tensorflow/core/kernels/image:resize_area_op_test PASSED in 0.8s //tensorflow/core/kernels/image:resize_benchmark_test_cpu PASSED in 0.4s //tensorflow/core/kernels/image:resize_bicubic_op_test PASSED in 3.2s //tensorflow/core/kernels/image:resize_ops_test_cpu PASSED in 1.9s //tensorflow/core/kernels/image:sampling_kernels_test PASSED in 0.4s //tensorflow/core/kernels/image:scale_and_translate_op_test PASSED in 1.5s //tensorflow/core/kernels/linalg:banded_triangular_solve_op_test_cpu PASSED in 0.4s //tensorflow/core/kernels/linalg:matrix_triangular_solve_op_test_cpu PASSED in 0.4s //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.4s //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 1.1s //tensorflow/core/kernels/uniform_quant_ops:math_utils_test PASSED in 0.6s //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 2.1s //tensorflow/core/kernels/uniform_quant_ops:uniform_quantize_op_test PASSED in 1.2s //tensorflow/core/kernels/uniform_quant_ops:uniform_quantized_add_op_test PASSED in 0.7s //tensorflow/core/kernels/uniform_quant_ops:uniform_quantized_clip_by_value_op_test PASSED in 0.7s //tensorflow/core/kernels/uniform_quant_ops:uniform_quantized_convolution_ops_test PASSED in 2.2s //tensorflow/core/kernels/uniform_quant_ops:uniform_quantized_dot_ops_test PASSED in 1.0s //tensorflow/core/kernels/uniform_quant_ops:uniform_requantize_op_test PASSED in 0.7s //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 1.0s //tensorflow/core/ops:ops_array_grad_test PASSED in 1.4s //tensorflow/core/ops:ops_math_grad_test PASSED in 7.5s //tensorflow/core/ops:ops_tests PASSED in 1.6s //tensorflow/core/ops/compat:backwards_compatibility_test PASSED in 1.1s //tensorflow/core/platform:enable_tf2_utils_test PASSED in 0.3s //tensorflow/core/platform:env_test PASSED in 2.9s //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 12.1s //tensorflow/core/platform:resource_loader_test PASSED in 0.2s //tensorflow/core/platform:vmodule_benchmark_test PASSED in 1.0s //tensorflow/core/platform:vmodule_test PASSED in 0.7s //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.2s //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.6s //tensorflow/core/profiler/convert:op_stats_to_tf_stats_test PASSED in 0.3s //tensorflow/core/profiler/convert:repository_test PASSED in 0.6s //tensorflow/core/profiler/convert:xplane_to_dcn_collective_stats_test PASSED in 0.1s //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.0s //tensorflow/core/profiler/internal:tfprof_stats_test PASSED in 1.7s //tensorflow/core/profiler/internal:tfprof_tensor_test PASSED in 0.9s //tensorflow/core/profiler/internal:tfprof_timeline_test PASSED in 1.0s //tensorflow/core/profiler/internal/advisor:tfprof_advisor_test PASSED in 0.7s //tensorflow/core/profiler/lib:profiler_disabled_test PASSED in 0.7s //tensorflow/core/profiler/utils:derived_timeline_test PASSED in 0.8s //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.4s //tensorflow/core/summary:schema_test PASSED in 0.1s //tensorflow/core/summary:summary_db_writer_test PASSED in 0.7s //tensorflow/core/summary:summary_file_writer_test PASSED in 0.1s //tensorflow/core/tfrt/common:pjrt_cpu_client_registration_test PASSED in 5.4s //tensorflow/core/tfrt/common:pjrt_state_test PASSED in 6.5s //tensorflow/core/tfrt/common:pjrt_util_test PASSED in 7.3s //tensorflow/core/tfrt/fallback:cost_recorder_test PASSED in 0.1s //tensorflow/core/tfrt/fallback:fallback_state_test PASSED in 0.9s //tensorflow/core/tfrt/graph_executor:config_test PASSED in 0.1s //tensorflow/core/tfrt/mlrt/attribute:attribute_test PASSED in 2.1s //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.6s //tensorflow/core/tfrt/mlrt/interpreter:future_test PASSED in 0.6s //tensorflow/core/tfrt/mlrt/interpreter:interpreter_test PASSED in 0.5s //tensorflow/core/tfrt/mlrt/interpreter:register_span_test PASSED in 0.6s //tensorflow/core/tfrt/mlrt/interpreter:value_test PASSED in 0.6s //tensorflow/core/tfrt/run_handler_thread_pool:run_handler_concurrent_work_queue_test PASSED in 1.1s //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.5s //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.5s //tensorflow/core/tfrt/utils:graph_partition_test PASSED in 2.1s //tensorflow/core/transforms:eval_utils_test PASSED in 1.0s //tensorflow/core/transforms:graph_transform_wrapper_test PASSED in 1.1s //tensorflow/core/util:bcast_test PASSED in 0.7s //tensorflow/core/util:command_line_flags_test PASSED in 0.7s //tensorflow/core/util:debug_data_dumper_test PASSED in 0.7s //tensorflow/core/util:debug_events_writer_test PASSED in 0.7s //tensorflow/core/util:dump_graph_test PASSED in 0.7s //tensorflow/core/util:equal_graph_def_test PASSED in 0.9s //tensorflow/core/util:events_writer_test PASSED in 2.8s //tensorflow/core/util:example_proto_fast_parsing_test PASSED in 1.7s //tensorflow/core/util:example_proto_helper_test PASSED in 0.7s //tensorflow/core/util:exec_on_stall_test PASSED in 2.9s //tensorflow/core/util:fake_clock_env_test PASSED in 2.0s //tensorflow/core/util:incremental_barrier_test PASSED in 0.2s //tensorflow/core/util:matmul_bcast_test PASSED in 0.7s //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.8s //tensorflow/core/util:ragged_to_dense_util_test PASSED in 1.6s //tensorflow/core/util:reffed_status_callback_test PASSED in 0.7s //tensorflow/core/util:reporter_test PASSED in 1.6s //tensorflow/core/util:saved_tensor_slice_util_test PASSED in 0.8s //tensorflow/core/util:semver_test PASSED in 0.8s //tensorflow/core/util:stat_summarizer_test PASSED in 1.0s //tensorflow/core/util:strided_slice_op_test PASSED in 1.0s //tensorflow/core/util:tensor_format_test PASSED in 0.9s //tensorflow/core/util:tensor_slice_reader_test PASSED in 1.9s //tensorflow/core/util:tensor_slice_set_test PASSED in 0.9s //tensorflow/core/util:tensor_slice_util_test PASSED in 0.8s //tensorflow/core/util:tensor_slice_writer_test PASSED in 1.7s //tensorflow/core/util:work_sharder_test PASSED in 0.9s //tensorflow/core/util/ctc:ctc_beam_search_test PASSED in 0.1s //tensorflow/core/util/proto:descriptor_pool_registry_test PASSED in 1.6s //tensorflow/core/util/proto:proto_utils_test PASSED in 0.7s //tensorflow/core/util/quantization:uniform_quant_ops_params_test PASSED in 0.1s //tensorflow/core/util/sparse:sparse_tensor_test PASSED in 0.3s //tensorflow/core/util/tensor_bundle:tensor_bundle_test PASSED in 28.5s //tensorflow/dtensor/mlir:dtensor_location_test PASSED in 0.2s //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.7s //tensorflow/dtensor/mlir/tests:dtensor_all_scatter.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:dtensor_allreduce_combine_optimization.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:dtensor_allreduce_lowering.mlir.test PASSED in 0.7s //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.7s //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.9s //tensorflow/dtensor/mlir/tests:elide_identity_before_copy_to_mesh.mlir.test PASSED in 0.9s //tensorflow/dtensor/mlir/tests:function_renaming.mlir.test PASSED in 0.8s //tensorflow/dtensor/mlir/tests:handle_cross_cluster_dependencies.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:handle_sparsetensors.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:layout_propagation_v2.mlir.test PASSED in 0.9s //tensorflow/dtensor/mlir/tests:lower_send_recv.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:merge_clusters.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:mesh_propagation.mlir.test PASSED in 0.9s //tensorflow/dtensor/mlir/tests:multi_device_expansion.mlir.test PASSED in 0.8s //tensorflow/dtensor/mlir/tests:op_to_device_cluster.mlir.test PASSED in 0.9s //tensorflow/dtensor/mlir/tests:propagate_default_layout.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:propagate_device_id_to_function.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:restore_and_assign.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:restore_shape_inference.mlir.test PASSED in 0.8s //tensorflow/dtensor/mlir/tests:set_default_sharding.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:sparse_expansion.mlir.test PASSED in 0.9s //tensorflow/dtensor/mlir/tests:spmd_batchparallel.mlir.test PASSED in 1.1s //tensorflow/dtensor/mlir/tests:spmd_concat.mlir.test PASSED in 0.9s //tensorflow/dtensor/mlir/tests:spmd_conv.mlir.test PASSED in 0.8s //tensorflow/dtensor/mlir/tests:spmd_einsum.mlir.test PASSED in 0.7s //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.7s //tensorflow/dtensor/mlir/tests:spmd_random.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:spmd_save_restore.mlir.test PASSED in 0.7s //tensorflow/dtensor/mlir/tests:spmd_segment_sum.mlir.test PASSED in 0.6s //tensorflow/dtensor/mlir/tests:spmd_slice.mlir.test PASSED in 0.7s //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.6s //tensorflow/dtensor/mlir/tests:tf_dtensor_ops.mlir.test PASSED in 0.6s //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 1.7s //tensorflow/dtensor/python/tests:api_test PASSED in 26.3s //tensorflow/dtensor/python/tests:array_ops_test_cpu PASSED in 23.8s //tensorflow/dtensor/python/tests:cache_test_cpu PASSED in 20.3s //tensorflow/dtensor/python/tests:collective_combine_all_reduce_test_cpu PASSED in 21.6s //tensorflow/dtensor/python/tests:collective_test_cpu PASSED in 21.8s //tensorflow/dtensor/python/tests:config_test_cpu PASSED in 10.7s //tensorflow/dtensor/python/tests:device_test_cpu PASSED in 45.5s //tensorflow/dtensor/python/tests:layout_test_cpu PASSED in 21.6s //tensorflow/dtensor/python/tests:mesh_util_test_cpu PASSED in 16.0s //tensorflow/dtensor/python/tests:multi_client_test_cpu PASSED in 19.7s //tensorflow/dtensor/python/tests:numpy_util_test_cpu PASSED in 14.1s //tensorflow/dtensor/python/tests:variable_test_cpu PASSED in 16.3s //tensorflow/dtensor/tests:dtensor_operation_test PASSED in 30.8s //tensorflow/dtensor/tests:executable_manager_test PASSED in 29.4s //tensorflow/dtensor/tests:layout_to_xla_sharding_test PASSED in 0.1s //tensorflow/dtensor/tests:slice_util_test PASSED in 0.1s //tensorflow/dtensor/tests:spmd_expander_test PASSED in 6.1s //tensorflow/dtensor/tests:tensor_layout_test PASSED in 0.1s //tensorflow/examples/adding_an_op:fact_test PASSED in 30.9s //tensorflow/examples/adding_an_op:zero_out_1_test PASSED in 31.3s //tensorflow/examples/adding_an_op:zero_out_2_test PASSED in 35.5s //tensorflow/examples/adding_an_op:zero_out_3_test PASSED in 35.0s //tensorflow/examples/custom_ops_doc/multiplex_1:multiplex_1_test PASSED in 36.3s //tensorflow/examples/custom_ops_doc/multiplex_2:multiplex_2_test_cpu PASSED in 28.6s //tensorflow/examples/custom_ops_doc/multiplex_3:multiplex_3_test PASSED in 34.1s //tensorflow/examples/custom_ops_doc/multiplex_4:multiplex_4_test PASSED in 32.9s //tensorflow/examples/custom_ops_doc/simple_hash_table:simple_hash_table_test PASSED in 32.9s //tensorflow/examples/custom_ops_doc/sleep:sleep_test PASSED in 33.3s //tensorflow/examples/speech_commands:accuracy_utils_test PASSED in 1.6s //tensorflow/examples/speech_commands:models_test PASSED in 30.6s //tensorflow/examples/speech_commands:recognize_commands_test PASSED in 2.4s //tensorflow/examples/wav_to_spectrogram:wav_to_spectrogram_test PASSED in 2.0s //tensorflow/js:ts_op_gen_test PASSED in 0.1s //tensorflow/python/autograph/converters:asserts_test PASSED in 12.4s //tensorflow/python/autograph/converters:break_statements_test PASSED in 12.8s //tensorflow/python/autograph/converters:call_trees_test PASSED in 12.5s //tensorflow/python/autograph/converters:conditional_expressions_test PASSED in 12.1s //tensorflow/python/autograph/converters:continue_statements_test PASSED in 14.6s //tensorflow/python/autograph/converters:control_flow_test PASSED in 18.5s //tensorflow/python/autograph/converters:directives_test PASSED in 11.4s //tensorflow/python/autograph/converters:functions_test PASSED in 10.8s //tensorflow/python/autograph/converters:lists_test PASSED in 10.6s //tensorflow/python/autograph/converters:logical_expressions_test PASSED in 12.6s //tensorflow/python/autograph/converters:return_statements_test PASSED in 12.8s //tensorflow/python/autograph/converters:slices_test PASSED in 11.3s //tensorflow/python/autograph/converters:variables_test PASSED in 12.1s //tensorflow/python/autograph/core:converter_test PASSED in 11.7s //tensorflow/python/autograph/core:function_wrappers_test PASSED in 11.6s //tensorflow/python/autograph/impl:api_test PASSED in 16.9s //tensorflow/python/autograph/impl:conversion_test PASSED in 13.1s //tensorflow/python/autograph/lang:special_functions_test PASSED in 11.9s //tensorflow/python/autograph/operators:conditional_expressions_test PASSED in 12.4s //tensorflow/python/autograph/operators:control_flow_test PASSED in 16.6s //tensorflow/python/autograph/operators:data_structures_test PASSED in 11.5s //tensorflow/python/autograph/operators:exceptions_test PASSED in 11.9s //tensorflow/python/autograph/operators:logical_test PASSED in 12.3s //tensorflow/python/autograph/operators:py_builtins_test PASSED in 21.2s //tensorflow/python/autograph/operators:slices_test PASSED in 11.1s //tensorflow/python/autograph/operators:variables_test PASSED in 11.8s //tensorflow/python/autograph/pyct:anno_test PASSED in 12.7s //tensorflow/python/autograph/pyct:ast_util_test PASSED in 12.7s //tensorflow/python/autograph/pyct:cache_test PASSED in 11.3s //tensorflow/python/autograph/pyct:cfg_test PASSED in 12.7s //tensorflow/python/autograph/pyct:error_utils_test PASSED in 11.5s //tensorflow/python/autograph/pyct:inspect_utils_test PASSED in 13.6s //tensorflow/python/autograph/pyct:loader_test PASSED in 11.9s //tensorflow/python/autograph/pyct:naming_test PASSED in 12.8s //tensorflow/python/autograph/pyct:origin_info_test PASSED in 12.0s //tensorflow/python/autograph/pyct:parser_test PASSED in 12.9s //tensorflow/python/autograph/pyct:pretty_printer_test PASSED in 11.4s //tensorflow/python/autograph/pyct:qual_names_test PASSED in 11.8s //tensorflow/python/autograph/pyct:templates_test PASSED in 11.2s //tensorflow/python/autograph/pyct:transformer_test PASSED in 12.5s //tensorflow/python/autograph/pyct:transpiler_test PASSED in 12.3s //tensorflow/python/autograph/pyct/static_analysis:activity_test PASSED in 13.4s //tensorflow/python/autograph/pyct/static_analysis:liveness_test PASSED in 12.6s //tensorflow/python/autograph/pyct/static_analysis:reaching_definitions_test PASSED in 13.4s //tensorflow/python/autograph/pyct/static_analysis:reaching_fndefs_test PASSED in 11.8s //tensorflow/python/autograph/pyct/static_analysis:type_inference_test PASSED in 12.1s //tensorflow/python/autograph/tests:assertion_test PASSED in 49.4s //tensorflow/python/autograph/tests:basic_ifexp_test PASSED in 43.3s //tensorflow/python/autograph/tests:call_to_builtin_function_test PASSED in 44.3s //tensorflow/python/autograph/tests:call_to_lambda_function_test PASSED in 42.1s //tensorflow/python/autograph/tests:call_to_named_tuple_test PASSED in 59.4s //tensorflow/python/autograph/tests:call_to_numpy_function_test PASSED in 57.3s //tensorflow/python/autograph/tests:call_to_print_function_test PASSED in 35.8s //tensorflow/python/autograph/tests:call_to_tf_api_test PASSED in 38.3s //tensorflow/python/autograph/tests:call_to_user_function_test PASSED in 29.9s //tensorflow/python/autograph/tests:composite_names_in_control_flow_test PASSED in 37.1s //tensorflow/python/autograph/tests:cond_basic_test PASSED in 36.5s //tensorflow/python/autograph/tests:datasets_test PASSED in 34.2s //tensorflow/python/autograph/tests:early_return_test PASSED in 36.6s //tensorflow/python/autograph/tests:ext_slice_test PASSED in 32.0s //tensorflow/python/autograph/tests:generator_test PASSED in 32.1s //tensorflow/python/autograph/tests:logical_expression_test PASSED in 33.7s //tensorflow/python/autograph/tests:loop_basic_test PASSED in 88.7s //tensorflow/python/autograph/tests:loop_control_flow_illegal_cases_test PASSED in 32.1s //tensorflow/python/autograph/tests:loop_created_variables_test PASSED in 64.5s //tensorflow/python/autograph/tests:loop_scoping_test PASSED in 46.1s //tensorflow/python/autograph/tests:loop_with_function_call_test PASSED in 57.4s //tensorflow/python/autograph/tests:loop_with_variable_type_illegal_cases_test PASSED in 49.1s //tensorflow/python/autograph/tests:loop_with_variable_type_test PASSED in 49.1s //tensorflow/python/autograph/tests:nested_control_flow_test PASSED in 60.0s //tensorflow/python/autograph/tests:type_annotations_test PASSED in 30.7s //tensorflow/python/autograph/utils:context_managers_test PASSED in 12.9s //tensorflow/python/autograph/utils:misc_test PASSED in 12.3s //tensorflow/python/autograph/utils:tensor_list_test PASSED in 14.0s //tensorflow/python/autograph/utils:tensors_test PASSED in 14.2s //tensorflow/python/checkpoint:checkpoint_management_test_cpu PASSED in 15.1s //tensorflow/python/checkpoint:checkpoint_metrics_test PASSED in 17.1s //tensorflow/python/checkpoint:checkpoint_test PASSED in 32.3s //tensorflow/python/checkpoint:checkpoint_view_test PASSED in 12.1s //tensorflow/python/checkpoint:checkpoint_with_v1_optimizers_test PASSED in 16.8s //tensorflow/python/checkpoint:functional_saver_test_cpu PASSED in 14.8s //tensorflow/python/checkpoint:restore_test PASSED in 13.6s //tensorflow/python/checkpoint:save_util_v1_test PASSED in 13.0s //tensorflow/python/checkpoint:saveable_compat_test PASSED in 15.3s //tensorflow/python/checkpoint:tensor_callable_test PASSED in 14.4s //tensorflow/python/checkpoint:trackable_view_test PASSED in 12.8s //tensorflow/python/checkpoint/sharding:sharding_policies_test PASSED in 14.2s //tensorflow/python/checkpoint/sharding:sharding_util_test PASSED in 12.4s //tensorflow/python/client:device_lib_test_cpu PASSED in 10.9s //tensorflow/python/client:events_writer_test PASSED in 11.5s //tensorflow/python/client:session_list_devices_test PASSED in 12.0s //tensorflow/python/client:session_partial_run_test PASSED in 14.2s //tensorflow/python/client:timeline_test_cpu PASSED in 11.6s //tensorflow/python/client:virtual_gpu_test_cpu PASSED in 12.8s //tensorflow/python/compat:compat_test PASSED in 26.7s //tensorflow/python/compat:disable_v2_behavior_test PASSED in 25.3s //tensorflow/python/compiler/mlir:mlir_test PASSED in 13.5s //tensorflow/python/compiler/tensorrt/test:batch_matmul_test_cpu PASSED in 33.8s //tensorflow/python/compiler/tensorrt/test:biasadd_matmul_test_cpu PASSED in 32.8s //tensorflow/python/compiler/tensorrt/test:bool_test_cpu PASSED in 33.9s //tensorflow/python/compiler/tensorrt/test:cast_test_cpu PASSED in 18.2s //tensorflow/python/compiler/tensorrt/test:concatenation_test_cpu PASSED in 13.5s //tensorflow/python/compiler/tensorrt/test:const_broadcast_test_cpu PASSED in 14.1s //tensorflow/python/compiler/tensorrt/test:data_dependent_shape_test_cpu PASSED in 15.1s //tensorflow/python/compiler/tensorrt/test:dynamic_input_shapes_test_cpu PASSED in 14.8s //tensorflow/python/compiler/tensorrt/test:identity_output_test_cpu PASSED in 13.8s //tensorflow/python/compiler/tensorrt/test:int32_test_cpu PASSED in 14.3s //tensorflow/python/compiler/tensorrt/test:lru_cache_test_cpu PASSED in 25.2s //tensorflow/python/compiler/tensorrt/test:multi_connection_neighbor_engine_test_cpu PASSED in 24.3s //tensorflow/python/compiler/tensorrt/test:neighboring_engine_test_cpu PASSED in 25.5s //tensorflow/python/compiler/tensorrt/test:quantization_test_cpu PASSED in 16.0s //tensorflow/python/compiler/tensorrt/test:rank_two_test_cpu PASSED in 27.5s //tensorflow/python/compiler/tensorrt/test:reshape_transpose_test_cpu PASSED in 27.1s //tensorflow/python/compiler/tensorrt/test:topk_test_cpu PASSED in 28.8s //tensorflow/python/compiler/tensorrt/test:trt_engine_op_shape_test_cpu PASSED in 28.9s //tensorflow/python/compiler/tensorrt/test:trt_mode_test_cpu PASSED in 29.3s //tensorflow/python/compiler/tensorrt/test:unary_test_cpu PASSED in 15.6s //tensorflow/python/compiler/tensorrt/test:vgg_block_nchw_test_cpu PASSED in 15.9s //tensorflow/python/compiler/tensorrt/test:vgg_block_test_cpu PASSED in 15.1s //tensorflow/python/compiler/xla:jit_compile_test_cpu PASSED in 13.7s //tensorflow/python/compiler/xla:jit_test_cpu PASSED in 21.0s //tensorflow/python/compiler/xla:xla_test_cpu PASSED in 17.5s //tensorflow/python/compiler/xla/experimental:xla_sharding_test PASSED in 9.6s //tensorflow/python/data/experimental/kernel_tests:assert_cardinality_test PASSED in 33.0s //tensorflow/python/data/experimental/kernel_tests:assert_next_test PASSED in 25.7s //tensorflow/python/data/experimental/kernel_tests:assert_prev_test PASSED in 20.5s //tensorflow/python/data/experimental/kernel_tests:compression_ops_test PASSED in 21.7s //tensorflow/python/data/experimental/kernel_tests:copy_to_device_test_cpu PASSED in 21.2s //tensorflow/python/data/experimental/kernel_tests:dense_to_sparse_batch_test PASSED in 30.1s //tensorflow/python/data/experimental/kernel_tests:from_list_test PASSED in 38.0s //tensorflow/python/data/experimental/kernel_tests:global_shuffle_test PASSED in 20.1s //tensorflow/python/data/experimental/kernel_tests:io_test PASSED in 64.7s //tensorflow/python/data/experimental/kernel_tests:lookup_ops_test PASSED in 27.1s //tensorflow/python/data/experimental/kernel_tests:make_csv_dataset_test PASSED in 31.4s //tensorflow/python/data/experimental/kernel_tests:make_saveable_from_iterator_test PASSED in 24.8s //tensorflow/python/data/experimental/kernel_tests:make_tf_record_dataset_test PASSED in 66.8s //tensorflow/python/data/experimental/kernel_tests:map_defun_op_test PASSED in 17.9s //tensorflow/python/data/experimental/kernel_tests:matching_files_dataset_test PASSED in 21.5s //tensorflow/python/data/experimental/kernel_tests:model_dataset_test PASSED in 14.5s //tensorflow/python/data/experimental/kernel_tests:non_serializable_test PASSED in 13.8s //tensorflow/python/data/experimental/kernel_tests:pad_to_cardinality_test PASSED in 16.4s //tensorflow/python/data/experimental/kernel_tests:prefetch_to_device_test_cpu PASSED in 20.5s //tensorflow/python/data/experimental/kernel_tests:prefetch_with_slack_test PASSED in 17.4s //tensorflow/python/data/experimental/kernel_tests:shuffle_and_repeat_test PASSED in 25.4s //tensorflow/python/data/experimental/kernel_tests:sleep_test PASSED in 12.6s //tensorflow/python/data/experimental/kernel_tests:tf_record_writer_test PASSED in 19.1s //tensorflow/python/data/experimental/kernel_tests:variant_test PASSED in 15.4s //tensorflow/python/data/experimental/kernel_tests:wrap_unwrap_test_cpu PASSED in 14.1s //tensorflow/python/data/experimental/kernel_tests/optimization:filter_fusion_test PASSED in 39.8s //tensorflow/python/data/experimental/kernel_tests/optimization:filter_parallelization_test PASSED in 74.4s //tensorflow/python/data/experimental/kernel_tests/optimization:grappler_test_cpu PASSED in 14.8s //tensorflow/python/data/experimental/kernel_tests/optimization:make_deterministic_test PASSED in 34.1s //tensorflow/python/data/experimental/kernel_tests/optimization:map_and_batch_fusion_test PASSED in 12.9s //tensorflow/python/data/experimental/kernel_tests/optimization:map_and_filter_fusion_test PASSED in 24.4s //tensorflow/python/data/experimental/kernel_tests/optimization:map_fusion_test PASSED in 196.1s //tensorflow/python/data/experimental/kernel_tests/optimization:map_parallelization_test PASSED in 19.6s //tensorflow/python/data/experimental/kernel_tests/optimization:noop_elimination_test PASSED in 20.5s //tensorflow/python/data/experimental/kernel_tests/optimization:seq_interleave_prefetch_test PASSED in 19.5s //tensorflow/python/data/experimental/kernel_tests/service:multi_device_test PASSED in 23.5s //tensorflow/python/data/experimental/service:server_lib_test PASSED in 13.4s //tensorflow/python/data/kernel_tests:as_numpy_iterator_test PASSED in 17.4s //tensorflow/python/data/kernel_tests:bucket_by_sequence_length_test PASSED in 22.0s //tensorflow/python/data/kernel_tests:cache_test PASSED in 60.5s //tensorflow/python/data/kernel_tests:cardinality_test PASSED in 30.9s //tensorflow/python/data/kernel_tests:checkpoint_test PASSED in 33.7s //tensorflow/python/data/kernel_tests:concatenate_test PASSED in 31.3s //tensorflow/python/data/kernel_tests:counter_test PASSED in 37.3s //tensorflow/python/data/kernel_tests:dataset_spec_test PASSED in 13.0s //tensorflow/python/data/kernel_tests:dataset_test PASSED in 58.3s //tensorflow/python/data/kernel_tests:enumerate_test PASSED in 37.7s //tensorflow/python/data/kernel_tests:fingerprint_test PASSED in 24.8s //tensorflow/python/data/kernel_tests:from_sparse_tensor_slices_test PASSED in 25.0s //tensorflow/python/data/kernel_tests:from_tensor_slices_test PASSED in 42.3s //tensorflow/python/data/kernel_tests:from_tensors_test PASSED in 55.5s //tensorflow/python/data/kernel_tests:get_single_element_test PASSED in 35.7s //tensorflow/python/data/kernel_tests:ignore_errors_test PASSED in 41.7s //tensorflow/python/data/kernel_tests:io_test PASSED in 68.3s //tensorflow/python/data/kernel_tests:iterator_test_cpu PASSED in 26.2s //tensorflow/python/data/kernel_tests:len_test PASSED in 12.3s //tensorflow/python/data/kernel_tests:list_files_test PASSED in 23.6s //tensorflow/python/data/kernel_tests:optional_test_cpu PASSED in 24.8s //tensorflow/python/data/kernel_tests:options_test PASSED in 14.6s //tensorflow/python/data/kernel_tests:placement_test_cpu PASSED in 19.3s //tensorflow/python/data/kernel_tests:prefetch_test PASSED in 49.2s //tensorflow/python/data/kernel_tests:random_test PASSED in 33.5s //tensorflow/python/data/kernel_tests:range_test PASSED in 44.6s //tensorflow/python/data/kernel_tests:rebatch_test PASSED in 35.6s //tensorflow/python/data/kernel_tests:reduce_test_cpu PASSED in 33.0s //tensorflow/python/data/kernel_tests:scan_test_cpu PASSED in 50.0s //tensorflow/python/data/kernel_tests:sparse_batch_test PASSED in 24.5s //tensorflow/python/data/kernel_tests:unbatch_test PASSED in 41.7s //tensorflow/python/data/util:convert_test PASSED in 12.5s //tensorflow/python/data/util:nest_test PASSED in 17.1s //tensorflow/python/data/util:options_test PASSED in 21.7s //tensorflow/python/data/util:random_seed_test PASSED in 12.7s //tensorflow/python/data/util:sparse_test PASSED in 13.4s //tensorflow/python/data/util:structure_test PASSED in 14.5s //tensorflow/python/data/util:traverse_test PASSED in 15.4s //tensorflow/python/debug/cli:analyzer_cli_test_cpu PASSED in 20.2s //tensorflow/python/debug/cli:cli_config_test PASSED in 8.6s //tensorflow/python/debug/cli:cli_shared_test PASSED in 8.8s //tensorflow/python/debug/cli:command_parser_test PASSED in 8.8s //tensorflow/python/debug/cli:debugger_cli_common_test PASSED in 8.9s //tensorflow/python/debug/cli:evaluator_test PASSED in 12.8s //tensorflow/python/debug/cli:profile_analyzer_cli_test PASSED in 12.6s //tensorflow/python/debug/cli:readline_ui_test PASSED in 9.0s //tensorflow/python/debug/cli:tensor_format_test PASSED in 8.7s //tensorflow/python/debug/lib:check_numerics_callback_test_cpu PASSED in 17.7s //tensorflow/python/debug/lib:common_test PASSED in 10.5s //tensorflow/python/debug/lib:debug_data_test PASSED in 10.5s //tensorflow/python/debug/lib:debug_events_monitors_test PASSED in 11.2s //tensorflow/python/debug/lib:debug_events_writer_test PASSED in 12.2s //tensorflow/python/debug/lib:debug_gradients_test_cpu PASSED in 13.2s //tensorflow/python/debug/lib:debug_graph_reconstruction_test_cpu PASSED in 15.5s //tensorflow/python/debug/lib:debug_graphs_test PASSED in 10.1s //tensorflow/python/debug/lib:debug_grappler_test_cpu PASSED in 12.2s //tensorflow/python/debug/lib:debug_utils_test PASSED in 10.7s //tensorflow/python/debug/lib:debug_v2_ops_test_cpu PASSED in 22.1s //tensorflow/python/debug/lib:profiling_test PASSED in 9.6s //tensorflow/python/debug/lib:session_debug_file_test_cpu PASSED in 20.9s //tensorflow/python/debug/lib:session_debug_multi_gpu_test_cpu PASSED in 11.4s //tensorflow/python/debug/lib:source_utils_test PASSED in 13.2s //tensorflow/python/debug/wrappers:disk_usage_test PASSED in 11.6s //tensorflow/python/debug/wrappers:dumping_wrapper_test PASSED in 12.3s //tensorflow/python/debug/wrappers:framework_test PASSED in 12.7s //tensorflow/python/debug/wrappers:local_cli_wrapper_test PASSED in 12.4s //tensorflow/python/distribute:checkpoint_utils_test_2gpu PASSED in 18.2s //tensorflow/python/distribute:checkpoint_utils_test_cpu PASSED in 17.6s //tensorflow/python/distribute:checkpointing_test_2gpu PASSED in 15.2s //tensorflow/python/distribute:checkpointing_test_cpu PASSED in 14.8s //tensorflow/python/distribute:collective_util_test PASSED in 12.4s //tensorflow/python/distribute:combinations_test_2gpu PASSED in 30.5s //tensorflow/python/distribute:combinations_test_cpu PASSED in 30.6s //tensorflow/python/distribute:cross_device_utils_test_cpu PASSED in 17.7s //tensorflow/python/distribute:custom_training_loop_gradient_test_2gpu PASSED in 18.1s //tensorflow/python/distribute:custom_training_loop_gradient_test_cpu PASSED in 20.7s //tensorflow/python/distribute:device_util_test_cpu PASSED in 18.3s //tensorflow/python/distribute:distribute_coordinator_test PASSED in 18.6s //tensorflow/python/distribute:distribute_lib_test PASSED in 15.0s //tensorflow/python/distribute:distribute_utils_test_2gpu PASSED in 15.5s //tensorflow/python/distribute:distribute_utils_test_cpu PASSED in 17.7s //tensorflow/python/distribute:input_ops_test_cpu PASSED in 21.2s //tensorflow/python/distribute:metrics_v1_test_2gpu PASSED in 52.5s //tensorflow/python/distribute:metrics_v1_test_cpu PASSED in 38.0s //tensorflow/python/distribute:mirrored_values_test_2gpu PASSED in 28.8s //tensorflow/python/distribute:mirrored_values_test_cpu PASSED in 16.9s //tensorflow/python/distribute:mirrored_variable_test_2gpu PASSED in 30.3s //tensorflow/python/distribute:mirrored_variable_test_cpu PASSED in 30.7s //tensorflow/python/distribute:multi_process_runner_no_init_test PASSED in 13.3s //tensorflow/python/distribute:multi_worker_continuous_run_test_cpu PASSED in 32.2s //tensorflow/python/distribute:multi_worker_util_test PASSED in 11.8s //tensorflow/python/distribute:numpy_dataset_test PASSED in 11.1s //tensorflow/python/distribute:one_device_strategy_test_cpu PASSED in 27.7s //tensorflow/python/distribute:packed_distributed_variable_test PASSED in 12.4s //tensorflow/python/distribute:parameter_server_strategy_test_2gpu PASSED in 29.2s //tensorflow/python/distribute:parameter_server_strategy_test_cpu PASSED in 29.6s //tensorflow/python/distribute:parameter_server_strategy_v2_test_2gpu PASSED in 32.6s //tensorflow/python/distribute:parameter_server_strategy_v2_test_cpu PASSED in 29.8s //tensorflow/python/distribute:per_replica_test_2gpu PASSED in 18.7s //tensorflow/python/distribute:per_replica_test_cpu PASSED in 19.4s //tensorflow/python/distribute:ps_values_test_2gpu PASSED in 14.9s //tensorflow/python/distribute:ps_values_test_cpu PASSED in 16.0s //tensorflow/python/distribute:remote_mirrored_strategy_eager_test_cpu PASSED in 16.4s //tensorflow/python/distribute:sharded_variable_test PASSED in 29.1s //tensorflow/python/distribute:shared_variable_creator_test PASSED in 10.9s //tensorflow/python/distribute:strategy_combinations_test_cpu PASSED in 51.6s //tensorflow/python/distribute:template_mirrored_strategy_test_cpu PASSED in 14.7s //tensorflow/python/distribute:test_util_test_2gpu PASSED in 22.1s //tensorflow/python/distribute:test_util_test_cpu PASSED in 25.4s //tensorflow/python/distribute:tf_function_test_2gpu PASSED in 16.8s //tensorflow/python/distribute:tf_function_test_cpu PASSED in 17.1s //tensorflow/python/distribute:values_v2_test_cpu PASSED in 21.7s //tensorflow/python/distribute:warm_starting_util_test_2gpu PASSED in 16.4s //tensorflow/python/distribute:warm_starting_util_test_cpu PASSED in 16.2s //tensorflow/python/distribute/cluster_resolver:base_cluster_resolver_py_test PASSED in 11.7s //tensorflow/python/distribute/cluster_resolver:gce_cluster_resolver_py_test PASSED in 11.8s //tensorflow/python/distribute/cluster_resolver:kubernetes_cluster_resolver_py_test PASSED in 11.6s //tensorflow/python/distribute/cluster_resolver:sagemaker_cluster_resolver_py_test PASSED in 10.9s //tensorflow/python/distribute/cluster_resolver:slurm_cluster_resolver_py_test PASSED in 11.3s //tensorflow/python/distribute/cluster_resolver:tfconfig_cluster_resolver_py_test PASSED in 12.0s //tensorflow/python/distribute/cluster_resolver/tpu:tpu_cluster_resolver_py_test PASSED in 14.0s //tensorflow/python/distribute/coordinator:watchdog_test PASSED in 65.4s //tensorflow/python/distribute/experimental:dtensor_util_test_cpu PASSED in 16.6s //tensorflow/python/distribute/experimental:mirrored_strategy_test_cpu PASSED in 33.9s //tensorflow/python/distribute/experimental:multi_worker_mirrored_strategy_test_cpu PASSED in 23.7s //tensorflow/python/distribute/integration_test:saved_model_test_cpu PASSED in 57.6s //tensorflow/python/distribute/parallel_device:parallel_device_test_cpu PASSED in 17.4s //tensorflow/python/distribute/v1:all_reduce_test PASSED in 52.3s //tensorflow/python/distribute/v1:cross_device_ops_test_cpu PASSED in 61.6s //tensorflow/python/dlpack:dlpack_test_cpu PASSED in 11.6s //tensorflow/python/eager:cancellation_test_cpu PASSED in 11.6s //tensorflow/python/eager:context_test_cpu PASSED in 13.0s //tensorflow/python/eager:core_test_cpu PASSED in 22.2s //tensorflow/python/eager:gradient_input_output_exclusions_test PASSED in 51.7s //tensorflow/python/eager:graph_only_ops_test_cpu PASSED in 10.7s //tensorflow/python/eager:lift_to_graph_test PASSED in 12.2s //tensorflow/python/eager:monitoring_test_cpu PASSED in 12.8s //tensorflow/python/eager:ops_test_cpu PASSED in 10.6s //tensorflow/python/eager:profiler_client_test PASSED in 9.1s //tensorflow/python/eager:profiler_test_cpu PASSED in 10.8s //tensorflow/python/eager:pywrap_tfe_test PASSED in 23.8s //tensorflow/python/eager:record_test PASSED in 11.2s //tensorflow/python/eager:run_eager_op_as_function_test_cpu PASSED in 14.9s //tensorflow/python/eager:run_eager_op_as_function_xla_test_cpu PASSED in 9.7s //tensorflow/python/eager:small_constants_optimizer_test_cpu PASSED in 239.6s //tensorflow/python/eager:tensor_test_cpu PASSED in 18.1s //tensorflow/python/eager:wrap_function_device_test_cpu PASSED in 14.0s //tensorflow/python/eager:wrap_function_test PASSED in 16.4s //tensorflow/python/eager/memory_tests:remote_memory_test_cpu PASSED in 12.2s //tensorflow/python/eager/polymorphic_function:argument_naming_test_cpu PASSED in 12.5s //tensorflow/python/eager/polymorphic_function:atomic_function_test_cpu PASSED in 12.5s //tensorflow/python/eager/polymorphic_function:collection_test_cpu PASSED in 11.7s //tensorflow/python/eager/polymorphic_function:compiler_ir_test_cpu PASSED in 10.6s //tensorflow/python/eager/polymorphic_function:compiler_ir_test_cpu_mlir_bridge_test PASSED in 11.1s //tensorflow/python/eager/polymorphic_function:concrete_function_test_cpu PASSED in 13.1s //tensorflow/python/eager/polymorphic_function:function_spec_test PASSED in 27.6s //tensorflow/python/eager/polymorphic_function:polymorphic_function_xla_test_cpu PASSED in 10.3s //tensorflow/python/feature_column:sequence_feature_column_integration_test PASSED in 12.9s //tensorflow/python/feature_column:serialization_test PASSED in 18.3s //tensorflow/python/framework:auto_control_deps_test PASSED in 33.8s //tensorflow/python/framework:c_api_util_test PASSED in 22.7s //tensorflow/python/framework:common_shapes_test PASSED in 23.4s //tensorflow/python/framework:composite_tensor_test PASSED in 10.2s //tensorflow/python/framework:config_test_2gpu PASSED in 29.5s //tensorflow/python/framework:config_test_cpu PASSED in 27.7s //tensorflow/python/framework:constant_op_test PASSED in 26.7s //tensorflow/python/framework:device_spec_test PASSED in 11.8s //tensorflow/python/framework:device_test PASSED in 12.9s //tensorflow/python/framework:dtypes_test PASSED in 25.4s //tensorflow/python/framework:error_interpolation_test PASSED in 13.4s //tensorflow/python/framework:errors_test PASSED in 10.5s //tensorflow/python/framework:extension_type_field_test PASSED in 13.5s //tensorflow/python/framework:extension_type_test PASSED in 35.3s //tensorflow/python/framework:file_system_test PASSED in 13.2s //tensorflow/python/framework:flexible_dtypes_test PASSED in 130.0s //tensorflow/python/framework:function_def_to_graph_test PASSED in 14.4s //tensorflow/python/framework:graph_util_test PASSED in 23.3s //tensorflow/python/framework:immutable_dict_test PASSED in 23.6s //tensorflow/python/framework:importer_test PASSED in 23.3s //tensorflow/python/framework:indexed_slices_test PASSED in 21.7s //tensorflow/python/framework:kernels_test PASSED in 21.7s //tensorflow/python/framework:meta_graph_test PASSED in 36.0s //tensorflow/python/framework:node_file_writer_test_cpu PASSED in 31.6s //tensorflow/python/framework:offset_counter_helper_test PASSED in 0.1s //tensorflow/python/framework:op_allowlist_namespace_test PASSED in 5.5s //tensorflow/python/framework:op_callbacks_test_cpu PASSED in 38.1s //tensorflow/python/framework:op_def_library_test PASSED in 33.8s //tensorflow/python/framework:op_def_util_test PASSED in 29.9s //tensorflow/python/framework:ops_enable_eager_test PASSED in 24.4s //tensorflow/python/framework:ops_test PASSED in 47.3s //tensorflow/python/framework:proto_test PASSED in 31.9s //tensorflow/python/framework:py_context_manager_test PASSED in 31.4s //tensorflow/python/framework:python_api_dispatcher_test PASSED in 12.3s //tensorflow/python/framework:python_api_info_test PASSED in 10.2s //tensorflow/python/framework:python_api_parameter_converter_test PASSED in 11.2s //tensorflow/python/framework:python_op_gen_annotation_test PASSED in 7.9s //tensorflow/python/framework:python_op_gen_annotator_test PASSED in 0.5s //tensorflow/python/framework:python_op_gen_test PASSED in 0.1s //tensorflow/python/framework:python_tensor_converter_test PASSED in 11.9s //tensorflow/python/framework:random_seed_test PASSED in 11.5s //tensorflow/python/framework:registry_test PASSED in 13.0s //tensorflow/python/framework:smart_cond_test PASSED in 14.1s //tensorflow/python/framework:sparse_tensor_test PASSED in 12.6s //tensorflow/python/framework:subscribe_test PASSED in 11.7s //tensorflow/python/framework:tensor_shape_test PASSED in 10.9s //tensorflow/python/framework:tensor_test PASSED in 11.2s //tensorflow/python/framework:tensor_util_test PASSED in 14.1s //tensorflow/python/framework:test_combinations_test PASSED in 8.6s //tensorflow/python/framework:test_util_test_cpu PASSED in 29.0s //tensorflow/python/framework:tf2_test PASSED in 21.9s //tensorflow/python/framework:traceable_stack_test PASSED in 12.8s //tensorflow/python/framework:type_spec_test PASSED in 20.8s //tensorflow/python/framework:versions_test PASSED in 20.5s //tensorflow/python/framework:weak_tensor_test PASSED in 24.2s //tensorflow/python/framework/experimental:unified_api_test_cpu PASSED in 26.0s //tensorflow/python/grappler:arithmetic_optimizer_test_cpu PASSED in 20.6s //tensorflow/python/grappler:auto_mixed_precision_test_cpu PASSED in 27.7s //tensorflow/python/grappler:constant_folding_test_cpu PASSED in 20.9s //tensorflow/python/grappler:cost_analyzer_test PASSED in 22.0s //tensorflow/python/grappler:datasets_test PASSED in 22.5s //tensorflow/python/grappler:item_test PASSED in 18.1s //tensorflow/python/grappler:memory_optimizer_test PASSED in 21.0s //tensorflow/python/grappler:model_analyzer_test PASSED in 11.8s //tensorflow/python/grappler:remapper_test_cpu PASSED in 13.0s //tensorflow/python/grappler:tf_optimizer_test PASSED in 10.7s //tensorflow/python/kernel_tests:benchmark_test_cpu PASSED in 13.2s //tensorflow/python/kernel_tests:check_ops_test_cpu PASSED in 21.5s //tensorflow/python/kernel_tests:collective_ops_multi_worker_test PASSED in 36.0s //tensorflow/python/kernel_tests:composite_tensor_ops_test PASSED in 11.5s //tensorflow/python/kernel_tests:critical_section_test_cpu PASSED in 23.8s //tensorflow/python/kernel_tests:garbage_collection_test PASSED in 11.6s //tensorflow/python/kernel_tests:gradient_correctness_test_cpu PASSED in 11.2s //tensorflow/python/kernel_tests:histogram_ops_test_cpu PASSED in 11.2s //tensorflow/python/kernel_tests:logging_ops_test_cpu PASSED in 12.2s //tensorflow/python/kernel_tests:numerics_test_cpu PASSED in 10.2s //tensorflow/python/kernel_tests:template_test PASSED in 14.9s //tensorflow/python/kernel_tests:trace_op_test_cpu PASSED in 11.4s //tensorflow/python/kernel_tests/array_ops:batch_gather_op_test_cpu PASSED in 11.8s //tensorflow/python/kernel_tests/array_ops:batch_scatter_ops_test PASSED in 11.3s //tensorflow/python/kernel_tests/array_ops:batchtospace_op_test_cpu PASSED in 16.2s //tensorflow/python/kernel_tests/array_ops:bcast_ops_test PASSED in 11.8s //tensorflow/python/kernel_tests/array_ops:bitcast_op_test_cpu PASSED in 10.8s //tensorflow/python/kernel_tests/array_ops:broadcast_to_ops_test_cpu PASSED in 39.5s //tensorflow/python/kernel_tests/array_ops:cast_op_test_cpu PASSED in 13.4s //tensorflow/python/kernel_tests/array_ops:constant_op_eager_test_cpu PASSED in 11.8s //tensorflow/python/kernel_tests/array_ops:constant_op_test_cpu PASSED in 13.7s //tensorflow/python/kernel_tests/array_ops:denormal_test_cpu PASSED in 9.9s //tensorflow/python/kernel_tests/array_ops:depthtospace_op_test_cpu PASSED in 12.3s //tensorflow/python/kernel_tests/array_ops:edit_distance_op_test PASSED in 11.9s //tensorflow/python/kernel_tests/array_ops:fingerprint_op_test PASSED in 10.4s //tensorflow/python/kernel_tests/array_ops:gather_nd_op_test_cpu PASSED in 11.0s //tensorflow/python/kernel_tests/array_ops:identity_n_op_py_test PASSED in 11.3s //tensorflow/python/kernel_tests/array_ops:identity_op_py_test PASSED in 11.0s //tensorflow/python/kernel_tests/array_ops:large_concat_op_test_cpu PASSED in 13.6s //tensorflow/python/kernel_tests/array_ops:manip_ops_test_cpu PASSED in 29.9s //tensorflow/python/kernel_tests/array_ops:one_hot_op_test_cpu PASSED in 12.2s //tensorflow/python/kernel_tests/array_ops:pad_op_test_cpu PASSED in 20.2s //tensorflow/python/kernel_tests/array_ops:reshape_op_test_cpu PASSED in 10.8s //tensorflow/python/kernel_tests/array_ops:reverse_sequence_op_test_cpu PASSED in 11.0s //tensorflow/python/kernel_tests/array_ops:scalar_test_cpu PASSED in 12.2s //tensorflow/python/kernel_tests/array_ops:shape_ops_test_cpu PASSED in 18.5s //tensorflow/python/kernel_tests/array_ops:slice_op_test_cpu PASSED in 11.0s //tensorflow/python/kernel_tests/array_ops:spacetobatch_op_test_cpu PASSED in 18.3s //tensorflow/python/kernel_tests/array_ops:spacetodepth_op_test_cpu PASSED in 12.2s //tensorflow/python/kernel_tests/array_ops:stack_op_test_cpu PASSED in 20.6s //tensorflow/python/kernel_tests/array_ops:unique_op_test_cpu PASSED in 10.8s //tensorflow/python/kernel_tests/array_ops:unstack_op_test_cpu PASSED in 12.6s //tensorflow/python/kernel_tests/array_ops:where_op_test_cpu PASSED in 19.6s //tensorflow/python/kernel_tests/control_flow:cond_v2_test_cpu PASSED in 67.5s //tensorflow/python/kernel_tests/control_flow:control_flow_util_test PASSED in 11.6s //tensorflow/python/kernel_tests/control_flow:control_flow_util_v2_test PASSED in 11.2s //tensorflow/python/kernel_tests/control_flow:py_func_test_cpu PASSED in 21.3s //tensorflow/python/kernel_tests/control_flow:scan_ops_test_cpu PASSED in 95.9s //tensorflow/python/kernel_tests/control_flow:while_v2_test_cpu PASSED in 77.2s //tensorflow/python/kernel_tests/custom_ops:ackermann_test PASSED in 10.3s //tensorflow/python/kernel_tests/custom_ops:duplicate_op_test PASSED in 10.6s //tensorflow/python/kernel_tests/custom_ops:invalid_op_test PASSED in 10.2s //tensorflow/python/kernel_tests/data_structures:conditional_accumulator_test PASSED in 12.9s //tensorflow/python/kernel_tests/data_structures:dynamic_partition_op_test_2gpu PASSED in 16.6s //tensorflow/python/kernel_tests/data_structures:dynamic_partition_op_test_cpu PASSED in 16.7s //tensorflow/python/kernel_tests/data_structures:dynamic_stitch_op_test_cpu PASSED in 11.1s //tensorflow/python/kernel_tests/data_structures:fifo_queue_test PASSED in 12.8s //tensorflow/python/kernel_tests/data_structures:list_ops_test_cpu PASSED in 27.0s //tensorflow/python/kernel_tests/data_structures:listdiff_op_test PASSED in 10.9s //tensorflow/python/kernel_tests/data_structures:lookup_ops_test PASSED in 26.9s //tensorflow/python/kernel_tests/data_structures:map_ops_test PASSED in 15.2s //tensorflow/python/kernel_tests/data_structures:padding_fifo_queue_test_cpu PASSED in 10.9s //tensorflow/python/kernel_tests/data_structures:priority_queue_test PASSED in 10.2s //tensorflow/python/kernel_tests/data_structures:stack_ops_test_cpu PASSED in 11.1s //tensorflow/python/kernel_tests/data_structures:stage_op_test_cpu PASSED in 12.0s //tensorflow/python/kernel_tests/distributions:bernoulli_test_cpu PASSED in 18.2s //tensorflow/python/kernel_tests/distributions:bijector_test_cpu PASSED in 12.7s //tensorflow/python/kernel_tests/distributions:categorical_test_cpu PASSED in 15.1s //tensorflow/python/kernel_tests/distributions:dirichlet_multinomial_test_cpu PASSED in 18.9s //tensorflow/python/kernel_tests/distributions:dirichlet_test_cpu PASSED in 18.5s //tensorflow/python/kernel_tests/distributions:exponential_test_cpu PASSED in 17.9s //tensorflow/python/kernel_tests/distributions:gamma_test_cpu PASSED in 58.5s //tensorflow/python/kernel_tests/distributions:identity_bijector_test_cpu PASSED in 13.6s //tensorflow/python/kernel_tests/distributions:kullback_leibler_test_cpu PASSED in 12.8s //tensorflow/python/kernel_tests/distributions:laplace_test_cpu PASSED in 37.7s //tensorflow/python/kernel_tests/distributions:multinomial_test_cpu PASSED in 13.2s //tensorflow/python/kernel_tests/distributions:normal_test_cpu PASSED in 32.6s //tensorflow/python/kernel_tests/distributions:special_math_test_cpu PASSED in 27.7s //tensorflow/python/kernel_tests/distributions:uniform_test_cpu PASSED in 19.4s //tensorflow/python/kernel_tests/image_ops:attention_ops_test PASSED in 11.8s //tensorflow/python/kernel_tests/image_ops:decode_bmp_op_test PASSED in 11.8s //tensorflow/python/kernel_tests/image_ops:decode_compressed_op_test PASSED in 12.2s //tensorflow/python/kernel_tests/image_ops:decode_image_op_test PASSED in 13.0s //tensorflow/python/kernel_tests/image_ops:decode_png_op_test PASSED in 13.1s //tensorflow/python/kernel_tests/image_ops:decode_raw_op_test PASSED in 12.5s //tensorflow/python/kernel_tests/image_ops:draw_bounding_box_op_test_cpu PASSED in 14.6s //tensorflow/python/kernel_tests/image_ops:extract_image_patches_op_test_cpu PASSED in 14.0s //tensorflow/python/kernel_tests/image_ops:extract_volume_patches_op_test_cpu PASSED in 12.6s //tensorflow/python/kernel_tests/io_ops:checkpoint_ops_test PASSED in 14.2s //tensorflow/python/kernel_tests/io_ops:decode_csv_op_test PASSED in 12.3s //tensorflow/python/kernel_tests/io_ops:io_ops_test PASSED in 12.5s //tensorflow/python/kernel_tests/io_ops:parse_single_example_op_test PASSED in 14.3s //tensorflow/python/kernel_tests/io_ops:parsing_ops_test PASSED in 33.2s //tensorflow/python/kernel_tests/io_ops:reader_ops_test PASSED in 13.9s //tensorflow/python/kernel_tests/io_ops:record_input_test PASSED in 30.5s //tensorflow/python/kernel_tests/io_ops:save_restore_ops_test PASSED in 12.2s //tensorflow/python/kernel_tests/linalg:determinant_op_test_cpu PASSED in 13.7s //tensorflow/python/kernel_tests/linalg:linear_operator_addition_test_cpu PASSED in 14.1s //tensorflow/python/kernel_tests/linalg:linear_operator_test_cpu PASSED in 13.6s //tensorflow/python/kernel_tests/linalg:lu_op_test_cpu PASSED in 12.1s //tensorflow/python/kernel_tests/linalg:matrix_inverse_op_test_cpu PASSED in 11.5s //tensorflow/python/kernel_tests/linalg:matrix_logarithm_op_test PASSED in 80.3s //tensorflow/python/kernel_tests/linalg:matrix_solve_ls_op_test_cpu PASSED in 36.0s //tensorflow/python/kernel_tests/linalg:matrix_solve_op_test_cpu PASSED in 25.2s //tensorflow/python/kernel_tests/linalg:matrix_square_root_op_test_cpu PASSED in 10.9s //tensorflow/python/kernel_tests/linalg:slicing_test_cpu PASSED in 18.2s //tensorflow/python/kernel_tests/linalg/sparse:conjugate_gradient_test_cpu PASSED in 18.4s //tensorflow/python/kernel_tests/linalg/sparse:csr_sparse_matrix_test_cpu PASSED in 13.3s //tensorflow/python/kernel_tests/math_ops:aggregate_ops_test_cpu PASSED in 14.2s //tensorflow/python/kernel_tests/math_ops:argmax_op_test_cpu PASSED in 14.1s //tensorflow/python/kernel_tests/math_ops:banded_triangular_solve_op_test_cpu PASSED in 15.5s //tensorflow/python/kernel_tests/math_ops:basic_gpu_test_cpu PASSED in 12.8s //tensorflow/python/kernel_tests/math_ops:bincount_op_test_cpu PASSED in 20.3s //tensorflow/python/kernel_tests/math_ops:bucketize_op_test_cpu PASSED in 16.0s //tensorflow/python/kernel_tests/math_ops:clip_ops_test PASSED in 17.1s //tensorflow/python/kernel_tests/math_ops:confusion_matrix_test PASSED in 21.6s //tensorflow/python/kernel_tests/math_ops:cross_grad_test_cpu PASSED in 15.7s //tensorflow/python/kernel_tests/math_ops:cumulative_logsumexp_test_cpu PASSED in 22.3s //tensorflow/python/kernel_tests/math_ops:in_topk_op_test_cpu PASSED in 14.9s //tensorflow/python/kernel_tests/math_ops:segment_reduction_ops_d9m_test_cpu PASSED in 15.4s //tensorflow/python/kernel_tests/math_ops:sets_test PASSED in 51.9s //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 15.9s //tensorflow/python/kernel_tests/nn_ops:betainc_op_test_cpu PASSED in 23.2s //tensorflow/python/kernel_tests/nn_ops:bias_op_test_cpu PASSED in 165.2s //tensorflow/python/kernel_tests/nn_ops:conv1d_test_cpu PASSED in 15.2s //tensorflow/python/kernel_tests/nn_ops:conv1d_transpose_test_cpu PASSED in 16.5s //tensorflow/python/kernel_tests/nn_ops:conv2d_transpose_test_cpu PASSED in 15.4s //tensorflow/python/kernel_tests/nn_ops:conv3d_backprop_filter_v2_grad_test_cpu PASSED in 16.7s //tensorflow/python/kernel_tests/nn_ops:conv3d_transpose_test_cpu PASSED in 14.3s //tensorflow/python/kernel_tests/nn_ops:ctc_decoder_ops_test PASSED in 23.7s //tensorflow/python/kernel_tests/nn_ops:ctc_loss_op_test_cpu PASSED in 142.1s //tensorflow/python/kernel_tests/nn_ops:cudnn_d9m_test_cpu PASSED in 10.1s //tensorflow/python/kernel_tests/nn_ops:cudnn_deterministic_ops_test_cpu PASSED in 10.2s //tensorflow/python/kernel_tests/nn_ops:losses_test PASSED in 71.9s //tensorflow/python/kernel_tests/nn_ops:lrn_op_test_cpu PASSED in 20.5s //tensorflow/python/kernel_tests/nn_ops:morphological_ops_test_cpu PASSED in 21.6s //tensorflow/python/kernel_tests/nn_ops:nth_element_op_test_cpu PASSED in 16.6s //tensorflow/python/kernel_tests/nn_ops:pool_test_cpu PASSED in 52.5s //tensorflow/python/kernel_tests/nn_ops:pooling_ops_3d_test_cpu PASSED in 41.6s //tensorflow/python/kernel_tests/nn_ops:relu_op_test_cpu PASSED in 19.7s //tensorflow/python/kernel_tests/nn_ops:softmax_op_test_cpu PASSED in 14.6s //tensorflow/python/kernel_tests/nn_ops:softplus_op_test_cpu PASSED in 16.1s //tensorflow/python/kernel_tests/nn_ops:softsign_op_test_cpu PASSED in 15.3s //tensorflow/python/kernel_tests/nn_ops:xent_op_d9m_test_cpu PASSED in 136.1s //tensorflow/python/kernel_tests/nn_ops:xent_op_test_cpu PASSED in 12.6s //tensorflow/python/kernel_tests/proto:decode_proto_op_test PASSED in 10.7s //tensorflow/python/kernel_tests/proto:descriptor_source_test PASSED in 11.1s //tensorflow/python/kernel_tests/proto:encode_proto_op_test PASSED in 10.9s //tensorflow/python/kernel_tests/quantization_ops:quantization_ops_test PASSED in 12.0s //tensorflow/python/kernel_tests/random:candidate_sampler_ops_test PASSED in 20.6s //tensorflow/python/kernel_tests/random:multinomial_op_test_cpu PASSED in 16.4s //tensorflow/python/kernel_tests/random:parameterized_truncated_normal_op_test_cpu PASSED in 33.2s //tensorflow/python/kernel_tests/random:random_crop_test_cpu PASSED in 17.7s //tensorflow/python/kernel_tests/random:random_grad_test_cpu PASSED in 20.5s //tensorflow/python/kernel_tests/random:random_ops_test_cpu PASSED in 27.8s //tensorflow/python/kernel_tests/random:random_poisson_test_cpu PASSED in 26.5s //tensorflow/python/kernel_tests/random:random_shuffle_queue_test PASSED in 18.5s //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 37.4s //tensorflow/python/kernel_tests/signal:mfcc_ops_test_cpu PASSED in 15.5s //tensorflow/python/kernel_tests/signal:reconstruction_ops_test_cpu PASSED in 28.2s //tensorflow/python/kernel_tests/signal:shape_ops_test_cpu PASSED in 46.7s //tensorflow/python/kernel_tests/sparse_ops:sparse_add_op_test PASSED in 22.5s //tensorflow/python/kernel_tests/sparse_ops:sparse_concat_op_test PASSED in 20.5s //tensorflow/python/kernel_tests/sparse_ops:sparse_conditional_accumulator_test PASSED in 17.0s //tensorflow/python/kernel_tests/sparse_ops:sparse_cross_op_test PASSED in 30.4s //tensorflow/python/kernel_tests/sparse_ops:sparse_matmul_op_test_cpu PASSED in 69.6s //tensorflow/python/kernel_tests/sparse_ops:sparse_reorder_op_test PASSED in 23.0s //tensorflow/python/kernel_tests/sparse_ops:sparse_reshape_op_test PASSED in 16.8s //tensorflow/python/kernel_tests/sparse_ops:sparse_serialization_ops_test PASSED in 20.1s //tensorflow/python/kernel_tests/sparse_ops:sparse_slice_op_test PASSED in 17.6s //tensorflow/python/kernel_tests/sparse_ops:sparse_split_op_test_cpu PASSED in 15.0s //tensorflow/python/kernel_tests/sparse_ops:sparse_tensor_dense_matmul_grad_test_cpu PASSED in 41.0s //tensorflow/python/kernel_tests/sparse_ops:sparse_tensor_dense_matmul_op_d9m_test_cpu PASSED in 88.8s //tensorflow/python/kernel_tests/sparse_ops:sparse_tensor_dense_matmul_op_test_cpu PASSED in 80.5s //tensorflow/python/kernel_tests/sparse_ops:sparse_tensors_map_ops_test PASSED in 17.5s //tensorflow/python/kernel_tests/sparse_ops:sparse_to_dense_op_py_test_cpu PASSED in 16.8s //tensorflow/python/kernel_tests/sparse_ops:sparse_xent_op_d9m_test_cpu PASSED in 86.8s //tensorflow/python/kernel_tests/sparse_ops:sparse_xent_op_test_cpu PASSED in 12.2s //tensorflow/python/kernel_tests/sparse_ops:sparsemask_op_test PASSED in 16.6s //tensorflow/python/kernel_tests/strings_ops:as_string_op_test PASSED in 19.6s //tensorflow/python/kernel_tests/strings_ops:base64_ops_test PASSED in 25.5s //tensorflow/python/kernel_tests/strings_ops:reduce_join_op_test_cpu PASSED in 14.4s //tensorflow/python/kernel_tests/strings_ops:regex_full_match_op_test PASSED in 16.9s //tensorflow/python/kernel_tests/strings_ops:regex_replace_op_test PASSED in 17.0s //tensorflow/python/kernel_tests/strings_ops:string_bytes_split_op_test PASSED in 22.0s //tensorflow/python/kernel_tests/strings_ops:string_format_op_test PASSED in 20.9s //tensorflow/python/kernel_tests/strings_ops:string_join_op_test PASSED in 19.5s //tensorflow/python/kernel_tests/strings_ops:string_length_op_test PASSED in 17.3s //tensorflow/python/kernel_tests/strings_ops:string_lower_op_test PASSED in 13.3s //tensorflow/python/kernel_tests/strings_ops:string_split_op_test PASSED in 25.4s //tensorflow/python/kernel_tests/strings_ops:string_strip_op_test PASSED in 21.5s //tensorflow/python/kernel_tests/strings_ops:string_to_hash_bucket_op_test_cpu PASSED in 20.4s //tensorflow/python/kernel_tests/strings_ops:string_to_number_op_test_cpu PASSED in 22.9s //tensorflow/python/kernel_tests/strings_ops:string_upper_op_test PASSED in 21.9s //tensorflow/python/kernel_tests/strings_ops:substr_op_test PASSED in 27.3s //tensorflow/python/kernel_tests/strings_ops:unicode_decode_op_test PASSED in 42.5s //tensorflow/python/kernel_tests/strings_ops:unicode_encode_op_test PASSED in 16.7s //tensorflow/python/kernel_tests/strings_ops:unicode_script_op_test PASSED in 16.9s //tensorflow/python/kernel_tests/strings_ops:unicode_transcode_op_test PASSED in 20.4s //tensorflow/python/kernel_tests/strings_ops:unsorted_segment_join_op_test_cpu PASSED in 20.9s //tensorflow/python/kernel_tests/summary_ops:summary_ops_test_cpu PASSED in 47.5s //tensorflow/python/kernel_tests/summary_ops:summary_v1_audio_op_test_cpu PASSED in 24.9s //tensorflow/python/kernel_tests/summary_ops:summary_v1_image_op_test_cpu PASSED in 23.0s //tensorflow/python/kernel_tests/summary_ops:summary_v1_ops_test PASSED in 27.9s //tensorflow/python/kernel_tests/summary_ops:summary_v1_tensor_op_test PASSED in 28.4s //tensorflow/python/kernel_tests/v1_compat_tests:array_ops_test_cpu PASSED in 24.1s //tensorflow/python/kernel_tests/v1_compat_tests:dense_update_ops_test_cpu PASSED in 20.4s //tensorflow/python/kernel_tests/v1_compat_tests:identity_op_py_test PASSED in 23.8s //tensorflow/python/kernel_tests/v1_compat_tests:scatter_nd_ops_test_cpu PASSED in 19.4s //tensorflow/python/kernel_tests/v1_compat_tests:session_ops_test_cpu PASSED in 21.3s //tensorflow/python/kernel_tests/v1_compat_tests:stack_op_test_cpu PASSED in 21.7s //tensorflow/python/kernel_tests/variables:dense_update_ops_no_tsan_test_cpu PASSED in 23.1s //tensorflow/python/kernel_tests/variables:dense_update_ops_test_cpu PASSED in 22.5s //tensorflow/python/kernel_tests/variables:partitioned_variables_test PASSED in 32.7s //tensorflow/python/kernel_tests/variables:resource_variable_ops_test_cpu PASSED in 117.3s //tensorflow/python/kernel_tests/variables:variable_ops_test_cpu PASSED in 22.5s //tensorflow/python/kernel_tests/variables:variable_scope_test PASSED in 74.6s //tensorflow/python/kernel_tests/variables:variables_test PASSED in 26.6s //tensorflow/python/lib/io:file_io_test PASSED in 25.3s //tensorflow/python/lib/io:tf_record_test PASSED in 21.5s //tensorflow/python/module:module_test PASSED in 22.2s //tensorflow/python/ops:array_grad_test_cpu PASSED in 26.5s //tensorflow/python/ops:array_ops_shape_test PASSED in 10.7s //tensorflow/python/ops:array_ops_test PASSED in 10.4s //tensorflow/python/ops:autograph_ops_test PASSED in 9.8s //tensorflow/python/ops:bincount_ops_test_cpu PASSED in 24.2s //tensorflow/python/ops:bitwise_ops_test_cpu PASSED in 22.7s //tensorflow/python/ops:clip_ops_test PASSED in 27.3s //tensorflow/python/ops:clustering_ops_test PASSED in 41.3s //tensorflow/python/ops:collective_ops_gpu_test_cpu PASSED in 19.4s //tensorflow/python/ops:collective_ops_test PASSED in 33.2s //tensorflow/python/ops:collective_ops_xla_test PASSED in 18.6s //tensorflow/python/ops:compiled_collective_ops_gpu_test_2gpu PASSED in 24.1s //tensorflow/python/ops:compiled_collective_ops_gpu_test_cpu PASSED in 23.9s //tensorflow/python/ops:control_flow_v2_enable_test PASSED in 19.4s //tensorflow/python/ops:control_flow_v2_toggles_test PASSED in 20.6s //tensorflow/python/ops:dequantize_op_test PASSED in 17.1s //tensorflow/python/ops:embedding_ops_test_cpu PASSED in 16.1s //tensorflow/python/ops:factory_ops_test_cpu PASSED in 23.7s //tensorflow/python/ops:functional_ops_test PASSED in 10.8s //tensorflow/python/ops:gradient_checker_v2_test_cpu PASSED in 55.0s //tensorflow/python/ops:gradients_test_cpu PASSED in 32.6s //tensorflow/python/ops:init_ops_test_cpu PASSED in 19.9s //tensorflow/python/ops:init_ops_v2_test_cpu PASSED in 18.0s //tensorflow/python/ops:lookup_ops_async_checkpoint_test PASSED in 22.9s //tensorflow/python/ops:math_grad_test_cpu PASSED in 32.0s //tensorflow/python/ops:math_ops_linspace_test_cpu PASSED in 22.6s //tensorflow/python/ops:math_ops_test_cpu PASSED in 48.5s //tensorflow/python/ops:nn_grad_test_cpu PASSED in 25.1s //tensorflow/python/ops:nn_loss_scaling_utilities_test PASSED in 13.0s //tensorflow/python/ops:nn_test_cpu PASSED in 98.6s //tensorflow/python/ops:nn_xent_test_cpu PASSED in 24.1s //tensorflow/python/ops:op_selector_test PASSED in 10.0s //tensorflow/python/ops:quantized_conv_ops_test PASSED in 18.6s //tensorflow/python/ops:quantized_ops_test PASSED in 17.2s //tensorflow/python/ops:raw_ops_test_cpu PASSED in 14.7s //tensorflow/python/ops:rnn_grad_test_cpu PASSED in 17.2s //tensorflow/python/ops:script_ops_test PASSED in 10.8s //tensorflow/python/ops:sort_ops_test PASSED in 19.2s //tensorflow/python/ops:sparse_bincount_ops_test_cpu PASSED in 23.1s //tensorflow/python/ops:sparse_ops_test PASSED in 30.6s //tensorflow/python/ops:tensor_array_ops_test PASSED in 24.1s //tensorflow/python/ops:variable_spec_test PASSED in 17.3s //tensorflow/python/ops:weak_tensor_array_ops_test PASSED in 24.6s //tensorflow/python/ops:weak_tensor_constant_op_test PASSED in 21.8s //tensorflow/python/ops:weak_tensor_image_ops_test PASSED in 24.6s //tensorflow/python/ops:weak_tensor_math_ops_test PASSED in 22.9s //tensorflow/python/ops:weak_tensor_nn_test_cpu PASSED in 31.7s //tensorflow/python/ops:weak_tensor_np_array_ops_test PASSED in 56.9s //tensorflow/python/ops:weak_tensor_np_math_ops_test PASSED in 10.2s //tensorflow/python/ops:weak_tensor_ops_test PASSED in 85.2s //tensorflow/python/ops/losses:util_test PASSED in 22.9s //tensorflow/python/ops/memory_tests:custom_gradient_memory_test_cpu PASSED in 23.3s //tensorflow/python/ops/numpy_ops:np_array_ops_test_cpu PASSED in 107.3s //tensorflow/python/ops/numpy_ops:np_arrays_test_cpu PASSED in 14.6s //tensorflow/python/ops/numpy_ops:np_dtypes_test_cpu PASSED in 14.7s //tensorflow/python/ops/numpy_ops:np_interop_test_cpu PASSED in 66.4s //tensorflow/python/ops/numpy_ops:np_logic_test_cpu PASSED in 19.0s //tensorflow/python/ops/numpy_ops:np_math_ops_test_cpu PASSED in 64.1s //tensorflow/python/ops/numpy_ops:np_random_test_cpu PASSED in 86.1s //tensorflow/python/ops/numpy_ops:np_utils_test_cpu PASSED in 15.9s //tensorflow/python/ops/numpy_ops/integration_test:np_config_test_cpu PASSED in 23.9s //tensorflow/python/ops/numpy_ops/integration_test:public_symbol_test PASSED in 24.0s //tensorflow/python/ops/parallel_for:array_test_cpu PASSED in 48.3s //tensorflow/python/ops/parallel_for:gradients_test_cpu PASSED in 25.1s //tensorflow/python/ops/parallel_for:pfor_test PASSED in 11.1s //tensorflow/python/ops/parallel_for:xla_control_flow_ops_test_cpu PASSED in 67.6s //tensorflow/python/ops/ragged:convert_to_tensor_or_ragged_tensor_op_test PASSED in 9.2s //tensorflow/python/ops/ragged:ragged_batch_gather_op_test PASSED in 45.3s //tensorflow/python/ops/ragged:ragged_bincount_ops_test_cpu PASSED in 20.6s //tensorflow/python/ops/ragged:ragged_bitcast_op_test PASSED in 8.8s //tensorflow/python/ops/ragged:ragged_boolean_mask_op_test PASSED in 17.2s //tensorflow/python/ops/ragged:ragged_concat_op_test PASSED in 12.1s //tensorflow/python/ops/ragged:ragged_const_op_test PASSED in 10.1s //tensorflow/python/ops/ragged:ragged_constant_value_op_test PASSED in 9.8s //tensorflow/python/ops/ragged:ragged_cross_op_test PASSED in 22.7s //tensorflow/python/ops/ragged:ragged_dispatch_test PASSED in 146.4s //tensorflow/python/ops/ragged:ragged_dynamic_partition_op_test_cpu PASSED in 36.8s //tensorflow/python/ops/ragged:ragged_eager_test PASSED in 9.9s //tensorflow/python/ops/ragged:ragged_expand_dims_op_test PASSED in 10.5s //tensorflow/python/ops/ragged:ragged_factory_ops_test_cpu PASSED in 35.6s //tensorflow/python/ops/ragged:ragged_fill_empty_rows_op_test PASSED in 11.5s //tensorflow/python/ops/ragged:ragged_from_sparse_op_test PASSED in 11.2s //tensorflow/python/ops/ragged:ragged_from_tensor_op_test PASSED in 23.3s //tensorflow/python/ops/ragged:ragged_gather_nd_op_test PASSED in 13.4s //tensorflow/python/ops/ragged:ragged_map_flat_values_op_test PASSED in 12.9s //tensorflow/python/ops/ragged:ragged_map_fn_op_test PASSED in 16.6s //tensorflow/python/ops/ragged:ragged_math_ops_test PASSED in 17.0s //tensorflow/python/ops/ragged:ragged_matmul_op_test PASSED in 42.3s //tensorflow/python/ops/ragged:ragged_merge_dims_op_test PASSED in 32.1s //tensorflow/python/ops/ragged:ragged_one_hot_op_test PASSED in 13.1s //tensorflow/python/ops/ragged:ragged_operators_test PASSED in 25.2s //tensorflow/python/ops/ragged:ragged_placeholder_op_test PASSED in 10.2s //tensorflow/python/ops/ragged:ragged_print_op_test PASSED in 17.5s //tensorflow/python/ops/ragged:ragged_range_op_test PASSED in 10.4s //tensorflow/python/ops/ragged:ragged_rank_op_test PASSED in 10.2s //tensorflow/python/ops/ragged:ragged_reduce_op_test PASSED in 37.7s //tensorflow/python/ops/ragged:ragged_resize_image_op_test PASSED in 21.4s //tensorflow/python/ops/ragged:ragged_reverse_op_test PASSED in 10.8s //tensorflow/python/ops/ragged:ragged_row_lengths_op_test PASSED in 10.7s //tensorflow/python/ops/ragged:ragged_row_splits_to_segment_ids_op_test PASSED in 10.0s //tensorflow/python/ops/ragged:ragged_segment_ids_to_row_splits_op_test PASSED in 10.6s //tensorflow/python/ops/ragged:ragged_segment_op_test PASSED in 17.0s //tensorflow/python/ops/ragged:ragged_size_op_test PASSED in 10.2s //tensorflow/python/ops/ragged:ragged_split_op_test PASSED in 49.9s //tensorflow/python/ops/ragged:ragged_squeeze_op_test PASSED in 21.5s //tensorflow/python/ops/ragged:ragged_stack_op_test PASSED in 15.8s //tensorflow/python/ops/ragged:ragged_tensor_bounding_shape_op_test PASSED in 12.4s //tensorflow/python/ops/ragged:ragged_tensor_shape_test PASSED in 71.1s //tensorflow/python/ops/ragged:ragged_tile_op_test PASSED in 55.3s //tensorflow/python/ops/ragged:ragged_to_sparse_op_test PASSED in 10.4s //tensorflow/python/ops/ragged:ragged_to_tensor_op_test PASSED in 78.5s //tensorflow/python/ops/ragged:ragged_util_test PASSED in 25.1s //tensorflow/python/ops/ragged:ragged_where_op_test PASSED in 36.6s //tensorflow/python/ops/ragged:row_partition_test PASSED in 31.6s //tensorflow/python/ops/ragged:string_ngrams_op_test PASSED in 11.0s //tensorflow/python/ops/ragged:strings_reduce_join_op_test PASSED in 11.4s //tensorflow/python/ops/structured:structured_array_ops_test PASSED in 49.4s //tensorflow/python/ops/structured:structured_tensor_slice_test PASSED in 55.2s //tensorflow/python/ops/structured:structured_tensor_spec_test PASSED in 13.0s //tensorflow/python/ops/structured:structured_tensor_test PASSED in 42.2s //tensorflow/python/ops/v1_compat_tests:gradient_checker_test_cpu PASSED in 21.1s //tensorflow/python/platform:benchmark_test PASSED in 17.4s //tensorflow/python/platform:build_info_test PASSED in 19.1s //tensorflow/python/platform:resource_loader_test PASSED in 5.2s //tensorflow/python/profiler:pprof_profiler_test PASSED in 11.8s //tensorflow/python/profiler:profile_context_test_cpu PASSED in 46.7s //tensorflow/python/profiler:profiler_client_test_cpu PASSED in 13.9s //tensorflow/python/profiler:profiler_test_cpu PASSED in 37.9s //tensorflow/python/profiler:profiler_v2_test_cpu PASSED in 15.3s //tensorflow/python/profiler:profiler_wrapper_test PASSED in 8.9s //tensorflow/python/profiler:tfprof_logger_test PASSED in 21.9s //tensorflow/python/profiler/internal:flops_registry_test PASSED in 11.0s //tensorflow/python/profiler/internal:print_model_analysis_test PASSED in 11.0s //tensorflow/python/profiler/internal:run_metadata_test_cpu PASSED in 30.3s //tensorflow/python/saved_model:fingerprinting_test PASSED in 22.9s //tensorflow/python/saved_model:load_v1_in_v2_test PASSED in 33.4s //tensorflow/python/saved_model:loader_test PASSED in 32.4s //tensorflow/python/saved_model:method_name_updater_test PASSED in 21.0s //tensorflow/python/saved_model:metrics_test PASSED in 27.5s //tensorflow/python/saved_model:nested_structure_coder_test PASSED in 25.1s //tensorflow/python/saved_model:pywrap_saved_model_fingerprinting_test PASSED in 17.3s //tensorflow/python/saved_model:pywrap_saved_model_metrics_test PASSED in 16.5s //tensorflow/python/saved_model:revived_types_test PASSED in 23.2s //tensorflow/python/saved_model:save_context_test PASSED in 22.8s //tensorflow/python/saved_model:save_test PASSED in 61.5s //tensorflow/python/saved_model:saved_model_test PASSED in 40.6s //tensorflow/python/saved_model:signature_def_utils_test PASSED in 23.3s //tensorflow/python/saved_model:simple_save_test PASSED in 22.7s //tensorflow/python/saved_model:tracing_utils_test PASSED in 22.2s //tensorflow/python/saved_model:utils_test PASSED in 24.9s //tensorflow/python/saved_model/model_utils:export_output_test PASSED in 11.4s //tensorflow/python/saved_model/model_utils:export_test PASSED in 14.7s //tensorflow/python/saved_model/model_utils:mode_keys_test PASSED in 20.7s //tensorflow/python/saved_model/registration:registration_saving_test PASSED in 29.0s //tensorflow/python/saved_model/registration:registration_test PASSED in 19.7s //tensorflow/python/saved_model/registration:tf_registration_test PASSED in 25.0s //tensorflow/python/saved_model/tests:variable_wrapper_test PASSED in 17.9s //tensorflow/python/summary:plugin_asset_test PASSED in 17.2s //tensorflow/python/summary:summary_iterator_test PASSED in 18.0s //tensorflow/python/summary:summary_test PASSED in 24.6s //tensorflow/python/summary:summary_v2_test PASSED in 19.1s //tensorflow/python/summary/writer:writer_test PASSED in 30.2s //tensorflow/python/tools:aot_compiled_test PASSED in 22.5s //tensorflow/python/tools:freeze_graph_test PASSED in 15.4s //tensorflow/python/tools:optimize_for_inference_test PASSED in 11.5s //tensorflow/python/tools:print_selective_registration_header_test PASSED in 10.1s //tensorflow/python/tools:saved_model_cli_test PASSED in 24.4s //tensorflow/python/tools:saved_model_utils_test PASSED in 11.3s //tensorflow/python/tools:strip_unused_test PASSED in 10.5s //tensorflow/python/tools/api/generator:create_python_api_test PASSED in 11.8s //tensorflow/python/tools/api/generator:output_init_files_test PASSED in 20.7s //tensorflow/python/tools/api/generator:tensorflow_doc_srcs_test PASSED in 9.3s //tensorflow/python/tools/api/generator2/extractor:extractor_test PASSED in 1.7s //tensorflow/python/tools/api/generator2/generator:generator_test PASSED in 1.9s //tensorflow/python/tools/api/generator2/shared:exported_api_test PASSED in 12.7s //tensorflow/python/tpu:bfloat16_test PASSED in 24.0s //tensorflow/python/tpu:feature_column_test PASSED in 18.2s //tensorflow/python/tpu:topology_test PASSED in 18.0s //tensorflow/python/tpu:tpu_embedding_for_serving_test PASSED in 23.8s //tensorflow/python/tpu:tpu_embedding_v2_utils_test PASSED in 17.1s //tensorflow/python/tpu:tpu_embedding_v3_utils_test PASSED in 16.6s //tensorflow/python/tpu:tpu_infeed_test PASSED in 11.9s //tensorflow/python/tpu:tpu_sharding_test PASSED in 14.3s //tensorflow/python/tpu:tpu_test_wrapper_test PASSED in 10.0s //tensorflow/python/tpu/client:client_py_test PASSED in 17.0s //tensorflow/python/trackable:autotrackable_test PASSED in 18.4s //tensorflow/python/trackable:base_delegate_test PASSED in 24.2s //tensorflow/python/trackable:base_test PASSED in 14.2s //tensorflow/python/trackable:python_state_test PASSED in 14.9s //tensorflow/python/trackable:resource_test PASSED in 18.1s //tensorflow/python/trackable:trackable_utils_test PASSED in 14.9s //tensorflow/python/training:adadelta_test_cpu PASSED in 28.7s //tensorflow/python/training:adagrad_da_test_cpu PASSED in 20.2s //tensorflow/python/training:adagrad_test_cpu PASSED in 28.8s //tensorflow/python/training:adam_test_cpu PASSED in 30.4s //tensorflow/python/training:basic_loops_test_cpu PASSED in 18.1s //tensorflow/python/training:basic_session_run_hooks_test PASSED in 34.7s //tensorflow/python/training:checkpoint_ops_test PASSED in 13.2s //tensorflow/python/training:coordinator_test_cpu PASSED in 20.3s //tensorflow/python/training:device_setter_test_cpu PASSED in 13.0s //tensorflow/python/training:ftrl_test_cpu PASSED in 22.2s //tensorflow/python/training:gradient_descent_test_cpu PASSED in 14.4s //tensorflow/python/training:input_test PASSED in 26.2s //tensorflow/python/training:momentum_test_cpu PASSED in 14.9s //tensorflow/python/training:monitored_session_test PASSED in 31.4s //tensorflow/python/training:moving_averages_test_cpu PASSED in 19.7s //tensorflow/python/training:optimizer_test_cpu PASSED in 16.5s //tensorflow/python/training:proximal_adagrad_test_cpu PASSED in 14.3s //tensorflow/python/training:proximal_gradient_descent_test_cpu PASSED in 13.7s //tensorflow/python/training:quantize_training_test_cpu PASSED in 12.4s //tensorflow/python/training:queue_runner_test_cpu PASSED in 12.5s //tensorflow/python/training:rmsprop_test_cpu PASSED in 29.5s //tensorflow/python/training:saver_large_partitioned_variable_test PASSED in 16.6s //tensorflow/python/training:saver_test_2gpu PASSED in 51.4s //tensorflow/python/training:saver_test_cpu PASSED in 43.4s //tensorflow/python/training:server_lib_multiple_containers_test PASSED in 12.7s //tensorflow/python/training:server_lib_same_variables_clear_container_test PASSED in 22.0s //tensorflow/python/training:server_lib_same_variables_clear_test PASSED in 13.2s //tensorflow/python/training:server_lib_same_variables_no_clear_test PASSED in 10.8s //tensorflow/python/training:server_lib_sparse_job_test PASSED in 23.9s //tensorflow/python/training:server_lib_test PASSED in 30.1s //tensorflow/python/training:session_manager_test_cpu PASSED in 88.6s //tensorflow/python/training:slot_creator_test_cpu PASSED in 13.1s //tensorflow/python/training:supervisor_test PASSED in 17.7s //tensorflow/python/training:training_ops_mlir_test_cpu PASSED in 11.3s //tensorflow/python/training:training_ops_test_cpu PASSED in 11.0s //tensorflow/python/training:training_util_test PASSED in 13.1s //tensorflow/python/training:warm_starting_util_test PASSED in 32.7s //tensorflow/python/training/experimental:loss_scale_optimizer_test PASSED in 19.9s //tensorflow/python/training/experimental:loss_scale_test PASSED in 29.9s //tensorflow/python/training/experimental:mixed_precision_test_cpu PASSED in 13.5s //tensorflow/python/training/saving:saveable_object_util_test PASSED in 10.8s //tensorflow/python/util:compat_test PASSED in 10.6s //tensorflow/python/util:decorator_utils_test PASSED in 10.6s //tensorflow/python/util:deprecation_test PASSED in 11.1s //tensorflow/python/util:dispatch_test PASSED in 14.0s //tensorflow/python/util:example_parser_configuration_test PASSED in 11.5s //tensorflow/python/util:fast_module_type_test PASSED in 9.8s //tensorflow/python/util:function_parameter_canonicalizer_test PASSED in 11.1s //tensorflow/python/util:function_utils_test PASSED in 24.1s //tensorflow/python/util:keyword_args_test PASSED in 10.1s //tensorflow/python/util:lazy_loader_test PASSED in 10.1s //tensorflow/python/util:lock_util_test PASSED in 12.1s //tensorflow/python/util:module_wrapper_test PASSED in 11.1s //tensorflow/python/util:nest_test PASSED in 28.4s //tensorflow/python/util:object_identity_test PASSED in 9.8s //tensorflow/python/util:pywrap_xla_ops_test PASSED in 6.3s //tensorflow/python/util:serialization_test PASSED in 9.7s //tensorflow/python/util:tf_contextlib_test PASSED in 10.3s //tensorflow/python/util:tf_decorator_test PASSED in 10.1s //tensorflow/python/util:tf_export_test PASSED in 9.7s //tensorflow/python/util:tf_inspect_test PASSED in 10.6s //tensorflow/python/util:tf_should_use_test PASSED in 10.7s //tensorflow/python/util:tf_stack_test PASSED in 10.2s //tensorflow/python/util:traceback_utils_test PASSED in 10.4s //tensorflow/python/util:type_annotations_test PASSED in 9.5s //tensorflow/python/util:variable_utils_test PASSED in 9.0s //tensorflow/python/util:vlog_test PASSED in 8.9s //tensorflow/python/util/protobuf:protobuf_compare_test PASSED in 4.2s //tensorflow/tools/api/tests:module_test PASSED in 41.1s //tensorflow/tools/benchmark:benchmark_model_test PASSED in 1.5s //tensorflow/tools/common:public_api_test PASSED in 2.9s //tensorflow/tools/common:traverse_test PASSED in 2.8s //tensorflow/tools/compatibility:all_renames_v2_test PASSED in 9.0s //tensorflow/tools/compatibility:ast_edits_test PASSED in 9.2s //tensorflow/tools/compatibility:test_file_v1_0 PASSED in 26.0s //tensorflow/tools/compatibility:test_file_v2_0 PASSED in 23.9s //tensorflow/tools/compatibility:tf_upgrade_test PASSED in 9.1s //tensorflow/tools/compatibility:tf_upgrade_v2_safety_test PASSED in 8.7s //tensorflow/tools/docs:tf_doctest_test PASSED in 1.7s //tensorflow/tools/graph_transforms:file_utils_test PASSED in 0.4s //tensorflow/tools/graph_transforms:transform_graph_test PASSED in 1.9s //tensorflow/tools/graph_transforms:transform_utils_test PASSED in 1.5s //tensorflow/tools/graph_transforms:transforms_test PASSED in 2.8s //tensorflow/tools/proto_splitter:merge_test PASSED in 1.3s //tensorflow/tools/proto_splitter:split_graph_def_test PASSED in 8.6s //tensorflow/tools/proto_splitter:split_test PASSED in 9.1s //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 1.7s //tensorflow/tools/proto_splitter/python:saved_model_test PASSED in 8.9s //tensorflow/tools/proto_splitter/python:test_util_test PASSED in 8.9s //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 12.9s Stats over 2 runs: max = 12.9s, min = 5.7s, avg = 9.3s, dev = 3.6s //tensorflow/compiler/tests:complex_div_test_cpu_mlir_bridge_test PASSED in 13.8s Stats over 2 runs: max = 13.8s, min = 6.3s, avg = 10.0s, dev = 3.7s //tensorflow/python/data/experimental/kernel_tests/optimization:optimization_test PASSED in 24.1s Stats over 2 runs: max = 24.1s, min = 22.2s, avg = 23.1s, dev = 0.9s //tensorflow/python/data/experimental/kernel_tests/service:metadata_test PASSED in 24.2s Stats over 2 runs: max = 24.2s, min = 14.4s, avg = 19.3s, dev = 4.9s //tensorflow/python/data/kernel_tests:padded_batch_test PASSED in 35.0s Stats over 2 runs: max = 35.0s, min = 24.4s, avg = 29.7s, dev = 5.3s //tensorflow/python/data/kernel_tests:repeat_test PASSED in 47.1s Stats over 2 runs: max = 47.1s, min = 35.7s, avg = 41.4s, dev = 5.7s //tensorflow/python/data/kernel_tests:window_test PASSED in 52.1s Stats over 2 runs: max = 52.1s, min = 38.5s, avg = 45.3s, dev = 6.8s //tensorflow/python/kernel_tests/array_ops:scatter_nd_ops_test_cpu PASSED in 15.9s Stats over 2 runs: max = 15.9s, min = 13.9s, avg = 14.9s, dev = 1.0s //tensorflow/python/kernel_tests/control_flow:functional_ops_test_cpu PASSED in 17.9s Stats over 2 runs: max = 17.9s, min = 13.4s, avg = 15.6s, dev = 2.3s //tensorflow/python/kernel_tests/control_flow:map_fn_test_cpu PASSED in 12.4s Stats over 2 runs: max = 12.4s, min = 6.3s, avg = 9.4s, dev = 3.1s //tensorflow/python/kernel_tests/nn_ops:atrous_conv2d_test_cpu PASSED in 39.1s Stats over 2 runs: max = 39.1s, min = 30.3s, avg = 34.7s, dev = 4.4s //tensorflow/python/kernel_tests/nn_ops:bias_op_d9m_test_cpu PASSED in 123.7s Stats over 2 runs: max = 123.7s, min = 60.0s, avg = 91.9s, dev = 31.8s //tensorflow/python/kernel_tests/nn_ops:conv2d_backprop_filter_grad_test_cpu PASSED in 16.8s Stats over 2 runs: max = 16.8s, min = 4.9s, avg = 10.8s, dev = 5.9s //tensorflow/python/kernel_tests/signal:fft_ops_test_cpu PASSED in 203.2s Stats over 2 runs: max = 203.2s, min = 160.4s, avg = 181.8s, dev = 21.4s //tensorflow/python/ops:control_flow_ops_test_cpu PASSED in 55.7s Stats over 2 runs: max = 55.7s, min = 40.2s, avg = 48.0s, dev = 7.7s //tensorflow/compiler/tests:spacetobatch_op_test_cpu PASSED in 17.7s Stats over 3 runs: max = 17.7s, min = 5.8s, avg = 12.6s, dev = 5.0s //tensorflow/compiler/tests:spacetobatch_op_test_cpu_mlir_bridge_test PASSED in 25.5s Stats over 3 runs: max = 25.5s, min = 8.3s, avg = 14.1s, dev = 8.1s //tensorflow/core/data/service:thread_safe_buffer_test PASSED in 0.7s Stats over 3 runs: max = 0.7s, min = 0.1s, avg = 0.3s, dev = 0.3s //tensorflow/python/data/experimental/kernel_tests/service:multi_process_cluster_test PASSED in 26.5s Stats over 3 runs: max = 26.5s, min = 10.7s, avg = 17.7s, dev = 6.6s //tensorflow/python/data/kernel_tests:unique_test PASSED in 20.9s Stats over 3 runs: max = 20.9s, min = 11.0s, avg = 14.5s, dev = 4.5s //tensorflow/python/distribute/coordinator:metric_utils_test PASSED in 29.3s Stats over 3 runs: max = 29.3s, min = 12.4s, avg = 19.4s, dev = 7.2s //tensorflow/python/kernel_tests/array_ops:gather_op_test_cpu PASSED in 66.3s Stats over 3 runs: max = 66.3s, min = 25.8s, avg = 39.8s, dev = 18.7s //tensorflow/python/kernel_tests/array_ops:weights_broadcast_test PASSED in 13.4s Stats over 3 runs: max = 13.4s, min = 5.8s, avg = 8.4s, dev = 3.6s //tensorflow/python/kernel_tests/distributions:util_test_cpu PASSED in 18.2s Stats over 3 runs: max = 18.2s, min = 11.0s, avg = 13.6s, dev = 3.2s //tensorflow/python/kernel_tests/linalg:matrix_triangular_solve_op_test_cpu PASSED in 632.5s Stats over 3 runs: max = 632.5s, min = 8.9s, avg = 217.7s, dev = 293.4s //tensorflow/python/kernel_tests/linalg/sparse:csr_sparse_matrix_grad_test_cpu PASSED in 15.2s Stats over 3 runs: max = 15.2s, min = 6.1s, avg = 9.3s, dev = 4.2s //tensorflow/python/kernel_tests/random:multinomial_op_big_test_cpu PASSED in 30.8s Stats over 3 runs: max = 30.8s, min = 10.3s, avg = 20.9s, dev = 8.4s //tensorflow/python/eager:backprop_test_cpu FAILED in 3 out of 3 in 189.3s Stats over 3 runs: max = 189.3s, min = 135.9s, avg = 163.4s, dev = 21.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 24.5s Stats over 3 runs: max = 24.5s, min = 11.9s, avg = 18.8s, dev = 5.2s /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 1.1s Stats over 4 runs: max = 1.1s, min = 0.4s, avg = 0.7s, dev = 0.3s //tensorflow/dtensor/python/tests:batchparallel_spmd_test_cpu PASSED in 20.4s Stats over 4 runs: max = 20.4s, min = 11.9s, avg = 14.8s, dev = 3.3s //tensorflow/dtensor/python/tests:conv_test_cpu PASSED in 17.0s Stats over 4 runs: max = 17.0s, min = 7.2s, avg = 10.1s, dev = 4.0s //tensorflow/dtensor/python/tests:sparse_test_cpu PASSED in 15.0s Stats over 4 runs: max = 15.0s, min = 7.2s, avg = 10.0s, dev = 3.0s //tensorflow/python/data/experimental/kernel_tests:auto_shard_dataset_test PASSED in 32.6s Stats over 4 runs: max = 32.6s, min = 13.9s, avg = 26.7s, dev = 7.6s //tensorflow/python/data/experimental/kernel_tests:map_and_batch_test PASSED in 40.5s Stats over 4 runs: max = 40.5s, min = 21.5s, avg = 32.7s, dev = 7.0s //tensorflow/python/data/experimental/kernel_tests:parse_example_dataset_test PASSED in 24.4s Stats over 4 runs: max = 24.4s, min = 10.5s, avg = 20.0s, dev = 5.7s //tensorflow/python/data/experimental/kernel_tests:rebatch_dataset_test PASSED in 20.7s Stats over 4 runs: max = 20.7s, min = 8.4s, avg = 13.7s, dev = 4.6s //tensorflow/python/data/experimental/kernel_tests:sql_dataset_test PASSED in 293.1s Stats over 4 runs: max = 293.1s, min = 61.0s, avg = 175.0s, dev = 86.8s //tensorflow/python/data/experimental/kernel_tests/service:cross_trainer_cache_ft_test PASSED in 17.9s Stats over 4 runs: max = 17.9s, min = 4.5s, avg = 9.9s, dev = 5.5s //tensorflow/python/data/kernel_tests:fixed_length_record_dataset_test PASSED in 27.1s Stats over 4 runs: max = 27.1s, min = 6.5s, avg = 14.9s, dev = 7.6s //tensorflow/python/data/kernel_tests:from_generator_test PASSED in 58.5s Stats over 4 runs: max = 58.5s, min = 12.7s, avg = 27.9s, dev = 18.2s //tensorflow/python/data/kernel_tests:group_by_window_test PASSED in 48.1s Stats over 4 runs: max = 48.1s, min = 10.9s, avg = 22.9s, dev = 15.1s //tensorflow/python/data/kernel_tests:ragged_batch_test PASSED in 27.9s Stats over 4 runs: max = 27.9s, min = 15.2s, avg = 21.4s, dev = 4.8s //tensorflow/python/data/kernel_tests:skip_test PASSED in 31.3s Stats over 4 runs: max = 31.3s, min = 15.3s, avg = 21.0s, dev = 6.4s //tensorflow/python/data/kernel_tests:take_test PASSED in 48.0s Stats over 4 runs: max = 48.0s, min = 21.1s, avg = 30.9s, dev = 10.7s //tensorflow/python/data/kernel_tests:take_while_test PASSED in 36.1s Stats over 4 runs: max = 36.1s, min = 21.5s, avg = 27.5s, dev = 5.6s //tensorflow/python/data/kernel_tests:text_line_dataset_test PASSED in 35.5s Stats over 4 runs: max = 35.5s, min = 27.7s, avg = 32.4s, dev = 2.9s //tensorflow/python/data/kernel_tests:zip_test PASSED in 21.6s Stats over 4 runs: max = 21.6s, min = 12.1s, avg = 14.9s, dev = 3.9s //tensorflow/python/debug/lib:dumping_callback_test_cpu PASSED in 22.0s Stats over 4 runs: max = 22.0s, min = 11.2s, avg = 14.2s, dev = 4.5s //tensorflow/python/distribute:cross_device_ops_test_cpu PASSED in 40.4s Stats over 4 runs: max = 40.4s, min = 20.4s, avg = 28.1s, dev = 7.7s //tensorflow/python/framework:convert_to_constants_test PASSED in 46.6s Stats over 4 runs: max = 46.6s, min = 10.9s, avg = 28.9s, dev = 15.2s //tensorflow/python/kernel_tests:collective_ops_test_cpu PASSED in 39.9s Stats over 4 runs: max = 39.9s, min = 31.4s, avg = 34.0s, dev = 3.4s //tensorflow/python/kernel_tests/array_ops:concat_op_test_cpu PASSED in 16.6s Stats over 4 runs: max = 16.6s, min = 7.6s, avg = 11.9s, dev = 3.8s //tensorflow/python/kernel_tests/array_ops:init_ops_test_cpu PASSED in 84.9s Stats over 4 runs: max = 84.9s, min = 19.4s, avg = 46.4s, dev = 26.7s //tensorflow/python/kernel_tests/array_ops:split_op_test_cpu PASSED in 28.6s Stats over 4 runs: max = 28.6s, min = 5.2s, avg = 18.1s, dev = 10.4s //tensorflow/python/kernel_tests/linalg:einsum_op_test_cpu PASSED in 86.3s Stats over 4 runs: max = 86.3s, min = 10.8s, avg = 42.5s, dev = 28.8s //tensorflow/python/kernel_tests/linalg:linear_operator_lower_triangular_test_cpu PASSED in 50.7s Stats over 4 runs: max = 50.7s, min = 40.6s, avg = 45.2s, dev = 3.6s //tensorflow/python/kernel_tests/nn_ops:conv_ops_test_cpu PASSED in 65.9s Stats over 4 runs: max = 65.9s, min = 49.5s, avg = 57.8s, dev = 5.9s //tensorflow/python/kernel_tests/random:random_gamma_test_cpu PASSED in 195.6s Stats over 4 runs: max = 195.6s, min = 6.4s, avg = 92.9s, dev = 86.4s //tensorflow/python/kernel_tests/signal:window_ops_test_cpu PASSED in 36.8s Stats over 4 runs: max = 36.8s, min = 25.4s, avg = 30.0s, dev = 4.2s //tensorflow/python/ops:nn_batchnorm_test_cpu PASSED in 41.2s Stats over 4 runs: max = 41.2s, min = 18.2s, avg = 25.5s, dev = 9.2s //tensorflow/python/ops:nn_fused_batchnorm_d9m_test_cpu PASSED in 38.0s Stats over 4 runs: max = 38.0s, min = 23.5s, avg = 27.8s, dev = 6.0s //tensorflow/python/ops/ragged:ragged_gather_op_test PASSED in 82.4s Stats over 4 runs: max = 82.4s, min = 23.2s, avg = 46.9s, dev = 21.9s //tensorflow/python/ops/ragged:ragged_getitem_test PASSED in 54.4s Stats over 4 runs: max = 54.4s, min = 46.1s, avg = 49.9s, dev = 3.1s //tensorflow/compiler/tests:conv3d_test_cpu PASSED in 21.7s Stats over 5 runs: max = 21.7s, min = 5.9s, avg = 10.9s, dev = 5.8s //tensorflow/compiler/tests:conv3d_test_cpu_mlir_bridge_test PASSED in 22.6s Stats over 5 runs: max = 22.6s, min = 6.1s, avg = 11.5s, dev = 6.2s //tensorflow/compiler/tests:depthwise_conv_op_test_cpu PASSED in 20.7s Stats over 5 runs: max = 20.7s, min = 9.7s, avg = 14.5s, dev = 4.9s //tensorflow/compiler/tests:depthwise_conv_op_test_cpu_mlir_bridge_test PASSED in 21.6s Stats over 5 runs: max = 21.6s, min = 6.4s, avg = 14.4s, dev = 5.8s //tensorflow/compiler/tests:fused_batchnorm_test_cpu PASSED in 25.9s Stats over 5 runs: max = 25.9s, min = 4.9s, avg = 9.7s, dev = 8.2s //tensorflow/compiler/tests:fused_batchnorm_test_cpu_mlir_bridge_test PASSED in 12.0s Stats over 5 runs: max = 12.0s, min = 5.3s, avg = 7.0s, dev = 2.5s //tensorflow/compiler/tests:reduce_ops_test_cpu PASSED in 15.4s Stats over 5 runs: max = 15.4s, min = 7.3s, avg = 9.2s, dev = 3.1s //tensorflow/compiler/tests:reduce_ops_test_cpu_mlir_bridge_test PASSED in 29.4s Stats over 5 runs: max = 29.4s, min = 8.5s, avg = 15.7s, dev = 8.4s //tensorflow/compiler/tests:special_math_test_cpu PASSED in 108.3s Stats over 5 runs: max = 108.3s, min = 21.8s, avg = 50.3s, dev = 31.4s //tensorflow/compiler/tests:special_math_test_cpu_mlir_bridge_test PASSED in 110.4s Stats over 5 runs: max = 110.4s, min = 22.8s, avg = 50.5s, dev = 31.8s //tensorflow/core/grappler/optimizers:constant_folding_test PASSED in 2.3s Stats over 5 runs: max = 2.3s, min = 1.7s, avg = 2.0s, dev = 0.2s //tensorflow/dtensor/python/tests:layout_propagation_test_cpu PASSED in 15.3s Stats over 5 runs: max = 15.3s, min = 6.3s, avg = 8.6s, dev = 3.4s //tensorflow/dtensor/python/tests:multi_mesh_test_cpu PASSED in 13.3s Stats over 5 runs: max = 13.3s, min = 5.5s, avg = 8.4s, dev = 2.8s //tensorflow/python/distribute:mirrored_strategy_test_2gpu PASSED in 17.9s Stats over 5 runs: max = 17.9s, min = 7.0s, avg = 10.7s, dev = 4.2s //tensorflow/python/distribute:mirrored_strategy_test_cpu PASSED in 17.9s Stats over 5 runs: max = 17.9s, min = 7.3s, avg = 11.5s, dev = 3.8s //tensorflow/python/distribute:vars_test_2gpu PASSED in 23.4s Stats over 5 runs: max = 23.4s, min = 13.5s, avg = 18.0s, dev = 4.4s //tensorflow/python/distribute:vars_test_cpu PASSED in 23.4s Stats over 5 runs: max = 23.4s, min = 14.9s, avg = 18.4s, dev = 3.5s //tensorflow/python/eager:device_placement_test_cpu PASSED in 13.1s Stats over 5 runs: max = 13.1s, min = 5.2s, avg = 8.5s, dev = 3.5s //tensorflow/python/eager/polymorphic_function:gradients_test_cpu PASSED in 35.1s Stats over 5 runs: max = 35.1s, min = 8.1s, avg = 18.0s, dev = 10.0s //tensorflow/python/grappler:cluster_test_cpu PASSED in 20.4s Stats over 5 runs: max = 20.4s, min = 4.4s, avg = 8.2s, dev = 6.1s //tensorflow/python/kernel_tests/linalg:cholesky_op_test_cpu PASSED in 61.0s Stats over 5 runs: max = 61.0s, min = 32.2s, avg = 43.9s, dev = 10.1s //tensorflow/python/kernel_tests/linalg:linear_operator_adjoint_test_cpu PASSED in 51.2s Stats over 5 runs: max = 51.2s, min = 38.8s, avg = 43.6s, dev = 4.6s //tensorflow/python/kernel_tests/linalg:linear_operator_composition_test_cpu PASSED in 125.8s Stats over 5 runs: max = 125.8s, min = 86.1s, avg = 109.3s, dev = 14.6s //tensorflow/python/kernel_tests/linalg:linear_operator_diag_test_cpu PASSED in 56.6s Stats over 5 runs: max = 56.6s, min = 33.2s, avg = 44.6s, dev = 7.5s //tensorflow/python/kernel_tests/linalg:linear_operator_full_matrix_test_cpu PASSED in 61.9s Stats over 5 runs: max = 61.9s, min = 47.9s, avg = 52.0s, dev = 5.0s //tensorflow/python/kernel_tests/linalg:linear_operator_householder_test_cpu PASSED in 59.2s Stats over 5 runs: max = 59.2s, min = 38.2s, avg = 48.3s, dev = 7.1s //tensorflow/python/kernel_tests/linalg:linear_operator_identity_test_cpu PASSED in 67.7s Stats over 5 runs: max = 67.7s, min = 58.0s, avg = 61.0s, dev = 3.8s //tensorflow/python/kernel_tests/linalg:linear_operator_inversion_test_cpu PASSED in 45.4s Stats over 5 runs: max = 45.4s, min = 36.6s, avg = 40.3s, dev = 4.1s //tensorflow/python/kernel_tests/linalg:linear_operator_permutation_test_cpu PASSED in 57.4s Stats over 5 runs: max = 57.4s, min = 29.6s, avg = 43.9s, dev = 10.0s //tensorflow/python/kernel_tests/linalg:linear_operator_toeplitz_test_cpu PASSED in 52.6s Stats over 5 runs: max = 52.6s, min = 41.2s, avg = 45.7s, dev = 3.8s //tensorflow/python/kernel_tests/linalg:linear_operator_util_test_cpu PASSED in 12.9s Stats over 5 runs: max = 12.9s, min = 4.0s, avg = 5.9s, dev = 3.5s //tensorflow/python/kernel_tests/linalg:linear_operator_zeros_test_cpu PASSED in 48.0s Stats over 5 runs: max = 48.0s, min = 37.5s, avg = 40.8s, dev = 3.8s //tensorflow/python/kernel_tests/linalg:tridiagonal_matmul_op_test_cpu PASSED in 162.8s Stats over 5 runs: max = 162.8s, min = 4.5s, avg = 38.7s, dev = 62.2s //tensorflow/python/kernel_tests/nn_ops:fractional_avg_pool_op_test PASSED in 24.0s Stats over 5 runs: max = 24.0s, min = 6.8s, avg = 12.7s, dev = 6.8s //tensorflow/python/kernel_tests/nn_ops:fractional_max_pool_op_test PASSED in 18.5s Stats over 5 runs: max = 18.5s, min = 5.6s, avg = 11.6s, dev = 4.4s //tensorflow/python/kernel_tests/sparse_ops:sparse_ops_test_cpu PASSED in 56.9s Stats over 5 runs: max = 56.9s, min = 7.7s, avg = 22.3s, dev = 17.9s //tensorflow/python/ops/parallel_for:math_test_cpu PASSED in 70.1s Stats over 5 runs: max = 70.1s, min = 24.5s, avg = 48.8s, dev = 16.3s //tensorflow/compiler/tests:scan_ops_test_cpu PASSED in 18.5s Stats over 6 runs: max = 18.5s, min = 7.6s, avg = 12.4s, dev = 3.2s //tensorflow/compiler/tests:scan_ops_test_cpu_mlir_bridge_test PASSED in 29.9s Stats over 6 runs: max = 29.9s, min = 9.9s, avg = 20.6s, dev = 7.1s //tensorflow/python/data/experimental/kernel_tests:make_batched_features_dataset_test PASSED in 29.6s Stats over 6 runs: max = 29.6s, min = 4.8s, avg = 15.1s, dev = 10.6s //tensorflow/python/kernel_tests/array_ops:diag_op_test_cpu PASSED in 71.9s Stats over 6 runs: max = 71.9s, min = 6.3s, avg = 20.0s, dev = 23.3s //tensorflow/python/kernel_tests/math_ops:reduction_ops_test_cpu PASSED in 73.9s Stats over 6 runs: max = 73.9s, min = 35.0s, avg = 50.4s, dev = 12.6s //tensorflow/python/distribute/experimental/rpc:rpc_ops_test PASSED in 14.1s Stats over 7 runs: max = 14.1s, min = 5.7s, avg = 9.5s, dev = 3.5s //tensorflow/compiler/tests:ftrl_test_cpu PASSED in 16.9s Stats over 8 runs: max = 16.9s, min = 5.1s, avg = 8.3s, dev = 4.1s //tensorflow/compiler/tests:matrix_diag_ops_test_cpu PASSED in 61.3s Stats over 8 runs: max = 61.3s, min = 4.5s, avg = 22.4s, dev = 19.7s //tensorflow/compiler/tests:matrix_diag_ops_test_cpu_mlir_bridge_test PASSED in 74.8s Stats over 8 runs: max = 74.8s, min = 4.4s, avg = 29.7s, dev = 26.8s //tensorflow/compiler/tests:ternary_ops_test_cpu PASSED in 27.6s Stats over 8 runs: max = 27.6s, min = 5.8s, avg = 15.5s, dev = 8.1s //tensorflow/compiler/tests:ternary_ops_test_cpu_mlir_bridge_test PASSED in 16.0s Stats over 8 runs: max = 16.0s, min = 5.0s, avg = 8.9s, dev = 3.5s //tensorflow/dtensor/python/tests:input_util_test PASSED in 26.3s Stats over 8 runs: max = 26.3s, min = 17.2s, avg = 22.8s, dev = 2.9s //tensorflow/dtensor/python/tests:save_restore_v2_test_cpu PASSED in 25.6s Stats over 8 runs: max = 25.6s, min = 9.8s, avg = 14.6s, dev = 5.6s //tensorflow/python/data/experimental/kernel_tests:csv_dataset_test PASSED in 49.3s Stats over 8 runs: max = 49.3s, min = 6.2s, avg = 18.2s, dev = 14.2s //tensorflow/python/data/experimental/kernel_tests:parallel_interleave_test PASSED in 39.4s Stats over 8 runs: max = 39.4s, min = 10.3s, avg = 22.1s, dev = 8.7s //tensorflow/python/data/experimental/kernel_tests/service:coordinated_read_ft_test PASSED in 76.5s Stats over 8 runs: max = 76.5s, min = 5.0s, avg = 31.1s, dev = 23.9s //tensorflow/python/data/experimental/kernel_tests/service:coordinated_read_test PASSED in 52.7s Stats over 8 runs: max = 52.7s, min = 7.0s, avg = 21.6s, dev = 15.7s //tensorflow/python/data/experimental/kernel_tests/service:cross_trainer_cache_test PASSED in 59.0s Stats over 8 runs: max = 59.0s, min = 4.6s, avg = 18.1s, dev = 17.7s //tensorflow/python/data/experimental/kernel_tests/service:distributed_save_load_ft_test PASSED in 41.5s Stats over 8 runs: max = 41.5s, min = 16.4s, avg = 21.3s, dev = 7.8s //tensorflow/python/data/experimental/kernel_tests/service:distributed_save_load_test PASSED in 63.8s Stats over 8 runs: max = 63.8s, min = 47.8s, avg = 59.1s, dev = 5.1s //tensorflow/python/data/experimental/kernel_tests/service:distributed_save_test PASSED in 37.5s Stats over 8 runs: max = 37.5s, min = 12.4s, avg = 23.4s, dev = 9.1s //tensorflow/python/data/experimental/kernel_tests/service:fault_tolerance_test PASSED in 20.3s Stats over 8 runs: max = 20.3s, min = 6.7s, avg = 11.3s, dev = 4.5s //tensorflow/python/data/kernel_tests:batch_test PASSED in 33.4s Stats over 8 runs: max = 33.4s, min = 12.6s, avg = 21.8s, dev = 8.3s //tensorflow/python/data/kernel_tests:filter_test PASSED in 33.2s Stats over 8 runs: max = 33.2s, min = 12.1s, avg = 21.6s, dev = 8.1s //tensorflow/python/data/kernel_tests:flat_map_test PASSED in 48.8s Stats over 8 runs: max = 48.8s, min = 19.7s, avg = 31.8s, dev = 9.8s //tensorflow/python/data/kernel_tests:shard_test PASSED in 25.6s Stats over 8 runs: max = 25.6s, min = 14.6s, avg = 19.7s, dev = 3.1s //tensorflow/python/data/kernel_tests:shuffle_test PASSED in 56.1s Stats over 8 runs: max = 56.1s, min = 27.6s, avg = 34.2s, dev = 8.9s //tensorflow/python/data/kernel_tests:tf_record_dataset_test PASSED in 30.0s Stats over 8 runs: max = 30.0s, min = 11.6s, avg = 18.4s, dev = 5.2s //tensorflow/python/distribute/failure_handling:failure_handler_test PASSED in 52.6s Stats over 8 runs: max = 52.6s, min = 20.7s, avg = 41.4s, dev = 11.3s //tensorflow/python/distribute/failure_handling:gce_failure_handler_test PASSED in 91.1s Stats over 8 runs: max = 91.1s, min = 11.5s, avg = 32.4s, dev = 28.6s //tensorflow/python/kernel_tests/linalg:linalg_ops_test_cpu PASSED in 79.6s Stats over 8 runs: max = 79.6s, min = 28.2s, avg = 48.4s, dev = 14.7s //tensorflow/python/kernel_tests/linalg:linear_operator_block_diag_test_cpu PASSED in 196.0s Stats over 8 runs: max = 196.0s, min = 118.0s, avg = 150.5s, dev = 29.3s //tensorflow/python/kernel_tests/linalg:linear_operator_block_lower_triangular_test_cpu PASSED in 178.0s Stats over 8 runs: max = 178.0s, min = 86.5s, avg = 128.6s, dev = 30.4s //tensorflow/python/kernel_tests/nn_ops:depthwise_conv_op_d9m_test_cpu PASSED in 58.9s Stats over 8 runs: max = 58.9s, min = 3.9s, avg = 13.7s, dev = 17.8s //tensorflow/python/kernel_tests/nn_ops:depthwise_conv_op_test_cpu PASSED in 10.3s Stats over 8 runs: max = 10.3s, min = 4.1s, avg = 5.2s, dev = 1.9s //tensorflow/python/ops/ragged:dynamic_ragged_shape_test PASSED in 52.2s Stats over 8 runs: max = 52.2s, min = 30.9s, avg = 39.5s, dev = 6.7s //tensorflow/python/ops/ragged:ragged_tensor_test PASSED in 24.7s Stats over 8 runs: max = 24.7s, min = 11.8s, avg = 16.1s, dev = 4.9s //tensorflow/compiler/tests:conv2d_test_cpu PASSED in 13.7s Stats over 10 runs: max = 13.7s, min = 5.7s, avg = 8.2s, dev = 2.8s //tensorflow/compiler/tests:conv2d_test_cpu_mlir_bridge_test PASSED in 15.3s Stats over 10 runs: max = 15.3s, min = 6.0s, avg = 7.4s, dev = 2.7s //tensorflow/compiler/tests:random_ops_test_cpu PASSED in 12.3s Stats over 10 runs: max = 12.3s, min = 4.4s, avg = 7.5s, dev = 2.2s //tensorflow/compiler/tests:random_ops_test_cpu_mlir_bridge_test PASSED in 24.6s Stats over 10 runs: max = 24.6s, min = 4.3s, avg = 11.7s, dev = 6.7s //tensorflow/compiler/tests:stateless_random_ops_test_cpu PASSED in 85.6s Stats over 10 runs: max = 85.6s, min = 48.5s, avg = 63.7s, dev = 14.1s //tensorflow/compiler/tests:stateless_random_ops_test_cpu_mlir_bridge_test PASSED in 82.9s Stats over 10 runs: max = 82.9s, min = 46.0s, avg = 61.9s, dev = 13.3s //tensorflow/python/data/kernel_tests:rejection_resample_test PASSED in 22.5s Stats over 10 runs: max = 22.5s, min = 4.6s, avg = 11.8s, dev = 6.2s //tensorflow/python/distribute:input_lib_type_spec_test_2gpu PASSED in 20.8s Stats over 10 runs: max = 20.8s, min = 7.3s, avg = 13.1s, dev = 5.1s //tensorflow/python/distribute:input_lib_type_spec_test_cpu PASSED in 19.9s Stats over 10 runs: max = 19.9s, min = 7.6s, avg = 13.4s, dev = 4.9s //tensorflow/python/framework:function_test_cpu PASSED in 53.1s Stats over 10 runs: max = 53.1s, min = 4.5s, avg = 14.3s, dev = 14.8s //tensorflow/python/kernel_tests/array_ops:array_ops_test_cpu PASSED in 17.1s Stats over 10 runs: max = 17.1s, min = 5.7s, avg = 8.9s, dev = 3.2s //tensorflow/python/kernel_tests/array_ops:inplace_ops_test_cpu PASSED in 10.7s Stats over 10 runs: max = 10.7s, min = 3.8s, avg = 5.2s, dev = 1.9s //tensorflow/python/kernel_tests/data_structures:tensor_array_ops_test_cpu PASSED in 14.1s Stats over 10 runs: max = 14.1s, min = 5.4s, avg = 7.7s, dev = 2.5s //tensorflow/python/kernel_tests/linalg:linear_operator_tridiag_test_cpu PASSED in 111.0s Stats over 10 runs: max = 111.0s, min = 78.6s, avg = 96.8s, dev = 11.0s //tensorflow/python/kernel_tests/linalg/sparse:csr_sparse_matrix_ops_test_cpu PASSED in 90.4s Stats over 10 runs: max = 90.4s, min = 13.7s, avg = 51.0s, dev = 25.1s //tensorflow/python/kernel_tests/linalg/sparse:csr_sparse_matrix_sparse_mat_mul_grad_test_cpu PASSED in 11.9s Stats over 10 runs: max = 11.9s, min = 3.5s, avg = 5.6s, dev = 2.4s //tensorflow/python/kernel_tests/math_ops:cwise_ops_unary_test_cpu PASSED in 31.7s Stats over 10 runs: max = 31.7s, min = 7.4s, avg = 13.2s, dev = 6.8s //tensorflow/python/kernel_tests/math_ops:segment_reduction_ops_test_cpu PASSED in 39.9s Stats over 10 runs: max = 39.9s, min = 6.4s, avg = 20.5s, dev = 11.3s //tensorflow/python/kernel_tests/nn_ops:pooling_ops_test_cpu PASSED in 39.3s Stats over 10 runs: max = 39.3s, min = 6.6s, avg = 15.5s, dev = 11.5s //tensorflow/python/kernel_tests/nn_ops:rnn_test_cpu PASSED in 25.0s Stats over 10 runs: max = 25.0s, min = 7.6s, avg = 12.3s, dev = 4.9s //tensorflow/python/kernel_tests/random:random_index_shuffle_test PASSED in 18.7s Stats over 10 runs: max = 18.7s, min = 6.7s, avg = 10.8s, dev = 3.5s //tensorflow/python/kernel_tests/random:stateless_random_ops_test_cpu PASSED in 174.8s Stats over 10 runs: max = 174.8s, min = 25.5s, avg = 104.2s, dev = 67.0s //tensorflow/python/ops:special_math_ops_test_cpu PASSED in 70.7s Stats over 10 runs: max = 70.7s, min = 7.8s, avg = 20.8s, dev = 17.2s //tensorflow/python/ops:weak_tensor_special_math_ops_test_cpu PASSED in 16.7s Stats over 10 runs: max = 16.7s, min = 7.6s, avg = 12.4s, dev = 3.0s //tensorflow/python/ops/numpy_ops/tests:np_indexing_test PASSED in 120.7s Stats over 10 runs: max = 120.7s, min = 85.4s, avg = 107.4s, dev = 9.8s //tensorflow/python/ops/ragged:ragged_tensor_supported_values_test PASSED in 21.4s Stats over 10 runs: max = 21.4s, min = 12.9s, avg = 16.3s, dev = 2.2s //tensorflow/python/eager:forwardprop_test_cpu FAILED in 9 out of 11 in 109.7s Stats over 11 runs: max = 109.7s, min = 12.1s, avg = 51.6s, dev = 36.9s /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 26.1s Stats over 12 runs: max = 26.1s, min = 6.2s, avg = 11.9s, dev = 5.6s //tensorflow/python/data/experimental/kernel_tests:group_by_reducer_test PASSED in 20.1s Stats over 12 runs: max = 20.1s, min = 4.8s, avg = 10.5s, dev = 4.8s //tensorflow/python/data/kernel_tests:choose_from_datasets_test PASSED in 20.2s Stats over 12 runs: max = 20.2s, min = 4.4s, avg = 9.3s, dev = 5.4s //tensorflow/python/data/kernel_tests:memory_cleanup_test_cpu PASSED in 23.6s Stats over 12 runs: max = 23.6s, min = 4.3s, avg = 9.9s, dev = 6.6s //tensorflow/python/distribute:moving_averages_test_2gpu PASSED in 24.2s Stats over 12 runs: max = 24.2s, min = 11.6s, avg = 14.3s, dev = 3.2s //tensorflow/python/distribute:moving_averages_test_cpu PASSED in 25.3s Stats over 12 runs: max = 25.3s, min = 11.3s, avg = 14.5s, dev = 3.5s //tensorflow/python/saved_model:load_test_cpu FAILED in 3 out of 12 in 60.8s Stats over 12 runs: max = 60.8s, min = 28.5s, avg = 41.8s, dev = 8.8s /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 215.7s Stats over 15 runs: max = 215.7s, min = 103.1s, avg = 159.0s, dev = 36.2s //tensorflow/python/kernel_tests/nn_ops:rnn_cell_test_cpu PASSED in 92.9s Stats over 15 runs: max = 92.9s, min = 6.6s, avg = 21.3s, dev = 22.6s //tensorflow/python/data/experimental/kernel_tests/service:dynamic_sharding_test PASSED in 17.0s Stats over 16 runs: max = 17.0s, min = 4.7s, avg = 9.4s, dev = 3.2s //tensorflow/python/data/kernel_tests:snapshot_test PASSED in 49.0s Stats over 16 runs: max = 49.0s, min = 11.3s, avg = 23.3s, dev = 10.4s //tensorflow/python/kernel_tests/control_flow:control_flow_ops_py_test_cpu PASSED in 32.5s Stats over 16 runs: max = 32.5s, min = 5.6s, avg = 9.7s, dev = 6.3s //tensorflow/python/kernel_tests/linalg:matrix_exponential_op_test PASSED in 11.5s Stats over 16 runs: max = 11.5s, min = 4.5s, avg = 5.9s, dev = 1.9s //tensorflow/python/kernel_tests/signal:dct_ops_test_cpu PASSED in 36.6s Stats over 16 runs: max = 36.6s, min = 10.8s, avg = 18.5s, dev = 6.2s //tensorflow/python/ops:image_ops_test_cpu PASSED in 33.9s Stats over 16 runs: max = 33.9s, min = 10.9s, avg = 20.5s, dev = 6.0s //tensorflow/python/data/experimental/kernel_tests/service:distributed_save_ft_test PASSED in 75.8s Stats over 17 runs: max = 75.8s, min = 9.7s, avg = 29.4s, dev = 20.8s //tensorflow/python/eager/polymorphic_function:polymorphic_function_test_cpu FAILED in 3 out of 17 in 40.2s Stats over 17 runs: max = 40.2s, min = 12.2s, avg = 21.3s, dev = 7.8s /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 44.9s Stats over 19 runs: max = 44.9s, min = 12.4s, avg = 23.4s, dev = 7.7s //tensorflow/compiler/tests:pooling_ops_3d_test_cpu PASSED in 24.3s Stats over 20 runs: max = 24.3s, min = 4.1s, avg = 7.8s, dev = 6.0s //tensorflow/compiler/tests:pooling_ops_3d_test_cpu_mlir_bridge_test PASSED in 24.0s Stats over 20 runs: max = 24.0s, min = 4.1s, avg = 7.0s, dev = 4.5s //tensorflow/compiler/tests:pooling_ops_test_cpu PASSED in 12.5s Stats over 20 runs: max = 12.5s, min = 4.3s, avg = 5.9s, dev = 2.1s //tensorflow/compiler/tests:pooling_ops_test_cpu_mlir_bridge_test PASSED in 13.5s Stats over 20 runs: max = 13.5s, min = 4.3s, avg = 6.0s, dev = 2.2s //tensorflow/compiler/tests:stochastic_cast_op_test_cpu PASSED in 13.9s Stats over 20 runs: max = 13.9s, min = 6.0s, avg = 7.4s, dev = 1.9s //tensorflow/compiler/tests:unary_ops_test_cpu PASSED in 19.6s Stats over 20 runs: max = 19.6s, min = 4.1s, avg = 8.3s, dev = 4.7s //tensorflow/compiler/tests:unary_ops_test_cpu_mlir_bridge_test PASSED in 36.3s Stats over 20 runs: max = 36.3s, min = 4.6s, avg = 10.1s, dev = 7.7s //tensorflow/dtensor/python/tests:rng_test_cpu PASSED in 21.2s Stats over 20 runs: max = 21.2s, min = 6.9s, avg = 8.7s, dev = 3.0s //tensorflow/python/autograph/tests:loop_control_flow_test PASSED in 43.9s Stats over 20 runs: max = 43.9s, min = 13.4s, avg = 16.9s, dev = 6.3s //tensorflow/python/kernel_tests:metrics_test PASSED in 43.9s Stats over 20 runs: max = 43.9s, min = 8.8s, avg = 19.3s, dev = 10.3s //tensorflow/python/kernel_tests/array_ops:matrix_band_part_op_test_cpu PASSED in 11.0s Stats over 20 runs: max = 11.0s, min = 3.8s, avg = 4.7s, dev = 1.5s //tensorflow/python/kernel_tests/data_structures:barrier_ops_test PASSED in 10.3s Stats over 20 runs: max = 10.3s, min = 4.0s, avg = 5.8s, dev = 2.1s //tensorflow/python/kernel_tests/linalg:eig_op_test PASSED in 60.7s Stats over 20 runs: max = 60.7s, min = 4.1s, avg = 16.8s, dev = 18.1s //tensorflow/python/kernel_tests/linalg:linalg_grad_test_cpu PASSED in 157.2s Stats over 20 runs: max = 157.2s, min = 32.2s, avg = 72.2s, dev = 31.8s //tensorflow/python/kernel_tests/linalg:norm_op_test_cpu PASSED in 14.4s Stats over 20 runs: max = 14.4s, min = 5.7s, avg = 7.3s, dev = 1.9s //tensorflow/python/kernel_tests/linalg:normalize_op_test_cpu PASSED in 19.2s Stats over 20 runs: max = 19.2s, min = 6.4s, avg = 12.4s, dev = 4.0s //tensorflow/python/kernel_tests/linalg:qr_op_test_cpu PASSED in 299.7s Stats over 20 runs: max = 299.7s, min = 41.9s, avg = 136.2s, dev = 77.0s //tensorflow/python/kernel_tests/linalg:self_adjoint_eig_op_test_cpu PASSED in 32.9s Stats over 20 runs: max = 32.9s, min = 5.5s, avg = 13.5s, dev = 8.7s //tensorflow/python/kernel_tests/math_ops:batch_matmul_op_test_cpu PASSED in 34.8s Stats over 20 runs: max = 34.8s, min = 5.8s, avg = 18.3s, dev = 8.5s //tensorflow/python/kernel_tests/math_ops:matmul_op_test_cpu PASSED in 38.1s Stats over 20 runs: max = 38.1s, min = 19.4s, avg = 26.9s, dev = 4.9s //tensorflow/python/kernel_tests/math_ops:tensordot_op_test_cpu PASSED in 120.9s Stats over 20 runs: max = 120.9s, min = 9.7s, avg = 50.0s, dev = 35.7s //tensorflow/python/kernel_tests/nn_ops:embedding_ops_test_cpu PASSED in 56.0s Stats over 20 runs: max = 56.0s, min = 14.1s, avg = 21.8s, dev = 8.9s //tensorflow/python/data/kernel_tests:interleave_test PASSED in 27.4s Stats over 24 runs: max = 27.4s, min = 9.5s, avg = 17.7s, dev = 5.0s //tensorflow/python/data/kernel_tests:sample_from_datasets_test PASSED in 20.5s Stats over 24 runs: max = 20.5s, min = 5.4s, avg = 10.4s, dev = 4.7s //tensorflow/dtensor/python/tests:multi_device_spmd_test_cpu PASSED in 37.7s Stats over 25 runs: max = 37.7s, min = 23.5s, avg = 29.4s, dev = 3.6s //tensorflow/python/kernel_tests/nn_ops:conv_ops_3d_test_cpu PASSED in 22.1s Stats over 30 runs: max = 22.1s, min = 5.5s, avg = 11.3s, dev = 4.7s //tensorflow/python/data/experimental/kernel_tests/service:data_service_ops_test PASSED in 37.8s Stats over 32 runs: max = 37.8s, min = 5.2s, avg = 11.1s, dev = 6.0s //tensorflow/python/data/experimental/kernel_tests/service:worker_tags_test PASSED in 40.6s Stats over 32 runs: max = 40.6s, min = 4.6s, avg = 12.8s, dev = 7.9s //tensorflow/python/distribute:multi_process_runner_test_2gpu PASSED in 220.3s Stats over 35 runs: max = 220.3s, min = 4.4s, avg = 23.5s, dev = 37.9s //tensorflow/python/distribute:multi_process_runner_test_cpu FLAKY, failed in 1 out of 36 in 226.1s Stats over 36 runs: max = 226.1s, min = 4.3s, avg = 25.1s, dev = 38.1s /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/execroot/org_tensorflow/bazel-out/aarch64-opt/testlogs/tensorflow/python/distribute/multi_process_runner_test_cpu/shard_12_of_35/test_attempts/attempt_1.log //tensorflow/core/kernels:stochastic_cast_op_test PASSED in 2.6s Stats over 48 runs: max = 2.6s, min = 0.4s, avg = 1.0s, dev = 0.6s //tensorflow/compiler/mlir/quantization/stablehlo/python:quantize_model_test PASSED in 48.9s Stats over 50 runs: max = 48.9s, min = 18.3s, avg = 26.1s, dev = 6.2s //tensorflow/compiler/mlir/quantization/tensorflow/python:quantize_model_test PASSED in 76.1s Stats over 50 runs: max = 76.1s, min = 33.6s, avg = 47.5s, dev = 8.6s //tensorflow/compiler/tests:sort_ops_test_cpu PASSED in 31.1s Stats over 50 runs: max = 31.1s, min = 4.3s, avg = 11.3s, dev = 4.9s //tensorflow/compiler/tests:sort_ops_test_cpu_mlir_bridge_test PASSED in 17.1s Stats over 50 runs: max = 17.1s, min = 3.9s, avg = 10.6s, dev = 3.9s //tensorflow/python/kernel_tests/linalg:linear_operator_circulant_test_cpu PASSED in 95.4s Stats over 50 runs: max = 95.4s, min = 36.8s, avg = 59.5s, dev = 14.0s //tensorflow/python/kernel_tests/linalg/sparse:csr_sparse_matrix_dense_mat_mul_grad_test_cpu PASSED in 20.5s Stats over 50 runs: max = 20.5s, min = 5.6s, avg = 11.4s, dev = 3.3s //tensorflow/python/kernel_tests/math_ops:cwise_ops_binary_test_cpu PASSED in 49.8s Stats over 50 runs: max = 49.8s, min = 11.1s, avg = 25.9s, dev = 10.4s //tensorflow/python/kernel_tests/math_ops:cwise_ops_test_cpu PASSED in 16.2s Stats over 50 runs: max = 16.2s, min = 4.0s, avg = 7.0s, dev = 2.6s Executed 3077 out of 3077 tests: 3072 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.