cryptic
10/23/2022, 4:15 PMTraceback (most recent call last):
File "/mnt/e/flytekit/flytekit/core/data_persistence.py", line 451, in put_data
DataPersistencePlugins.find_plugin(remote_path)(data_config=self.data_config).put(
File "/mnt/e/flytekit/flytekit/core/data_persistence.py", line 239, in put
copyfile(self.strip_file_header(from_path), self.strip_file_header(to_path))
File "/usr/lib/python3.8/shutil.py", line 261, in copyfile
with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/flyte-0biwpwwf/sandbox/local_flytekit/c553d127c1fe7fff0f9083f3062f41b3'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "tests/flytekit/unit/extras/tensorflow/test_transformations.py", line 69, in <module>
test_to_python_value_and_literal(TensorflowTensorTransformer(),
File "tests/flytekit/unit/extras/tensorflow/test_transformations.py", line 56, in test_to_python_value_and_literal
lv = tf.to_literal(ctx, python_val, type(python_val), lt) # type: ignore
File "/mnt/e/flytekit/flytekit/extras/tensorflow/tensor/tensor_transformer.py", line 55, in to_literal
ctx.file_access.put_data(local_path, remote_path, is_multipart=False)
File "/mnt/e/flytekit/flytekit/core/data_persistence.py", line 455, in put_data
raise FlyteAssertion(
flytekit.exceptions.user.FlyteAssertion: Failed to put data from /tmp/flyte-0biwpwwf/sandbox/local_flytekit/c553d127c1fe7fff0f9083f3062f41b3 to /tmp/flyte-0biwpwwf/raw/27e61200733eb79b105950c3e9ee6ed1/c553d127c1fe7fff0f9083f3062f41b3 (recursive=False).
Original exception: [Errno 2] No such file or directory: '/tmp/flyte-0biwpwwf/sandbox/local_flytekit/c553d127c1fe7fff0f9083f3062f41b3'
One of my test is failingYee
cryptic
10/24/2022, 2:54 AMEduardo Apolinario (eapolinario)
10/24/2022, 5:37 PMcryptic
10/24/2022, 5:38 PMEduardo Apolinario (eapolinario)
10/24/2022, 5:38 PMcryptic
10/24/2022, 5:38 PMtest_to_python_value_and_literal
/tmp/flyte-<>/sandbox/...
probably i'm missing any permissions to create that folder or something like that?Eduardo Apolinario (eapolinario)
10/24/2022, 7:10 PMcryptic
10/25/2022, 4:19 PMEduardo Apolinario (eapolinario)
10/25/2022, 11:43 PMpytest
cryptic
10/26/2022, 3:52 AMEduardo Apolinario (eapolinario)
10/26/2022, 4:43 PMcryptic
10/26/2022, 5:30 PMEduardo Apolinario (eapolinario)
10/26/2022, 5:32 PM