Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2059F200B5B for ; Fri, 5 Aug 2016 21:04:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1A544160AAC; Fri, 5 Aug 2016 19:04:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E0B7E160A64 for ; Fri, 5 Aug 2016 21:04:30 +0200 (CEST) Received: (qmail 92254 invoked by uid 500); 5 Aug 2016 19:04:30 -0000 Mailing-List: contact dev-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.apache.org Delivered-To: mailing list dev@aurora.apache.org Received: (qmail 92229 invoked by uid 99); 5 Aug 2016 19:04:29 -0000 Received: from crius.apache.org (HELO crius.apache.org) (140.211.11.14) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Aug 2016 19:04:29 +0000 Received: from crius.apache.org (localhost [127.0.0.1]) by crius.apache.org (ASF Mail Server at crius.apache.org) with ESMTP id C94C29C0043; Fri, 5 Aug 2016 19:04:20 +0000 (UTC) Date: Fri, 5 Aug 2016 19:04:20 +0000 (UTC) From: Apache Jenkins Server To: dev@aurora.apache.org, serb@apache.org, zmanji@twitter.com Message-ID: <888453387.6670.1470423860822.JavaMail.jenkins@crius> In-Reply-To: <2072554875.6655.1470421126285.JavaMail.jenkins@crius> References: <2072554875.6655.1470421126285.JavaMail.jenkins@crius> Subject: Build failed in Jenkins: Aurora #1575 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkqVKZPv7YyHBB3FvWfV7XQehwe/Ga3aadzSNknt8g382X3uN8A3SOQ+Ixq9HxS+ZlN6XR4TECySmSRy2JN5Rx8svxAD0TjtSF9LuU98dD+LniNDP7Lq6gvRFuJhbMHoS0nuTizDZLsK4X8TW5MyV9w+jFbdoZfRE5O/Mse0fkOeL5uoIS/3Vvu/W+x9QSjDkB7CaU56bPFlQjqqJBl3Cn9r34CkXQZYnLb/NjW4vcpw0+TgMUAPTIVEr5BTPZRshz19g7huwg3zANT5HBIZnzV4hsVY9w4JHkceFdKi/ibNnjPjsFs9pm0HSGJ/RDxjIvSTYT02eH4+m1RAYaj2E9QIDAQAB X-Jenkins-Job: Aurora X-Jenkins-Result: FAILURE archived-at: Fri, 05 Aug 2016 19:04:32 -0000 See Changes: [zmanji] Fix typo in `RELEASE-NOTES.md`. ------------------------------------------ [...truncated 4388 lines...] from pants.bin.pants_exe import main ImportError: No module named pants.bin.pants_exe TestThermosExecutor.test_failing_runner_initialize=20 =20 self =3D =20 =1B[1m def test_failing_runner_initialize(self):=1B= [0m =1B[1m proxy_driver =3D ProxyDriver()=1B[0m =1B[1m =1B[0m =1B[1m with temporary_dir() as td:=1B[0m =1B[1m te =3D FastThermosExecutor(=1B[0m =1B[1m> runner_provider=3Dmake_provider(td),= =1B[0m =1B[1m sandbox_provider=3DFailingSandboxPro= vider())=1B[0m =20 src/test/python/apache/aurora/executor/test_thermos_ex= ecutor.py:480:=20 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _=20 src/test/python/apache/aurora/executor/test_thermos_ex= ecutor.py:193: in make_provider =1B[1m pex_location=3Dthermos_runner_path(),=1B[0m _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _=20 =20 build =3D True =20 =1B[1m def thermos_runner_path(build=3DTrue):=1B[0m =1B[1m if not build:=1B[0m =1B[1m return getattr(thermos_runner_path, 'val= ue', None)=1B[0m =1B[1m =1B[0m =1B[1m if not hasattr(thermos_runner_path, 'value= '):=1B[0m =1B[1m pex_dir =3D safe_mkdtemp()=1B[0m =1B[1m> assert subprocess.call(["./pants", "--pa= nts-distdir=3D%s" % pex_dir, "binary",=1B[0m =1B[1m "src/main/python/apache/thermos/runner= :thermos_runner"]) =3D=3D 0=1B[0m =1B[1m=1B[31mE assert 1 =3D=3D 0=1B[0m =1B[1m=1B[31mE + where 1 =3D (['./pants', '--pants-distdir=3D/tmp/user/10021/tmpFapHFB',= 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])=1B[0m =1B[1m=1B[31mE + where =3D subprocess.call=1B[0m =20 src/test/python/apache/aurora/executor/test_thermos_ex= ecutor.py:185: AssertionError -------------- Captured stderr call -------------- Traceback (most recent call last): File " line 7, i= n from pants.bin.pants_exe import main ImportError: No module named pants.bin.pants_exe TestThermosExecutor.test_failing_runner_initialize_un= known_exception=20 =20 self =3D =20 =1B[1m def test_failing_runner_initialize_unknown_e= xception(self):=1B[0m =1B[1m proxy_driver =3D ProxyDriver()=1B[0m =1B[1m =1B[0m =1B[1m with temporary_dir() as td:=1B[0m =1B[1m te =3D FastThermosExecutor(=1B[0m =1B[1m> runner_provider=3Dmake_provider(= td),=1B[0m =1B[1m sandbox_provider=3DFailingSandbo= xProvider(exception_type=3DException))=1B[0m =20 src/test/python/apache/aurora/executor/test_thermos_ex= ecutor.py:493:=20 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _=20 src/test/python/apache/aurora/executor/test_thermos_ex= ecutor.py:193: in make_provider =1B[1m pex_location=3Dthermos_runner_path(),=1B[0m _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _=20 =20 build =3D True =20 =1B[1m def thermos_runner_path(build=3DTrue):=1B[0m =1B[1m if not build:=1B[0m =1B[1m return getattr(thermos_runner_path, 'val= ue', None)=1B[0m =1B[1m =1B[0m =1B[1m if not hasattr(thermos_runner_path, 'value= '):=1B[0m =1B[1m pex_dir =3D safe_mkdtemp()=1B[0m =1B[1m> assert subprocess.call(["./pants", "--pa= nts-distdir=3D%s" % pex_dir, "binary",=1B[0m =1B[1m "src/main/python/apache/thermos/runner= :thermos_runner"]) =3D=3D 0=1B[0m =1B[1m=1B[31mE assert 1 =3D=3D 0=1B[0m =1B[1m=1B[31mE + where 1 =3D (['./pants', '--pants-distdir=3D/tmp/user/10021/tmp9NnL6W',= 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])=1B[0m =1B[1m=1B[31mE + where =3D subprocess.call=1B[0m =20 src/test/python/apache/aurora/executor/test_thermos_ex= ecutor.py:185: AssertionError -------------- Captured stderr call -------------- Traceback (most recent call last): File " line 7, i= n from pants.bin.pants_exe import main ImportError: No module named pants.bin.pants_exe TestThermosExecutor.test_slow_runner_initialize _ =20 self =3D =20 =1B[1m def test_slow_runner_initialize(self):=1B[0m =1B[1m proxy_driver =3D ProxyDriver()=1B[0m =1B[1m =1B[0m =1B[1m task =3D make_task(HELLO_WORLD_MTI)=1B[0m =1B[1m =1B[0m =1B[1m with temporary_dir() as td:=1B[0m =1B[1m te =3D FastThermosExecutor(=1B[0m =1B[1m> runner_provider=3Dmake_provider(td),= =1B[0m =1B[1m sandbox_provider=3DSlowSandboxProvid= er())=1B[0m =20 src/test/python/apache/aurora/executor/test_thermos_ex= ecutor.py:508:=20 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _=20 src/test/python/apache/aurora/executor/test_thermos_ex= ecutor.py:193: in make_provider =1B[1m pex_location=3Dthermos_runner_path(),=1B[0m _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _=20 =20 build =3D True =20 =1B[1m def thermos_runner_path(build=3DTrue):=1B[0m =1B[1m if not build:=1B[0m =1B[1m return getattr(thermos_runner_path, 'val= ue', None)=1B[0m =1B[1m =1B[0m =1B[1m if not hasattr(thermos_runner_path, 'value= '):=1B[0m =1B[1m pex_dir =3D safe_mkdtemp()=1B[0m =1B[1m> assert subprocess.call(["./pants", "--pa= nts-distdir=3D%s" % pex_dir, "binary",=1B[0m =1B[1m "src/main/python/apache/thermos/runner= :thermos_runner"]) =3D=3D 0=1B[0m =1B[1m=1B[31mE assert 1 =3D=3D 0=1B[0m =1B[1m=1B[31mE + where 1 =3D (['./pants', '--pants-distdir=3D/tmp/user/10021/tmpYUiNmS',= 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])=1B[0m =1B[1m=1B[31mE + where =3D subprocess.call=1B[0m =20 src/test/python/apache/aurora/executor/test_thermos_ex= ecutor.py:185: AssertionError -------------- Captured stderr call -------------- Traceback (most recent call last): File " line 7, i= n from pants.bin.pants_exe import main ImportError: No module named pants.bin.pants_exe TestThermosExecutor.test_killTask_during_runner_initi= alize=20 =20 self =3D =20 =1B[1m def test_killTask_during_runner_initialize(s= elf): # noqa=1B[0m =1B[1m proxy_driver =3D ProxyDriver()=1B[0m =1B[1m =1B[0m =1B[1m task =3D make_task(HELLO_WORLD_MTI)=1B[0m =1B[1m =1B[0m =1B[1m with temporary_dir() as td:=1B[0m =1B[1m te =3D FastThermosExecutor(=1B[0m =1B[1m> runner_provider=3Dmake_provider(td),= =1B[0m =1B[1m sandbox_provider=3DSlowSandboxProvid= er())=1B[0m =20 src/test/python/apache/aurora/executor/test_thermos_ex= ecutor.py:527:=20 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _=20 src/test/python/apache/aurora/executor/test_thermos_ex= ecutor.py:193: in make_provider =1B[1m pex_location=3Dthermos_runner_path(),=1B[0m _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _=20 =20 build =3D True =20 =1B[1m def thermos_runner_path(build=3DTrue):=1B[0m =1B[1m if not build:=1B[0m =1B[1m return getattr(thermos_runner_path, 'val= ue', None)=1B[0m =1B[1m =1B[0m =1B[1m if not hasattr(thermos_runner_path, 'value= '):=1B[0m =1B[1m pex_dir =3D safe_mkdtemp()=1B[0m =1B[1m> assert subprocess.call(["./pants", "--pa= nts-distdir=3D%s" % pex_dir, "binary",=1B[0m =1B[1m "src/main/python/apache/thermos/runner= :thermos_runner"]) =3D=3D 0=1B[0m =1B[1m=1B[31mE assert 1 =3D=3D 0=1B[0m =1B[1m=1B[31mE + where 1 =3D (['./pants', '--pants-distdir=3D/tmp/user/10021/tmpmfMagj',= 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])=1B[0m =1B[1m=1B[31mE + where =3D subprocess.call=1B[0m =20 src/test/python/apache/aurora/executor/test_thermos_ex= ecutor.py:185: AssertionError -------------- Captured stderr call -------------- Traceback (most recent call last): File " line 7, i= n from pants.bin.pants_exe import main ImportError: No module named pants.bin.pants_exe TestThermosExecutor.test_launchTask_deserialization_f= ail=20 =20 self =3D =20 =1B[1m def test_launchTask_deserialization_fail(sel= f): # noqa=1B[0m =1B[1m proxy_driver =3D ProxyDriver()=1B[0m =1B[1m =1B[0m =1B[1m role =3D getpass.getuser()=1B[0m =1B[1m task_info =3D mesos_pb2.TaskInfo()=1B[0m =1B[1m task_info.name =3D task_info.task_id.value= =3D 'broken'=1B[0m =1B[1m task_info.data =3D serialize(=1B[0m =1B[1m AssignedTask(=1B[0m =1B[1m task=3DTaskConfig(=1B[0m =1B[1m job=3DJobKey(role=3Drole, envi= ronment=3D'env', name=3D'name'),=1B[0m =1B[1m executorConfig=3DExecutorConfi= g(name=3DAURORA_EXECUTOR_NAME, data=3D'garbage'))))=1B[0m =1B[1m =1B[0m =1B[1m te =3D FastThermosExecutor(=1B[0m =1B[1m> runner_provider=3Dmake_provider(safe_m= kdtemp()),=1B[0m =1B[1m sandbox_provider=3DDefaultTestSandboxP= rovider())=1B[0m =20 src/test/python/apache/aurora/executor/test_thermos_ex= ecutor.py:565:=20 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _=20 src/test/python/apache/aurora/executor/test_thermos_ex= ecutor.py:193: in make_provider =1B[1m pex_location=3Dthermos_runner_path(),=1B[0m _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _=20 =20 build =3D True =20 =1B[1m def thermos_runner_path(build=3DTrue):=1B[0m =1B[1m if not build:=1B[0m =1B[1m return getattr(thermos_runner_path, 'val= ue', None)=1B[0m =1B[1m =1B[0m =1B[1m if not hasattr(thermos_runner_path, 'value= '):=1B[0m =1B[1m pex_dir =3D safe_mkdtemp()=1B[0m =1B[1m> assert subprocess.call(["./pants", "--pa= nts-distdir=3D%s" % pex_dir, "binary",=1B[0m =1B[1m "src/main/python/apache/thermos/runner= :thermos_runner"]) =3D=3D 0=1B[0m =1B[1m=1B[31mE assert 1 =3D=3D 0=1B[0m =1B[1m=1B[31mE + where 1 =3D (['./pants', '--pants-distdir=3D/tmp/user/10021/tmpiHloko',= 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])=1B[0m =1B[1m=1B[31mE + where =3D subprocess.call=1B[0m =20 src/test/python/apache/aurora/executor/test_thermos_ex= ecutor.py:185: AssertionError -------------- Captured stderr call -------------- Traceback (most recent call last): File " line 7, i= n from pants.bin.pants_exe import main ImportError: No module named pants.bin.pants_exe _____________ test_waiting_executor ______________ =20 =1B[1m def test_waiting_executor():=1B[0m =1B[1m proxy_driver =3D ProxyDriver()=1B[0m =1B[1m with temporary_dir() as checkpoint_root:= =1B[0m =1B[1m te =3D AuroraExecutor(=1B[0m =1B[1m> runner_provider=3Dmake_provider(chec= kpoint_root),=1B[0m =1B[1m sandbox_provider=3DDefaultTestSandbo= xProvider())=1B[0m =20 src/test/python/apache/aurora/executor/test_thermos_ex= ecutor.py:580:=20 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _=20 src/test/python/apache/aurora/executor/test_thermos_ex= ecutor.py:193: in make_provider =1B[1m pex_location=3Dthermos_runner_path(),=1B[0m _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _=20 =20 build =3D True =20 =1B[1m def thermos_runner_path(build=3DTrue):=1B[0m =1B[1m if not build:=1B[0m =1B[1m return getattr(thermos_runner_path, 'val= ue', None)=1B[0m =1B[1m =1B[0m =1B[1m if not hasattr(thermos_runner_path, 'value= '):=1B[0m =1B[1m pex_dir =3D safe_mkdtemp()=1B[0m =1B[1m> assert subprocess.call(["./pants", "--pa= nts-distdir=3D%s" % pex_dir, "binary",=1B[0m =1B[1m "src/main/python/apache/thermos/runner= :thermos_runner"]) =3D=3D 0=1B[0m =1B[1m=1B[31mE assert 1 =3D=3D 0=1B[0m =1B[1m=1B[31mE + where 1 =3D (['./pants', '--pants-distdir=3D/tmp/user/10021/tmpJlZfbi',= 'binary', 'src/main/python/apache/thermos/runner:thermos_runner'])=1B[0m =1B[1m=1B[31mE + where =3D subprocess.call=1B[0m =20 src/test/python/apache/aurora/executor/test_thermos_ex= ecutor.py:185: AssertionError -------------- Captured stderr call -------------- Traceback (most recent call last): File " line 7, i= n from pants.bin.pants_exe import main ImportError: No module named pants.bin.pants_exe generated xml file: =20 =1B[1m=1B[31m 16 failed, 661 passed, 6 skipped, 1 warn= ings, 8 error in 190.44 seconds =1B[0m =20 FAILURE 19:04:06 03:39 [complete]=1B[31m FAILURE=1B[0m Build step 'Execute shell' marked build as failure Recording test results