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/04/07 01:06:40 UTC

Build failed in Jenkins: Aurora #1459

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

Changes:

[john.sirois] Lift the standard `ServerSet` encoding.

------------------------------------------
[...truncated 4166 lines...]
                     ImportError: No module named pants.bin.pants_exe
                      TestThermosExecutor.test_failing_runner_initialize 
                     
                     self = <test_thermos_executor.TestThermosExecutor object at 0x7ff848a91c90>
                     
                         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 0x7ff860dd3938>(['./pants', '--pants-distdir=/tmp/user/2396/tmpLs7e1M', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7ff860dd3938> = 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/0.0.80/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 0x7ff848986c50>
                     
                         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 0x7ff860dd3938>(['./pants', '--pants-distdir=/tmp/user/2396/tmpaC_Oqj', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7ff860dd3938> = 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/0.0.80/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 0x7ff8488d4110>
                     
                         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 0x7ff860dd3938>(['./pants', '--pants-distdir=/tmp/user/2396/tmp9fBgLS', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7ff860dd3938> = 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/0.0.80/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 0x7ff848899c10>
                     
                         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 0x7ff860dd3938>(['./pants', '--pants-distdir=/tmp/user/2396/tmp_vaEh4', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7ff860dd3938> = 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/0.0.80/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 0x7ff8488fa410>
                     
                         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 0x7ff860dd3938>(['./pants', '--pants-distdir=/tmp/user/2396/tmpwzi4xv', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7ff860dd3938> = 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/0.0.80/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 0x7ff860dd3938>(['./pants', '--pants-distdir=/tmp/user/2396/tmpyuwkw5', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7ff860dd3938> = 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/0.0.80/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, 641 passed, 5 skipped, 1 warnings, 8 error in 165.09 seconds 
                     
FAILURE


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

Jenkins build is back to normal : Aurora #1462

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


Build failed in Jenkins: Aurora #1461

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

Changes:

[wfarner] Remove AddInstancesConfig parameter from addInstances RPC.

------------------------------------------
[...truncated 4212 lines...]
                     ImportError: No module named pants.bin.pants_exe
                      TestThermosExecutor.test_failing_runner_initialize 
                     
                     self = <test_thermos_executor.TestThermosExecutor object at 0x7f92934b4c50>
                     
                         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 0x7f92bfc8f938>(['./pants', '--pants-distdir=/tmp/user/2396/tmpF0Szln', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7f92bfc8f938> = 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/0.0.80/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 0x7f9293280110>
                     
                         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 0x7f92bfc8f938>(['./pants', '--pants-distdir=/tmp/user/2396/tmp7DFLWs', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7f92bfc8f938> = 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/0.0.80/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 0x7f9293307110>
                     
                         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 0x7f92bfc8f938>(['./pants', '--pants-distdir=/tmp/user/2396/tmp_xTn9W', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7f92bfc8f938> = 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/0.0.80/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 0x7f9293251e50>
                     
                         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 0x7f92bfc8f938>(['./pants', '--pants-distdir=/tmp/user/2396/tmpnwCHpQ', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7f92bfc8f938> = 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/0.0.80/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 0x7f9292f0ad50>
                     
                         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 0x7f92bfc8f938>(['./pants', '--pants-distdir=/tmp/user/2396/tmppO9Amq', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7f92bfc8f938> = 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/0.0.80/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 0x7f92bfc8f938>(['./pants', '--pants-distdir=/tmp/user/2396/tmpAJCIgI', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7f92bfc8f938> = 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/0.0.80/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> 
                      17 failed, 640 passed, 5 skipped, 1 warnings, 8 error in 141.83 seconds 
                     
FAILURE


               Waiting for background workers to finish.
00:27:54 03:24   [complete]
               FAILURE
Build step 'Execute shell' marked build as failure
Recording test results

Build failed in Jenkins: Aurora #1460

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

Changes:

[zmanji] Implement custom MyBatis cache to record cache statistics.

------------------------------------------
[...truncated 4167 lines...]
                     ImportError: No module named pants.bin.pants_exe
                      TestThermosExecutor.test_failing_runner_initialize 
                     
                     self = <test_thermos_executor.TestThermosExecutor object at 0x7ffce8cdbf50>
                     
                         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 0x7ffd3b499b18>(['./pants', '--pants-distdir=/tmp/user/10021/tmpkPkbhG', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7ffd3b499b18> = 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/0.0.80/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 0x7ffd143259d0>
                     
                         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 0x7ffd3b499b18>(['./pants', '--pants-distdir=/tmp/user/10021/tmpKfyGkH', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7ffd3b499b18> = 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/0.0.80/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 0x7ffd141c1a10>
                     
                         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 0x7ffd3b499b18>(['./pants', '--pants-distdir=/tmp/user/10021/tmpjWOSF8', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7ffd3b499b18> = 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/0.0.80/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 0x7ffd142d7bd0>
                     
                         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 0x7ffd3b499b18>(['./pants', '--pants-distdir=/tmp/user/10021/tmpGHITnc', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7ffd3b499b18> = 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/0.0.80/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 0x7ffd14335390>
                     
                         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 0x7ffd3b499b18>(['./pants', '--pants-distdir=/tmp/user/10021/tmpuoaGcq', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7ffd3b499b18> = 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/0.0.80/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 0x7ffd3b499b18>(['./pants', '--pants-distdir=/tmp/user/10021/tmpdUvwqx', 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])
                     E        +    where <function call at 0x7ffd3b499b18> = 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/0.0.80/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, 641 passed, 5 skipped, 1 warnings, 8 error in 150.86 seconds 
                     
FAILURE


               Waiting for background workers to finish.
23:26:02 03:22   [complete]
               FAILURE
Build step 'Execute shell' marked build as failure
Recording test results