You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Ahmet Altay (JIRA)" <ji...@apache.org> on 2017/08/08 22:29:00 UTC

[jira] [Created] (BEAM-2755) Wordcount it test fail

Ahmet Altay created BEAM-2755:
---------------------------------

             Summary: Wordcount it test fail
                 Key: BEAM-2755
                 URL: https://issues.apache.org/jira/browse/BEAM-2755
             Project: Beam
          Issue Type: Bug
          Components: sdk-py
            Reporter: Ahmet Altay
            Assignee: Mark Liu


https://builds.apache.org/view/A-D/view/Beam/job/beam_PostCommit_Python_Verify/2886/console failed with the error below. It might be a flake, or an error in test_utils:

Delete operation failed with exceptions {'*': IOError(OSError(2, 'No such file or directory'),), '-': IOError(OSError(2, 'No such file or directory'),), '/': IOError(OSError(13, 'Permission denied'),), '1': IOError(OSError(2, 'No such file or directory'),), '0': IOError(OSError(2, 'No such file or directory'),), '3': IOError(OSError(2, 'No such file or directory'),), '2': IOError(OSError(2, 'No such file or directory'),), '5': IOError(OSError(2, 'No such file or directory'),), ':': IOError(OSError(2, 'No such file or directory'),), 'a': IOError(OSError(2, 'No such file or directory'),), 'c': IOError(OSError(2, 'No such file or directory'),), 'e': IOError(OSError(2, 'No such file or directory'),), 'd': IOError(OSError(2, 'No such file or directory'),), 'g': IOError(OSError(2, 'No such file or directory'),), 'f': IOError(OSError(2, 'No such file or directory'),), 'i': IOError(OSError(2, 'No such file or directory'),), 'm': IOError(OSError(2, 'No such file or directory'),), 'l': IOError(OSError(2, 'No such file or directory'),), 'o': IOError(OSError(2, 'No such file or directory'),), 'n': IOError(OSError(2, 'No such file or directory'),), 'p': IOError(OSError(2, 'No such file or directory'),), 's': IOError(OSError(2, 'No such file or directory'),), 'r': IOError(OSError(2, 'No such file or directory'),), 'u': IOError(OSError(2, 'No such file or directory'),), 't': IOError(OSError(2, 'No such file or directory'),), 'y': IOError(OSError(2, 'No such file or directory'),)}
 Traceback for above exception (most recent call last):
  File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/utils/retry.py", line 175, in wrapper
    return fun(*args, **kwargs)
  File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/testing/test_utils.py", line 91, in delete_files
    FileSystems.delete(file_paths)
  File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/io/filesystems.py", line 224, in delete
    return filesystem.delete(paths)
  File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/io/localfilesystem.py", line 267, in delete
    raise BeamIOError("Delete operation failed", exceptions)

Mark, could you take a look at this?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)