You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aurora.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/06 19:46:51 UTC

Build failed in Jenkins: Aurora #1552

See <https://builds.apache.org/job/Aurora/1552/changes>

Changes:

[maxim] Updating release docs to remind about rc argument usage.

------------------------------------------
[...truncated 4315 lines...]
                     ImportError: No module named pants.bin.pants_exe
                      TestThermosExecutor.test_failing_runner_initialize 
                     
                     self = <test_thermos_executor.TestThermosExecutor object at 0x7f02fc4f70d0>
                     
                         def test_failing_runner_initialize(self):
                           proxy_driver = ProxyDriver()
                         
                           with temporary_dir() as td:
                             te = FastThermosExecutor(
                     >           runner_provider=make_provider(td),
                                 sandbox_provider=FailingSandboxProvider())
                     
                     src/test/python/apache/aurora/executor/test_thermos_executor.py:480: 
                     _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
                     src/test/python/apache/aurora/executor/test_thermos_executor.py:193: in make_provider
                         pex_location=thermos_runner_path(),
                     _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
                     
                     build = True
                     
                         def thermos_runner_path(build=True):
                           if not build:
                             return getattr(thermos_runner_path, 'value', None)
                         
                           if not hasattr(thermos_runner_path, 'value'):
                             pex_dir = safe_mkdtemp()
                     >       assert subprocess.call(["./pants", "--pants-distdir=%s" % pex_dir, "binary",
                               "src/main/python/apache/thermos/runner:thermos_runner"]) == 0
                     E       assert 1 == 0
                     E        +  where 1 = <function call at 0x7f0308b6aa28>(['./pants', '--pants-distdir=/tmp/tmpvsEx1z', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7f0308b6aa28> = subprocess.call
                     
                     src/test/python/apache/aurora/executor/test_thermos_executor.py:185: AssertionError
                     -------------- Captured stderr call --------------
                     Traceback (most recent call last):
                       File "/home/jenkins/.cache/pants/setup/bootstrap-Linux-x86_64/1.1.0-pre6/bin/pants", line 7, in <module>
                         from pants.bin.pants_exe import main
                     ImportError: No module named pants.bin.pants_exe
                      TestThermosExecutor.test_failing_runner_initialize_unknown_exception 
                     
                     self = <test_thermos_executor.TestThermosExecutor object at 0x7f02fc7c6290>
                     
                         def test_failing_runner_initialize_unknown_exception(self):
                           proxy_driver = ProxyDriver()
                         
                           with temporary_dir() as td:
                             te = FastThermosExecutor(
                     >               runner_provider=make_provider(td),
                                     sandbox_provider=FailingSandboxProvider(exception_type=Exception))
                     
                     src/test/python/apache/aurora/executor/test_thermos_executor.py:493: 
                     _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
                     src/test/python/apache/aurora/executor/test_thermos_executor.py:193: in make_provider
                         pex_location=thermos_runner_path(),
                     _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
                     
                     build = True
                     
                         def thermos_runner_path(build=True):
                           if not build:
                             return getattr(thermos_runner_path, 'value', None)
                         
                           if not hasattr(thermos_runner_path, 'value'):
                             pex_dir = safe_mkdtemp()
                     >       assert subprocess.call(["./pants", "--pants-distdir=%s" % pex_dir, "binary",
                               "src/main/python/apache/thermos/runner:thermos_runner"]) == 0
                     E       assert 1 == 0
                     E        +  where 1 = <function call at 0x7f0308b6aa28>(['./pants', '--pants-distdir=/tmp/tmpjwf5ia', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7f0308b6aa28> = subprocess.call
                     
                     src/test/python/apache/aurora/executor/test_thermos_executor.py:185: AssertionError
                     -------------- Captured stderr call --------------
                     Traceback (most recent call last):
                       File "/home/jenkins/.cache/pants/setup/bootstrap-Linux-x86_64/1.1.0-pre6/bin/pants", line 7, in <module>
                         from pants.bin.pants_exe import main
                     ImportError: No module named pants.bin.pants_exe
                      TestThermosExecutor.test_slow_runner_initialize _
                     
                     self = <test_thermos_executor.TestThermosExecutor object at 0x7f02fc455590>
                     
                         def test_slow_runner_initialize(self):
                           proxy_driver = ProxyDriver()
                         
                           task = make_task(HELLO_WORLD_MTI)
                         
                           with temporary_dir() as td:
                             te = FastThermosExecutor(
                     >           runner_provider=make_provider(td),
                                 sandbox_provider=SlowSandboxProvider())
                     
                     src/test/python/apache/aurora/executor/test_thermos_executor.py:508: 
                     _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
                     src/test/python/apache/aurora/executor/test_thermos_executor.py:193: in make_provider
                         pex_location=thermos_runner_path(),
                     _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
                     
                     build = True
                     
                         def thermos_runner_path(build=True):
                           if not build:
                             return getattr(thermos_runner_path, 'value', None)
                         
                           if not hasattr(thermos_runner_path, 'value'):
                             pex_dir = safe_mkdtemp()
                     >       assert subprocess.call(["./pants", "--pants-distdir=%s" % pex_dir, "binary",
                               "src/main/python/apache/thermos/runner:thermos_runner"]) == 0
                     E       assert 1 == 0
                     E        +  where 1 = <function call at 0x7f0308b6aa28>(['./pants', '--pants-distdir=/tmp/tmpO536hA', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7f0308b6aa28> = subprocess.call
                     
                     src/test/python/apache/aurora/executor/test_thermos_executor.py:185: AssertionError
                     -------------- Captured stderr call --------------
                     Traceback (most recent call last):
                       File "/home/jenkins/.cache/pants/setup/bootstrap-Linux-x86_64/1.1.0-pre6/bin/pants", line 7, in <module>
                         from pants.bin.pants_exe import main
                     ImportError: No module named pants.bin.pants_exe
                      TestThermosExecutor.test_killTask_during_runner_initialize 
                     
                     self = <test_thermos_executor.TestThermosExecutor object at 0x7f02fc455710>
                     
                         def test_killTask_during_runner_initialize(self):  # noqa
                           proxy_driver = ProxyDriver()
                         
                           task = make_task(HELLO_WORLD_MTI)
                         
                           with temporary_dir() as td:
                             te = FastThermosExecutor(
                     >           runner_provider=make_provider(td),
                                 sandbox_provider=SlowSandboxProvider())
                     
                     src/test/python/apache/aurora/executor/test_thermos_executor.py:527: 
                     _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
                     src/test/python/apache/aurora/executor/test_thermos_executor.py:193: in make_provider
                         pex_location=thermos_runner_path(),
                     _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
                     
                     build = True
                     
                         def thermos_runner_path(build=True):
                           if not build:
                             return getattr(thermos_runner_path, 'value', None)
                         
                           if not hasattr(thermos_runner_path, 'value'):
                             pex_dir = safe_mkdtemp()
                     >       assert subprocess.call(["./pants", "--pants-distdir=%s" % pex_dir, "binary",
                               "src/main/python/apache/thermos/runner:thermos_runner"]) == 0
                     E       assert 1 == 0
                     E        +  where 1 = <function call at 0x7f0308b6aa28>(['./pants', '--pants-distdir=/tmp/tmp2kkFul', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7f0308b6aa28> = subprocess.call
                     
                     src/test/python/apache/aurora/executor/test_thermos_executor.py:185: AssertionError
                     -------------- Captured stderr call --------------
                     Traceback (most recent call last):
                       File "/home/jenkins/.cache/pants/setup/bootstrap-Linux-x86_64/1.1.0-pre6/bin/pants", line 7, in <module>
                         from pants.bin.pants_exe import main
                     ImportError: No module named pants.bin.pants_exe
                      TestThermosExecutor.test_launchTask_deserialization_fail 
                     
                     self = <test_thermos_executor.TestThermosExecutor object at 0x7f02c2e8f850>
                     
                         def test_launchTask_deserialization_fail(self):  # noqa
                           proxy_driver = ProxyDriver()
                         
                           role = getpass.getuser()
                           task_info = mesos_pb2.TaskInfo()
                           task_info.name = task_info.task_id.value = 'broken'
                           task_info.data = serialize(
                               AssignedTask(
                                   task=TaskConfig(
                                       job=JobKey(role=role, environment='env', name='name'),
                                       executorConfig=ExecutorConfig(name=AURORA_EXECUTOR_NAME, data='garbage'))))
                         
                           te = FastThermosExecutor(
                     >         runner_provider=make_provider(safe_mkdtemp()),
                               sandbox_provider=DefaultTestSandboxProvider())
                     
                     src/test/python/apache/aurora/executor/test_thermos_executor.py:565: 
                     _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
                     src/test/python/apache/aurora/executor/test_thermos_executor.py:193: in make_provider
                         pex_location=thermos_runner_path(),
                     _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
                     
                     build = True
                     
                         def thermos_runner_path(build=True):
                           if not build:
                             return getattr(thermos_runner_path, 'value', None)
                         
                           if not hasattr(thermos_runner_path, 'value'):
                             pex_dir = safe_mkdtemp()
                     >       assert subprocess.call(["./pants", "--pants-distdir=%s" % pex_dir, "binary",
                               "src/main/python/apache/thermos/runner:thermos_runner"]) == 0
                     E       assert 1 == 0
                     E        +  where 1 = <function call at 0x7f0308b6aa28>(['./pants', '--pants-distdir=/tmp/tmpEHA1PU', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7f0308b6aa28> = subprocess.call
                     
                     src/test/python/apache/aurora/executor/test_thermos_executor.py:185: AssertionError
                     -------------- Captured stderr call --------------
                     Traceback (most recent call last):
                       File "/home/jenkins/.cache/pants/setup/bootstrap-Linux-x86_64/1.1.0-pre6/bin/pants", line 7, in <module>
                         from pants.bin.pants_exe import main
                     ImportError: No module named pants.bin.pants_exe
                     _____________ test_waiting_executor ______________
                     
                         def test_waiting_executor():
                           proxy_driver = ProxyDriver()
                           with temporary_dir() as checkpoint_root:
                             te = AuroraExecutor(
                     >           runner_provider=make_provider(checkpoint_root),
                                 sandbox_provider=DefaultTestSandboxProvider())
                     
                     src/test/python/apache/aurora/executor/test_thermos_executor.py:580: 
                     _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
                     src/test/python/apache/aurora/executor/test_thermos_executor.py:193: in make_provider
                         pex_location=thermos_runner_path(),
                     _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
                     
                     build = True
                     
                         def thermos_runner_path(build=True):
                           if not build:
                             return getattr(thermos_runner_path, 'value', None)
                         
                           if not hasattr(thermos_runner_path, 'value'):
                             pex_dir = safe_mkdtemp()
                     >       assert subprocess.call(["./pants", "--pants-distdir=%s" % pex_dir, "binary",
                               "src/main/python/apache/thermos/runner:thermos_runner"]) == 0
                     E       assert 1 == 0
                     E        +  where 1 = <function call at 0x7f0308b6aa28>(['./pants', '--pants-distdir=/tmp/tmp05XjSt', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7f0308b6aa28> = subprocess.call
                     
                     src/test/python/apache/aurora/executor/test_thermos_executor.py:185: AssertionError
                     -------------- Captured stderr call --------------
                     Traceback (most recent call last):
                       File "/home/jenkins/.cache/pants/setup/bootstrap-Linux-x86_64/1.1.0-pre6/bin/pants", line 7, in <module>
                         from pants.bin.pants_exe import main
                     ImportError: No module named pants.bin.pants_exe
                      generated xml file: <https://builds.apache.org/job/Aurora/ws/dist/test-results/415337499eb72578eab327a6487c1f5c9452b3d6.xml> 
                      16 failed, 652 passed, 6 skipped, 1 warnings, 8 error in 143.27 seconds 
                     
FAILURE


               Waiting for background workers to finish.
19:47:05 03:07   [complete]
               FAILURE
Build step 'Execute shell' marked build as failure
Recording test results

Re: Build failed in Jenkins: Aurora #1552

Posted by John Sirois <jo...@gmail.com>.
This was supposed to be fixed now:

File "/home/jenkins/.cache/pants/setup/bootstrap-Linux-x86_64/1.1.0-pre6/bin/pants",
line 7, in <module>
                         from pants.bin.pants_exe import main
                     ImportError: No module named pants.bin.pants_exe


I'm re-opening https://issues.apache.org/jira/browse/AURORA-1717 to take
another look.

On Wed, Jul 6, 2016 at 1:46 PM, Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> See <https://builds.apache.org/job/Aurora/1552/changes>
>
> Changes:
>
> [maxim] Updating release docs to remind about rc argument usage.
>
> ------------------------------------------
> [...truncated 4315 lines...]
>                      ImportError: No module named pants.bin.pants_exe
>                       TestThermosExecutor.test_failing_runner_initialize
>
>                      self = <test_thermos_executor.TestThermosExecutor
> object at 0x7f02fc4f70d0>
>
>                       [1m    def test_failing_runner_initialize(self): [0m
>                       [1m      proxy_driver = ProxyDriver() [0m
>                       [1m     [0m
>                       [1m      with temporary_dir() as td: [0m
>                       [1m        te = FastThermosExecutor( [0m
>                       [1m>           runner_provider=make_provider(td), [0m
>                       [1m
> sandbox_provider=FailingSandboxProvider()) [0m
>
>
>  src/test/python/apache/aurora/executor/test_thermos_executor.py:480:
>                      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>
>  src/test/python/apache/aurora/executor/test_thermos_executor.py:193: in
> make_provider
>                       [1m    pex_location=thermos_runner_path(), [0m
>                      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>
>                      build = True
>
>                       [1m    def thermos_runner_path(build=True): [0m
>                       [1m      if not build: [0m
>                       [1m        return getattr(thermos_runner_path,
> 'value', None) [0m
>                       [1m     [0m
>                       [1m      if not hasattr(thermos_runner_path,
> 'value'): [0m
>                       [1m        pex_dir = safe_mkdtemp() [0m
>                       [1m>       assert subprocess.call(["./pants",
> "--pants-distdir=%s" % pex_dir, "binary", [0m
>                       [1m
> "src/main/python/apache/thermos/runner:thermos_runner"]) == 0 [0m
>                       [1m [31mE       assert 1 == 0 [0m
>                       [1m [31mE        +  where 1 = <function call at
> 0x7f0308b6aa28>(['./pants', '--pants-distdir=/tmp/tmpvsEx1z', 'binary',
> 'src/main/python/apache/thermos/runner:thermos_runner']) [0m
>                       [1m [31mE        +    where <function call at
> 0x7f0308b6aa28> = subprocess.call [0m
>
>
>  src/test/python/apache/aurora/executor/test_thermos_executor.py:185:
> AssertionError
>                      -------------- Captured stderr call --------------
>                      Traceback (most recent call last):
>                        File
> "/home/jenkins/.cache/pants/setup/bootstrap-Linux-x86_64/1.1.0-pre6/bin/pants",
> line 7, in <module>
>                          from pants.bin.pants_exe import main
>                      ImportError: No module named pants.bin.pants_exe
>
> TestThermosExecutor.test_failing_runner_initialize_unknown_exception
>
>                      self = <test_thermos_executor.TestThermosExecutor
> object at 0x7f02fc7c6290>
>
>                       [1m    def
> test_failing_runner_initialize_unknown_exception(self): [0m
>                       [1m      proxy_driver = ProxyDriver() [0m
>                       [1m     [0m
>                       [1m      with temporary_dir() as td: [0m
>                       [1m        te = FastThermosExecutor( [0m
>                       [1m>
>  runner_provider=make_provider(td), [0m
>                       [1m
> sandbox_provider=FailingSandboxProvider(exception_type=Exception)) [0m
>
>
>  src/test/python/apache/aurora/executor/test_thermos_executor.py:493:
>                      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>
>  src/test/python/apache/aurora/executor/test_thermos_executor.py:193: in
> make_provider
>                       [1m    pex_location=thermos_runner_path(), [0m
>                      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>
>                      build = True
>
>                       [1m    def thermos_runner_path(build=True): [0m
>                       [1m      if not build: [0m
>                       [1m        return getattr(thermos_runner_path,
> 'value', None) [0m
>                       [1m     [0m
>                       [1m      if not hasattr(thermos_runner_path,
> 'value'): [0m
>                       [1m        pex_dir = safe_mkdtemp() [0m
>                       [1m>       assert subprocess.call(["./pants",
> "--pants-distdir=%s" % pex_dir, "binary", [0m
>                       [1m
> "src/main/python/apache/thermos/runner:thermos_runner"]) == 0 [0m
>                       [1m [31mE       assert 1 == 0 [0m
>                       [1m [31mE        +  where 1 = <function call at
> 0x7f0308b6aa28>(['./pants', '--pants-distdir=/tmp/tmpjwf5ia', 'binary',
> 'src/main/python/apache/thermos/runner:thermos_runner']) [0m
>                       [1m [31mE        +    where <function call at
> 0x7f0308b6aa28> = subprocess.call [0m
>
>
>  src/test/python/apache/aurora/executor/test_thermos_executor.py:185:
> AssertionError
>                      -------------- Captured stderr call --------------
>                      Traceback (most recent call last):
>                        File
> "/home/jenkins/.cache/pants/setup/bootstrap-Linux-x86_64/1.1.0-pre6/bin/pants",
> line 7, in <module>
>                          from pants.bin.pants_exe import main
>                      ImportError: No module named pants.bin.pants_exe
>                       TestThermosExecutor.test_slow_runner_initialize _
>
>                      self = <test_thermos_executor.TestThermosExecutor
> object at 0x7f02fc455590>
>
>                       [1m    def test_slow_runner_initialize(self): [0m
>                       [1m      proxy_driver = ProxyDriver() [0m
>                       [1m     [0m
>                       [1m      task = make_task(HELLO_WORLD_MTI) [0m
>                       [1m     [0m
>                       [1m      with temporary_dir() as td: [0m
>                       [1m        te = FastThermosExecutor( [0m
>                       [1m>           runner_provider=make_provider(td), [0m
>                       [1m
> sandbox_provider=SlowSandboxProvider()) [0m
>
>
>  src/test/python/apache/aurora/executor/test_thermos_executor.py:508:
>                      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>
>  src/test/python/apache/aurora/executor/test_thermos_executor.py:193: in
> make_provider
>                       [1m    pex_location=thermos_runner_path(), [0m
>                      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>
>                      build = True
>
>                       [1m    def thermos_runner_path(build=True): [0m
>                       [1m      if not build: [0m
>                       [1m        return getattr(thermos_runner_path,
> 'value', None) [0m
>                       [1m     [0m
>                       [1m      if not hasattr(thermos_runner_path,
> 'value'): [0m
>                       [1m        pex_dir = safe_mkdtemp() [0m
>                       [1m>       assert subprocess.call(["./pants",
> "--pants-distdir=%s" % pex_dir, "binary", [0m
>                       [1m
> "src/main/python/apache/thermos/runner:thermos_runner"]) == 0 [0m
>                       [1m [31mE       assert 1 == 0 [0m
>                       [1m [31mE        +  where 1 = <function call at
> 0x7f0308b6aa28>(['./pants', '--pants-distdir=/tmp/tmpO536hA', 'binary',
> 'src/main/python/apache/thermos/runner:thermos_runner']) [0m
>                       [1m [31mE        +    where <function call at
> 0x7f0308b6aa28> = subprocess.call [0m
>
>
>  src/test/python/apache/aurora/executor/test_thermos_executor.py:185:
> AssertionError
>                      -------------- Captured stderr call --------------
>                      Traceback (most recent call last):
>                        File
> "/home/jenkins/.cache/pants/setup/bootstrap-Linux-x86_64/1.1.0-pre6/bin/pants",
> line 7, in <module>
>                          from pants.bin.pants_exe import main
>                      ImportError: No module named pants.bin.pants_exe
>
> TestThermosExecutor.test_killTask_during_runner_initialize
>
>                      self = <test_thermos_executor.TestThermosExecutor
> object at 0x7f02fc455710>
>
>                       [1m    def
> test_killTask_during_runner_initialize(self):  # noqa [0m
>                       [1m      proxy_driver = ProxyDriver() [0m
>                       [1m     [0m
>                       [1m      task = make_task(HELLO_WORLD_MTI) [0m
>                       [1m     [0m
>                       [1m      with temporary_dir() as td: [0m
>                       [1m        te = FastThermosExecutor( [0m
>                       [1m>           runner_provider=make_provider(td), [0m
>                       [1m
> sandbox_provider=SlowSandboxProvider()) [0m
>
>
>  src/test/python/apache/aurora/executor/test_thermos_executor.py:527:
>                      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>
>  src/test/python/apache/aurora/executor/test_thermos_executor.py:193: in
> make_provider
>                       [1m    pex_location=thermos_runner_path(), [0m
>                      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>
>                      build = True
>
>                       [1m    def thermos_runner_path(build=True): [0m
>                       [1m      if not build: [0m
>                       [1m        return getattr(thermos_runner_path,
> 'value', None) [0m
>                       [1m     [0m
>                       [1m      if not hasattr(thermos_runner_path,
> 'value'): [0m
>                       [1m        pex_dir = safe_mkdtemp() [0m
>                       [1m>       assert subprocess.call(["./pants",
> "--pants-distdir=%s" % pex_dir, "binary", [0m
>                       [1m
> "src/main/python/apache/thermos/runner:thermos_runner"]) == 0 [0m
>                       [1m [31mE       assert 1 == 0 [0m
>                       [1m [31mE        +  where 1 = <function call at
> 0x7f0308b6aa28>(['./pants', '--pants-distdir=/tmp/tmp2kkFul', 'binary',
> 'src/main/python/apache/thermos/runner:thermos_runner']) [0m
>                       [1m [31mE        +    where <function call at
> 0x7f0308b6aa28> = subprocess.call [0m
>
>
>  src/test/python/apache/aurora/executor/test_thermos_executor.py:185:
> AssertionError
>                      -------------- Captured stderr call --------------
>                      Traceback (most recent call last):
>                        File
> "/home/jenkins/.cache/pants/setup/bootstrap-Linux-x86_64/1.1.0-pre6/bin/pants",
> line 7, in <module>
>                          from pants.bin.pants_exe import main
>                      ImportError: No module named pants.bin.pants_exe
>
> TestThermosExecutor.test_launchTask_deserialization_fail
>
>                      self = <test_thermos_executor.TestThermosExecutor
> object at 0x7f02c2e8f850>
>
>                       [1m    def
> test_launchTask_deserialization_fail(self):  # noqa [0m
>                       [1m      proxy_driver = ProxyDriver() [0m
>                       [1m     [0m
>                       [1m      role = getpass.getuser() [0m
>                       [1m      task_info = mesos_pb2.TaskInfo() [0m
>                       [1m      task_info.name = task_info.task_id.value =
> 'broken' [0m
>                       [1m      task_info.data = serialize( [0m
>                       [1m          AssignedTask( [0m
>                       [1m              task=TaskConfig( [0m
>                       [1m                  job=JobKey(role=role,
> environment='env', name='name'), [0m
>                       [1m
> executorConfig=ExecutorConfig(name=AURORA_EXECUTOR_NAME, data='garbage'))))
> [0m
>                       [1m     [0m
>                       [1m      te = FastThermosExecutor( [0m
>                       [1m>
>  runner_provider=make_provider(safe_mkdtemp()), [0m
>                       [1m
> sandbox_provider=DefaultTestSandboxProvider()) [0m
>
>
>  src/test/python/apache/aurora/executor/test_thermos_executor.py:565:
>                      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>
>  src/test/python/apache/aurora/executor/test_thermos_executor.py:193: in
> make_provider
>                       [1m    pex_location=thermos_runner_path(), [0m
>                      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>
>                      build = True
>
>                       [1m    def thermos_runner_path(build=True): [0m
>                       [1m      if not build: [0m
>                       [1m        return getattr(thermos_runner_path,
> 'value', None) [0m
>                       [1m     [0m
>                       [1m      if not hasattr(thermos_runner_path,
> 'value'): [0m
>                       [1m        pex_dir = safe_mkdtemp() [0m
>                       [1m>       assert subprocess.call(["./pants",
> "--pants-distdir=%s" % pex_dir, "binary", [0m
>                       [1m
> "src/main/python/apache/thermos/runner:thermos_runner"]) == 0 [0m
>                       [1m [31mE       assert 1 == 0 [0m
>                       [1m [31mE        +  where 1 = <function call at
> 0x7f0308b6aa28>(['./pants', '--pants-distdir=/tmp/tmpEHA1PU', 'binary',
> 'src/main/python/apache/thermos/runner:thermos_runner']) [0m
>                       [1m [31mE        +    where <function call at
> 0x7f0308b6aa28> = subprocess.call [0m
>
>
>  src/test/python/apache/aurora/executor/test_thermos_executor.py:185:
> AssertionError
>                      -------------- Captured stderr call --------------
>                      Traceback (most recent call last):
>                        File
> "/home/jenkins/.cache/pants/setup/bootstrap-Linux-x86_64/1.1.0-pre6/bin/pants",
> line 7, in <module>
>                          from pants.bin.pants_exe import main
>                      ImportError: No module named pants.bin.pants_exe
>                      _____________ test_waiting_executor ______________
>
>                       [1m    def test_waiting_executor(): [0m
>                       [1m      proxy_driver = ProxyDriver() [0m
>                       [1m      with temporary_dir() as checkpoint_root: [0m
>                       [1m        te = AuroraExecutor( [0m
>                       [1m>
>  runner_provider=make_provider(checkpoint_root), [0m
>                       [1m
> sandbox_provider=DefaultTestSandboxProvider()) [0m
>
>
>  src/test/python/apache/aurora/executor/test_thermos_executor.py:580:
>                      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>
>  src/test/python/apache/aurora/executor/test_thermos_executor.py:193: in
> make_provider
>                       [1m    pex_location=thermos_runner_path(), [0m
>                      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>
>                      build = True
>
>                       [1m    def thermos_runner_path(build=True): [0m
>                       [1m      if not build: [0m
>                       [1m        return getattr(thermos_runner_path,
> 'value', None) [0m
>                       [1m     [0m
>                       [1m      if not hasattr(thermos_runner_path,
> 'value'): [0m
>                       [1m        pex_dir = safe_mkdtemp() [0m
>                       [1m>       assert subprocess.call(["./pants",
> "--pants-distdir=%s" % pex_dir, "binary", [0m
>                       [1m
> "src/main/python/apache/thermos/runner:thermos_runner"]) == 0 [0m
>                       [1m [31mE       assert 1 == 0 [0m
>                       [1m [31mE        +  where 1 = <function call at
> 0x7f0308b6aa28>(['./pants', '--pants-distdir=/tmp/tmp05XjSt', 'binary',
> 'src/main/python/apache/thermos/runner:thermos_runner']) [0m
>                       [1m [31mE        +    where <function call at
> 0x7f0308b6aa28> = subprocess.call [0m
>
>
>  src/test/python/apache/aurora/executor/test_thermos_executor.py:185:
> AssertionError
>                      -------------- Captured stderr call --------------
>                      Traceback (most recent call last):
>                        File
> "/home/jenkins/.cache/pants/setup/bootstrap-Linux-x86_64/1.1.0-pre6/bin/pants",
> line 7, in <module>
>                          from pants.bin.pants_exe import main
>                      ImportError: No module named pants.bin.pants_exe
>                       generated xml file: <
> https://builds.apache.org/job/Aurora/ws/dist/test-results/415337499eb72578eab327a6487c1f5c9452b3d6.xml
> >
>                       [1m [31m 16 failed, 652 passed, 6 skipped, 1
> warnings, 8 error in 143.27 seconds  [0m
>
> FAILURE
>
>  [32m
>                Waiting for background workers to finish. [0m
> 19:47:05 03:07   [complete] [31m
>                FAILURE [0m
> Build step 'Execute shell' marked build as failure
> Recording test results
>

Jenkins build is back to normal : Aurora #1553

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Aurora/1553/>