You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/25 23:21:04 UTC

[jira] [Commented] (BEAM-2366) Post commit failure: import not found gen_protos

    [ https://issues.apache.org/jira/browse/BEAM-2366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16025548#comment-16025548 ] 

ASF GitHub Bot commented on BEAM-2366:
--------------------------------------

GitHub user robertwb opened a pull request:

    https://github.com/apache/beam/pull/3228

    [BEAM-2366] Don't try to pickle gen_protos in tests.

    Tests that pickle the main session but are run from setup.py attempt
    to pickle everything visible in setup.py.
    
    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [ ] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [ ] Make sure tests pass via `mvn clean verify`.
     - [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [ ] If this contribution is large, please file an Apache
           [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
    
    ---


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/robertwb/incubator-beam BEAM-2366

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/3228.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3228
    
----
commit 3b7eae4040eba65e8a6167eb802849273eca588b
Author: Robert Bradshaw <ro...@gmail.com>
Date:   2017-05-25T23:17:54Z

    [BEAM-2366] Don't try to pickle gen_protos in tests.
    
    Tests that pickle the main session but are run from setup.py attempt
    to pickle everything visible in setup.py.

----


> Post commit failure: import not found gen_protos
> ------------------------------------------------
>
>                 Key: BEAM-2366
>                 URL: https://issues.apache.org/jira/browse/BEAM-2366
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py
>            Reporter: Ahmet Altay
>            Assignee: Robert Bradshaw
>
> https://builds.apache.org/view/Beam/job/beam_PostCommit_Python_Verify/2317/consoleFull
> root: INFO: 2017-05-25T20:38:41.442Z: JOB_MESSAGE_ERROR: (9eea00070bd5c095): Traceback (most recent call last):
>   File "/usr/local/lib/python2.7/dist-packages/dataflow_worker/batchworker.py", line 706, in run
>     self._load_main_session(self.local_staging_directory)
>   File "/usr/local/lib/python2.7/dist-packages/dataflow_worker/batchworker.py", line 446, in _load_main_session
>     pickler.load_session(session_file)
>   File "/usr/local/lib/python2.7/dist-packages/apache_beam/internal/pickler.py", line 247, in load_session
>     return dill.load_session(file_path)
>   File "/usr/local/lib/python2.7/dist-packages/dill/dill.py", line 363, in load_session
>     module = unpickler.load()
>   File "/usr/lib/python2.7/pickle.py", line 858, in load
>     dispatch[key](self)
>   File "/usr/lib/python2.7/pickle.py", line 1133, in load_reduce
>     value = func(*args)
>   File "/usr/local/lib/python2.7/dist-packages/dill/dill.py", line 766, in _import_module
>     return __import__(import_name)
> ImportError: No module named gen_protos



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)