From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Subject: bug#31960: java-eclipse-jetty-security has indeterministic test failures (on ia64) Date: Sun, 24 Jun 2018 22:31:04 +0200 Message-ID: <20180624223104.48a7e556@alma-ubu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/dY0UeakQfc3/TaM/zu8nT.g"; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXBg6-0001dq-7r for bug-guix@gnu.org; Sun, 24 Jun 2018 16:32:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXBg2-0007kh-W2 for bug-guix@gnu.org; Sun, 24 Jun 2018 16:32:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54471) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fXBg2-0007kZ-S1 for bug-guix@gnu.org; Sun, 24 Jun 2018 16:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fXBg2-0006xc-LT for bug-guix@gnu.org; Sun, 24 Jun 2018 16:32:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXBfE-0001WA-MT for bug-guix@gnu.org; Sun, 24 Jun 2018 16:31:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXBfB-0007Nj-Fw for bug-guix@gnu.org; Sun, 24 Jun 2018 16:31:12 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:38032 helo=bjoernhoefling.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXBfA-0007Lr-VI for bug-guix@gnu.org; Sun, 24 Jun 2018 16:31:09 -0400 Received: from alma-ubu (p57B52973.dip0.t-ipconnect.de [87.181.41.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id 76E8140C0D for ; Sun, 24 Jun 2018 22:31:06 +0200 (CEST) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 31960@debbugs.gnu.org --Sig_/dY0UeakQfc3/TaM/zu8nT.g Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, I tried to build this package, but sometimes it fails. I'm on master (02e2d18297c9352d5f12abe128a82e579d9be278) with the ant-buildsystem-patch fixed to raise exceptions instead of returning #f (i.e. i cherry-picked commit d7ee90fe906aacb7f0bb1513195a1457970fd19d). Bj=C3=B6rn Log from a failed build: [..] starting phase `build' Buildfile: /tmp/guix-build-java-eclipse-jetty-security-9.4.6.drv-0/jetty.pr= oject-jetty-9.4.6.v20170531/jetty-security/build.xml compile: [mkdir] Created dir: /tmp/guix-build-java-eclipse-jetty-security-9.4.6.= drv-0/jetty.project-jetty-9.4.6.v20170531/jetty-security/build/classes [javac] Compiling 37 source files to /tmp/guix-build-java-eclipse-jetty= -security-9.4.6.drv-0/jetty.project-jetty-9.4.6.v20170531/jetty-security/bu= ild/classes [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: /tmp/guix-build-java-eclipse-jetty-security-9.4.6.drv-0/j= etty.project-jetty-9.4.6.v20170531/jetty-security/src/main/java/org/eclipse= /jetty/security/authentication/FormAuthenticator.java uses unchecked or uns= afe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] Creating empty /tmp/guix-build-java-eclipse-jetty-security-9.4.= 6.drv-0/jetty.project-jetty-9.4.6.v20170531/jetty-security/build/classes/or= g/eclipse/jetty/security/package-info.class [javac] Creating empty /tmp/guix-build-java-eclipse-jetty-security-9.4.= 6.drv-0/jetty.project-jetty-9.4.6.v20170531/jetty-security/build/classes/or= g/eclipse/jetty/security/authentication/package-info.class manifest: [mkdir] Created dir: /tmp/guix-build-java-eclipse-jetty-security-9.4.6.= drv-0/jetty.project-jetty-9.4.6.v20170531/jetty-security/build/manifest jar: [mkdir] Created dir: /tmp/guix-build-java-eclipse-jetty-security-9.4.6.= drv-0/jetty.project-jetty-9.4.6.v20170531/jetty-security/build/jar BUILD SUCCESSFUL Total time: 3 seconds phase `build' succeeded after 3.3 seconds starting phase `check' Buildfile: /tmp/guix-build-java-eclipse-jetty-security-9.4.6.drv-0/jetty.pr= oject-jetty-9.4.6.v20170531/jetty-security/build.xml compile-tests: [mkdir] Created dir: /tmp/guix-build-java-eclipse-jetty-security-9.4.6.= drv-0/jetty.project-jetty-9.4.6.v20170531/jetty-security/build/test-classes [javac] Compiling 7 source files to /tmp/guix-build-java-eclipse-jetty-= security-9.4.6.drv-0/jetty.project-jetty-9.4.6.v20170531/jetty-security/bui= ld/test-classes [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. check: [mkdir] Created dir: /tmp/guix-build-java-eclipse-jetty-security-9.4.6.= drv-0/jetty.project-jetty-9.4.6.v20170531/jetty-security/src/test/test-repo= rts [junit] Running org.eclipse.jetty.security.AliasedConstraintTest [junit] 2018-06-24 20:05:05.235:INFO::main: Logging initialized @458ms = to org.eclipse.jetty.util.log.StdErrLog [junit] 2018-06-24 20:05:05.464:INFO:oejs.Server:main: jetty-9.4.z-SNAP= SHOT [junit] 2018-06-24 20:05:05.556:INFO:oejs.session:main: DefaultSessionI= dManager workerName=3Dnode0 [junit] 2018-06-24 20:05:05.556:INFO:oejs.session:main: No SessionScave= nger set, using defaults [junit] 2018-06-24 20:05:05.562:INFO:oejs.session:main: Scavenging ever= y 660000ms [junit] 2018-06-24 20:05:05.575:INFO:oejsh.ContextHandler:main: Started= o.e.j.s.h.ContextHandler@6108b2d7{/ctx,file:///tmp/guix-build-java-eclipse= -jetty-security-9.4.6.drv-0/jetty.project-jetty-9.4.6.v20170531/jetty-secur= ity/src/test/resources/docroot/,AVAILABLE} [junit] 2018-06-24 20:05:05.579:INFO:oejs.AbstractConnector:main: Start= ed LocalConnector@6c075ebf{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:05.579:INFO:oejs.Server:main: Started @802ms [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:= 0.529 sec [junit] 2018-06-24 20:05:05.717:INFO:oejs.AbstractConnector:main: Stopp= ed LocalConnector@6c075ebf{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:05.717:INFO:oejs.session:main: Stopped scaveng= ing [junit] 2018-06-24 20:05:05.718:INFO:oejsh.ContextHandler:main: Stopped= o.e.j.s.h.ContextHandler@6108b2d7{/ctx,file:///tmp/guix-build-java-eclipse= -jetty-security-9.4.6.drv-0/jetty.project-jetty-9.4.6.v20170531/jetty-secur= ity/src/test/resources/docroot/,UNAVAILABLE} [junit] Running org.eclipse.jetty.security.ConstraintTest [junit] 2018-06-24 20:05:06.263:INFO::main: Logging initialized @443ms = to org.eclipse.jetty.util.log.StdErrLog [junit] 2018-06-24 20:05:06.456:INFO:oejs.Server:main: jetty-9.4.z-SNAP= SHOT [junit] 2018-06-24 20:05:06.554:INFO:oejs.session:main: DefaultSessionI= dManager workerName=3Dnode0 [junit] 2018-06-24 20:05:06.554:INFO:oejs.session:main: No SessionScave= nger set, using defaults [junit] 2018-06-24 20:05:06.559:INFO:oejs.session:main: Scavenging ever= y 600000ms [junit] 2018-06-24 20:05:06.565:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@2752f6e2{/ctx,null,STARTING} has uncovered= http methods for path: /admin/* [junit] 2018-06-24 20:05:06.566:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@2752f6e2{/ctx,null,STARTING} has uncovered= http methods for path: /forbid/post [junit] 2018-06-24 20:05:06.567:INFO:oejsh.ContextHandler:main: Started= o.e.j.s.h.ContextHandler@2752f6e2{/ctx,null,AVAILABLE} [junit] 2018-06-24 20:05:06.569:INFO:oejs.AbstractConnector:main: Start= ed LocalConnector@7c75222b{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.569:INFO:oejs.Server:main: Started @749ms [junit] 2018-06-24 20:05:06.705:INFO:oejs.session:qtp1982791261-14: Ses= sion id node01m8mvq8i8mnn21n54gdi8yxy271 swapped for new id node0q9m26yweak= la73e32vorg3u2 [junit] 2018-06-24 20:05:06.714:INFO:oejs.session:qtp1982791261-11: Ses= sion id node011tziz4956nhe18uas8esjo10i3 swapped for new id node01iojffspgj= axuljdv8zbuc2314 [junit] 2018-06-24 20:05:06.721:INFO:oejs.session:qtp1982791261-15: Ses= sion id node0z3sbmcp2ndr88vbg8pxiv8g5 swapped for new id node01ll2dsruykkrz= 11kglpowm46ga6 [junit] 2018-06-24 20:05:06.727:INFO:oejs.session:qtp1982791261-11: Ses= sion id node01n9q884jwdrnf1adyj8z8fzu3q7 swapped for new id node07naagivz39= 6iojuma2jfzno88 [junit] 2018-06-24 20:05:06.732:INFO:oejs.AbstractConnector:main: Stopp= ed LocalConnector@7c75222b{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.732:INFO:oejs.session:main: Stopped scaveng= ing [junit] 2018-06-24 20:05:06.733:INFO:oejsh.ContextHandler:main: Stopped= o.e.j.s.h.ContextHandler@2752f6e2{/ctx,null,UNAVAILABLE} [junit] 2018-06-24 20:05:06.740:INFO:oejs.Server:main: jetty-9.4.z-SNAP= SHOT [junit] 2018-06-24 20:05:06.741:INFO:oejs.session:main: DefaultSessionI= dManager workerName=3Dnode0 [junit] 2018-06-24 20:05:06.741:INFO:oejs.session:main: No SessionScave= nger set, using defaults [junit] 2018-06-24 20:05:06.742:INFO:oejs.session:main: Scavenging ever= y 600000ms [junit] 2018-06-24 20:05:06.742:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@26ba2a48{/ctx,null,STARTING} has uncovered= http methods for path: /admin/* [junit] 2018-06-24 20:05:06.742:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@26ba2a48{/ctx,null,STARTING} has uncovered= http methods for path: /forbid/post [junit] 2018-06-24 20:05:06.742:INFO:oejsh.ContextHandler:main: Started= o.e.j.s.h.ContextHandler@26ba2a48{/ctx,null,AVAILABLE} [junit] 2018-06-24 20:05:06.743:INFO:oejs.AbstractConnector:main: Start= ed LocalConnector@1b89a849{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.743:INFO:oejs.Server:main: Started @923ms [junit] 2018-06-24 20:05:06.751:INFO:oejs.session:qtp99347477-25: Sessi= on id node0w4yczt8rsktjlkacl30qpt5s10 swapped for new id node01cxn0a517hwla= 16kwx8do26qpu11 [junit] 2018-06-24 20:05:06.757:INFO:oejs.AbstractConnector:main: Stopp= ed LocalConnector@1b89a849{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.758:INFO:oejs.session:main: Stopped scaveng= ing [junit] 2018-06-24 20:05:06.758:INFO:oejsh.ContextHandler:main: Stopped= o.e.j.s.h.ContextHandler@26ba2a48{/ctx,null,UNAVAILABLE} [junit] 2018-06-24 20:05:06.761:INFO:oejs.Server:main: jetty-9.4.z-SNAP= SHOT [junit] 2018-06-24 20:05:06.762:INFO:oejs.session:main: DefaultSessionI= dManager workerName=3Dnode0 [junit] 2018-06-24 20:05:06.762:INFO:oejs.session:main: No SessionScave= nger set, using defaults [junit] 2018-06-24 20:05:06.762:INFO:oejs.session:main: Scavenging ever= y 660000ms [junit] 2018-06-24 20:05:06.763:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@60addb54{/ctx,null,STARTING} has uncovered= http methods for path: /admin/* [junit] 2018-06-24 20:05:06.763:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@60addb54{/ctx,null,STARTING} has uncovered= http methods for path: /forbid/post [junit] 2018-06-24 20:05:06.763:INFO:oejsh.ContextHandler:main: Started= o.e.j.s.h.ContextHandler@60addb54{/ctx,null,AVAILABLE} [junit] 2018-06-24 20:05:06.763:INFO:oejs.AbstractConnector:main: Start= ed LocalConnector@3f2a3a5{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.764:INFO:oejs.Server:main: Started @943ms [junit] 2018-06-24 20:05:06.790:INFO:oejs.AbstractConnector:main: Stopp= ed LocalConnector@3f2a3a5{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.790:INFO:oejs.session:main: Stopped scaveng= ing [junit] 2018-06-24 20:05:06.790:INFO:oejsh.ContextHandler:main: Stopped= o.e.j.s.h.ContextHandler@60addb54{/ctx,null,UNAVAILABLE} [junit] 2018-06-24 20:05:06.792:INFO:oejs.Server:main: jetty-9.4.z-SNAP= SHOT [junit] 2018-06-24 20:05:06.793:INFO:oejs.session:main: DefaultSessionI= dManager workerName=3Dnode0 [junit] 2018-06-24 20:05:06.794:INFO:oejs.session:main: No SessionScave= nger set, using defaults [junit] 2018-06-24 20:05:06.794:INFO:oejs.session:main: Scavenging ever= y 660000ms [junit] 2018-06-24 20:05:06.794:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@2d3fcdbd{/ctx,null,STARTING} has uncovered= http methods for path: /admin/* [junit] 2018-06-24 20:05:06.794:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@2d3fcdbd{/ctx,null,STARTING} has uncovered= http methods for path: /forbid/post [junit] 2018-06-24 20:05:06.794:INFO:oejsh.ContextHandler:main: Started= o.e.j.s.h.ContextHandler@2d3fcdbd{/ctx,null,AVAILABLE} [junit] 2018-06-24 20:05:06.794:INFO:oejs.AbstractConnector:main: Start= ed LocalConnector@617c74e5{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.795:INFO:oejs.Server:main: Started @974ms [junit] 2018-06-24 20:05:06.799:INFO:oejs.AbstractConnector:main: Stopp= ed LocalConnector@617c74e5{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.799:INFO:oejs.session:main: Stopped scaveng= ing [junit] 2018-06-24 20:05:06.799:INFO:oejsh.ContextHandler:main: Stopped= o.e.j.s.h.ContextHandler@2d3fcdbd{/ctx,null,UNAVAILABLE} [junit] 2018-06-24 20:05:06.801:INFO:oejs.Server:main: jetty-9.4.z-SNAP= SHOT [junit] 2018-06-24 20:05:06.803:INFO:oejs.session:main: DefaultSessionI= dManager workerName=3Dnode0 [junit] 2018-06-24 20:05:06.803:INFO:oejs.session:main: No SessionScave= nger set, using defaults [junit] 2018-06-24 20:05:06.803:INFO:oejs.session:main: Scavenging ever= y 600000ms [junit] 2018-06-24 20:05:06.804:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@9f70c54{/ctx,null,STARTING} has uncovered = http methods for path: /admin/* [junit] 2018-06-24 20:05:06.804:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@9f70c54{/ctx,null,STARTING} has uncovered = http methods for path: /forbid/post [junit] 2018-06-24 20:05:06.804:INFO:oejsh.ContextHandler:main: Started= o.e.j.s.h.ContextHandler@9f70c54{/ctx,null,AVAILABLE} [junit] 2018-06-24 20:05:06.804:INFO:oejs.AbstractConnector:main: Start= ed LocalConnector@234bef66{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.805:INFO:oejs.Server:main: Started @984ms [junit] 2018-06-24 20:05:06.818:INFO:oejs.session:qtp884457408-54: Sess= ion id node01t2yw5oo0pjf2miq5xc0p2hu213 swapped for new id node0pv5a4hqs0lq= d1vamwztr6womz14 [junit] 2018-06-24 20:05:06.824:INFO:oejs.session:qtp884457408-51: Sess= ion id node0uxw3henqw72p10cvytkhsqeqx15 swapped for new id node0pm20oflci8j= m1pyfrwnw1scjw16 [junit] 2018-06-24 20:05:06.830:INFO:oejs.session:qtp884457408-55: Sess= ion id node0kawynacrtb71ajb0udnwobh117 swapped for new id node0eq6uzl60rfff= 1fxziya02pn5s18 [junit] 2018-06-24 20:05:06.835:INFO:oejs.AbstractConnector:main: Stopp= ed LocalConnector@234bef66{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.835:INFO:oejs.session:main: Stopped scaveng= ing [junit] 2018-06-24 20:05:06.836:INFO:oejsh.ContextHandler:main: Stopped= o.e.j.s.h.ContextHandler@9f70c54{/ctx,null,UNAVAILABLE} [junit] 2018-06-24 20:05:06.838:INFO:oejs.Server:main: jetty-9.4.z-SNAP= SHOT [junit] 2018-06-24 20:05:06.839:INFO:oejs.session:main: DefaultSessionI= dManager workerName=3Dnode0 [junit] 2018-06-24 20:05:06.839:INFO:oejs.session:main: No SessionScave= nger set, using defaults [junit] 2018-06-24 20:05:06.839:INFO:oejs.session:main: Scavenging ever= y 600000ms [junit] 2018-06-24 20:05:06.840:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@39fb3ab6{/ctx,null,STARTING} has uncovered= http methods for path: /admin/* [junit] 2018-06-24 20:05:06.840:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@39fb3ab6{/ctx,null,STARTING} has uncovered= http methods for path: /forbid/post [junit] 2018-06-24 20:05:06.840:INFO:oejsh.ContextHandler:main: Started= o.e.j.s.h.ContextHandler@39fb3ab6{/ctx,null,AVAILABLE} [junit] 2018-06-24 20:05:06.840:INFO:oejs.AbstractConnector:main: Start= ed LocalConnector@6276ae34{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.840:INFO:oejs.Server:main: Started @1020ms [junit] 2018-06-24 20:05:06.846:INFO:oejs.session:qtp1358444045-64: Ses= sion id node0wa6prhg6zelzmbf8bx8z0c3k20 swapped for new id node0zw0qqe58yqt= f5thnjetxxds321 [junit] 2018-06-24 20:05:06.849:INFO:oejs.AbstractConnector:main: Stopp= ed LocalConnector@6276ae34{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.849:INFO:oejs.session:main: Stopped scaveng= ing [junit] 2018-06-24 20:05:06.850:INFO:oejsh.ContextHandler:main: Stopped= o.e.j.s.h.ContextHandler@39fb3ab6{/ctx,null,UNAVAILABLE} [junit] 2018-06-24 20:05:06.851:INFO:oejs.Server:main: jetty-9.4.z-SNAP= SHOT [junit] 2018-06-24 20:05:06.852:INFO:oejs.session:main: DefaultSessionI= dManager workerName=3Dnode0 [junit] 2018-06-24 20:05:06.852:INFO:oejs.session:main: No SessionScave= nger set, using defaults [junit] 2018-06-24 20:05:06.853:INFO:oejs.session:main: Scavenging ever= y 600000ms [junit] 2018-06-24 20:05:06.853:INFO:oejsh.ContextHandler:main: Started= o.e.j.s.h.ContextHandler@1efbd816{/ctx,null,AVAILABLE} [junit] 2018-06-24 20:05:06.853:INFO:oejs.AbstractConnector:main: Start= ed LocalConnector@6a2bcfcb{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.853:INFO:oejs.Server:main: Started @1033ms [junit] 2018-06-24 20:05:06.854:INFO:oejs.AbstractConnector:main: Stopp= ed LocalConnector@6a2bcfcb{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.854:INFO:oejs.session:main: Stopped scaveng= ing [junit] 2018-06-24 20:05:06.854:INFO:oejsh.ContextHandler:main: Stopped= o.e.j.s.h.ContextHandler@1efbd816{/ctx,null,UNAVAILABLE} [junit] 2018-06-24 20:05:06.858:INFO:oejs.Server:main: jetty-9.4.z-SNAP= SHOT [junit] 2018-06-24 20:05:06.859:INFO:oejs.session:main: DefaultSessionI= dManager workerName=3Dnode0 [junit] 2018-06-24 20:05:06.859:INFO:oejs.session:main: No SessionScave= nger set, using defaults [junit] 2018-06-24 20:05:06.859:INFO:oejs.session:main: Scavenging ever= y 600000ms [junit] 2018-06-24 20:05:06.860:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@4439f31e{/ctx,null,STARTING} has uncovered= http methods for path: /admin/* [junit] 2018-06-24 20:05:06.861:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@4439f31e{/ctx,null,STARTING} has uncovered= http methods for path: /forbid/post [junit] 2018-06-24 20:05:06.861:INFO:oejsh.ContextHandler:main: Started= o.e.j.s.h.ContextHandler@4439f31e{/ctx,null,AVAILABLE} [junit] 2018-06-24 20:05:06.861:INFO:oejs.AbstractConnector:main: Start= ed LocalConnector@5dfcfece{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.861:INFO:oejs.Server:main: Started @1041ms [junit] 2018-06-24 20:05:06.870:INFO:oejs.session:qtp1014328909-85: Ses= sion id node01vpxpfqnj7zinpdnrxyzw7e1m23 swapped for new id node01pxytuu02h= zbcn0m05fh72k2m24 [junit] 2018-06-24 20:05:06.873:INFO:oejs.AbstractConnector:main: Stopp= ed LocalConnector@5dfcfece{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.874:INFO:oejs.session:main: Stopped scaveng= ing [junit] 2018-06-24 20:05:06.874:INFO:oejsh.ContextHandler:main: Stopped= o.e.j.s.h.ContextHandler@4439f31e{/ctx,null,UNAVAILABLE} [junit] 2018-06-24 20:05:06.878:INFO:oejs.Server:main: jetty-9.4.z-SNAP= SHOT [junit] 2018-06-24 20:05:06.879:INFO:oejs.session:main: DefaultSessionI= dManager workerName=3Dnode0 [junit] 2018-06-24 20:05:06.879:INFO:oejs.session:main: No SessionScave= nger set, using defaults [junit] 2018-06-24 20:05:06.879:INFO:oejs.session:main: Scavenging ever= y 600000ms [junit] 2018-06-24 20:05:06.880:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@735b5592{/ctx,null,STARTING} has uncovered= http methods for path: /admin/* [junit] 2018-06-24 20:05:06.880:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@735b5592{/ctx,null,STARTING} has uncovered= http methods for path: /forbid/post [junit] 2018-06-24 20:05:06.880:INFO:oejsh.ContextHandler:main: Started= o.e.j.s.h.ContextHandler@735b5592{/ctx,null,AVAILABLE} [junit] 2018-06-24 20:05:06.880:INFO:oejs.AbstractConnector:main: Start= ed LocalConnector@58651fd0{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.880:INFO:oejs.Server:main: Started @1060ms [junit] 2018-06-24 20:05:06.884:INFO:oejs.AbstractConnector:main: Stopp= ed LocalConnector@58651fd0{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.884:INFO:oejs.session:main: Stopped scaveng= ing [junit] 2018-06-24 20:05:06.884:INFO:oejsh.ContextHandler:main: Stopped= o.e.j.s.h.ContextHandler@735b5592{/ctx,null,UNAVAILABLE} [junit] 2018-06-24 20:05:06.887:INFO:oejs.Server:main: jetty-9.4.z-SNAP= SHOT [junit] 2018-06-24 20:05:06.888:INFO:oejs.session:main: DefaultSessionI= dManager workerName=3Dnode0 [junit] 2018-06-24 20:05:06.888:INFO:oejs.session:main: No SessionScave= nger set, using defaults [junit] 2018-06-24 20:05:06.888:INFO:oejs.session:main: Scavenging ever= y 660000ms [junit] 2018-06-24 20:05:06.889:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@1b604f19{/ctx,null,STARTING} has uncovered= http methods for path: /admin/* [junit] 2018-06-24 20:05:06.889:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@1b604f19{/ctx,null,STARTING} has uncovered= http methods for path: /forbid/post [junit] 2018-06-24 20:05:06.889:INFO:oejsh.ContextHandler:main: Started= o.e.j.s.h.ContextHandler@1b604f19{/ctx,null,AVAILABLE} [junit] 2018-06-24 20:05:06.889:INFO:oejs.AbstractConnector:main: Start= ed LocalConnector@7823a2f9{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.890:INFO:oejs.Server:main: Started @1070ms [junit] 2018-06-24 20:05:06.895:INFO:oejs.AbstractConnector:main: Stopp= ed LocalConnector@7823a2f9{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.895:INFO:oejs.session:main: Stopped scaveng= ing [junit] 2018-06-24 20:05:06.895:INFO:oejsh.ContextHandler:main: Stopped= o.e.j.s.h.ContextHandler@1b604f19{/ctx,null,UNAVAILABLE} [junit] 2018-06-24 20:05:06.898:INFO:oejs.Server:main: jetty-9.4.z-SNAP= SHOT [junit] 2018-06-24 20:05:06.899:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@1b604f19{/ctx,null,STARTING} has uncovered= http methods for path: /admin/* [junit] 2018-06-24 20:05:06.899:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@1b604f19{/ctx,null,STARTING} has uncovered= http methods for path: /forbid/post [junit] 2018-06-24 20:05:06.899:INFO:oejsh.ContextHandler:main: Started= o.e.j.s.h.ContextHandler@1b604f19{/ctx,null,AVAILABLE} [junit] 2018-06-24 20:05:06.899:INFO:oejs.session:main: DefaultSessionI= dManager workerName=3Dnode0 [junit] 2018-06-24 20:05:06.899:INFO:oejs.session:main: No SessionScave= nger set, using defaults [junit] 2018-06-24 20:05:06.899:INFO:oejs.session:main: Scavenging ever= y 600000ms [junit] 2018-06-24 20:05:06.899:INFO:oejs.AbstractConnector:main: Start= ed LocalConnector@7823a2f9{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.900:INFO:oejs.Server:main: Started @1079ms [junit] 2018-06-24 20:05:06.901:INFO:oejs.AbstractConnector:main: Stopp= ed LocalConnector@7823a2f9{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.902:INFO:oejs.session:main: Stopped scaveng= ing [junit] 2018-06-24 20:05:06.902:INFO:oejsh.ContextHandler:main: Stopped= o.e.j.s.h.ContextHandler@1b604f19{/ctx,null,UNAVAILABLE} [junit] 2018-06-24 20:05:06.904:INFO:oejs.Server:main: jetty-9.4.z-SNAP= SHOT [junit] 2018-06-24 20:05:06.905:INFO:oejs.session:main: DefaultSessionI= dManager workerName=3Dnode0 [junit] 2018-06-24 20:05:06.905:INFO:oejs.session:main: No SessionScave= nger set, using defaults [junit] 2018-06-24 20:05:06.905:INFO:oejs.session:main: Scavenging ever= y 600000ms [junit] 2018-06-24 20:05:06.905:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@29774679{/ctx,null,STARTING} has uncovered= http methods for path: /admin/* [junit] 2018-06-24 20:05:06.905:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@29774679{/ctx,null,STARTING} has uncovered= http methods for path: /forbid/post [junit] 2018-06-24 20:05:06.906:INFO:oejsh.ContextHandler:main: Started= o.e.j.s.h.ContextHandler@29774679{/ctx,null,AVAILABLE} [junit] 2018-06-24 20:05:06.906:INFO:oejs.AbstractConnector:main: Start= ed LocalConnector@3ffc5af1{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.906:INFO:oejs.Server:main: Started @1085ms [junit] 2018-06-24 20:05:06.928:INFO:oejs.AbstractConnector:main: Stopp= ed LocalConnector@3ffc5af1{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.928:INFO:oejs.session:main: Stopped scaveng= ing [junit] 2018-06-24 20:05:06.928:INFO:oejsh.ContextHandler:main: Stopped= o.e.j.s.h.ContextHandler@29774679{/ctx,null,UNAVAILABLE} [junit] 2018-06-24 20:05:06.930:INFO:oejs.Server:main: jetty-9.4.z-SNAP= SHOT [junit] 2018-06-24 20:05:06.933:INFO:oejs.session:main: DefaultSessionI= dManager workerName=3Dnode0 [junit] 2018-06-24 20:05:06.933:INFO:oejs.session:main: No SessionScave= nger set, using defaults [junit] 2018-06-24 20:05:06.933:INFO:oejs.session:main: Scavenging ever= y 600000ms [junit] 2018-06-24 20:05:06.935:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@6093dd95{/ctx,null,STARTING} has uncovered= http methods for path: /admin/* [junit] 2018-06-24 20:05:06.935:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@6093dd95{/ctx,null,STARTING} has uncovered= http methods for path: /forbid/post [junit] 2018-06-24 20:05:06.935:INFO:oejsh.ContextHandler:main: Started= o.e.j.s.h.ContextHandler@6093dd95{/ctx,null,AVAILABLE} [junit] 2018-06-24 20:05:06.936:INFO:oejs.AbstractConnector:main: Start= ed LocalConnector@5622fdf{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.936:INFO:oejs.Server:main: Started @1116ms [junit] Tests run: 22, Failures: 1, Errors: 0, Skipped: 0, Time elapsed= : 0.823 sec [junit] 2018-06-24 20:05:06.968:INFO:oejs.AbstractConnector:main: Stopp= ed LocalConnector@5622fdf{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.968:INFO:oejs.session:main: Stopped scaveng= ing [junit] 2018-06-24 20:05:06.969:INFO:oejsh.ContextHandler:main: Stopped= o.e.j.s.h.ContextHandler@6093dd95{/ctx,null,UNAVAILABLE} [junit] 2018-06-24 20:05:06.988:INFO:oejs.Server:main: jetty-9.4.z-SNAP= SHOT [junit] 2018-06-24 20:05:06.992:INFO:oejs.session:main: DefaultSessionI= dManager workerName=3Dnode0 [junit] 2018-06-24 20:05:06.992:INFO:oejs.session:main: No SessionScave= nger set, using defaults [junit] 2018-06-24 20:05:06.993:INFO:oejs.session:main: Scavenging ever= y 660000ms [junit] 2018-06-24 20:05:06.993:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@13805618{/ctx,null,STARTING} has uncovered= http methods for path: /admin/* [junit] 2018-06-24 20:05:06.993:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@13805618{/ctx,null,STARTING} has uncovered= http methods for path: /forbid/post [junit] 2018-06-24 20:05:06.993:INFO:oejsh.ContextHandler:main: Started= o.e.j.s.h.ContextHandler@13805618{/ctx,null,AVAILABLE} [junit] 2018-06-24 20:05:06.993:INFO:oejs.AbstractConnector:main: Start= ed LocalConnector@56ef9176{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:06.994:INFO:oejs.Server:main: Started @1173ms [junit] 2018-06-24 20:05:07.003:INFO:oejs.session:qtp1540011289-144: Se= ssion id node01wbgh5yrvho2wlp33kb415s826 swapped for new id node0nu1h7z9mqu= r2b5h7qfoda11227 [junit] 2018-06-24 20:05:07.007:INFO:oejs.AbstractConnector:main: Stopp= ed LocalConnector@56ef9176{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:07.008:INFO:oejs.session:main: Stopped scaveng= ing [junit] 2018-06-24 20:05:07.008:INFO:oejsh.ContextHandler:main: Stopped= o.e.j.s.h.ContextHandler@13805618{/ctx,null,UNAVAILABLE} [junit] 2018-06-24 20:05:07.011:INFO:oejs.Server:main: jetty-9.4.z-SNAP= SHOT [junit] 2018-06-24 20:05:07.017:INFO:oejs.session:main: DefaultSessionI= dManager workerName=3Dnode0 [junit] 2018-06-24 20:05:07.017:INFO:oejs.session:main: No SessionScave= nger set, using defaults [junit] 2018-06-24 20:05:07.017:INFO:oejs.session:main: Scavenging ever= y 600000ms [junit] 2018-06-24 20:05:07.018:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@dc24521{/ctx,null,STARTING} has uncovered = http methods for path: /admin/* [junit] 2018-06-24 20:05:07.018:WARN:oejs.SecurityHandler:main: Servlet= Context@o.e.j.s.h.ContextHandler@dc24521{/ctx,null,STARTING} has uncovered = http methods for path: /forbid/post [junit] 2018-06-24 20:05:07.018:INFO:oejsh.ContextHandler:main: Started= o.e.j.s.h.ContextHandler@dc24521{/ctx,null,AVAILABLE} [junit] 2018-06-24 20:05:07.018:INFO:oejs.AbstractConnector:main: Start= ed LocalConnector@10bdf5e5{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:07.019:INFO:oejs.Server:main: Started @1198ms [junit] 2018-06-24 20:05:07.025:INFO:oejs.AbstractConnector:main: Stopp= ed LocalConnector@10bdf5e5{HTTP/1.1,[http/1.1]} [junit] 2018-06-24 20:05:07.025:INFO:oejs.session:main: Stopped scaveng= ing [junit] 2018-06-24 20:05:07.025:INFO:oejsh.ContextHandler:main: Stopped= o.e.j.s.h.ContextHandler@dc24521{/ctx,null,UNAVAILABLE} BUILD FAILED /tmp/guix-build-java-eclipse-jetty-security-9.4.6.drv-0/jetty.project-jetty= -9.4.6.v20170531/jetty-security/build.xml:1: Test org.eclipse.jetty.securit= y.ConstraintTest failed Total time: 5 seconds Backtrace: 5 (primitive-load "/gnu/store/d4862xvxa1rb1a83wwxa8gbyz1z?") In ice-9/eval.scm: 191:35 4 (_ _) In srfi/srfi-1.scm: 640:9 3 (for-each # ?) In /gnu/store/pvcja51n9s3q9c34bs3r3c7kmwkcg7qc-module-import/guix/build/gnu= -build-system.scm: 799:31 2 (_ _) In /gnu/store/pvcja51n9s3q9c34bs3r3c7kmwkcg7qc-module-import/guix/build/ant= -build-system.scm: 235:6 1 (check #:target _ #:make-flags _ #:tests? _ # _) In /gnu/store/pvcja51n9s3q9c34bs3r3c7kmwkcg7qc-module-import/guix/build/uti= ls.scm: 616:6 0 (invoke _ . _) /gnu/store/pvcja51n9s3q9c34bs3r3c7kmwkcg7qc-module-import/guix/build/utils.= scm:616:6: In procedure invoke: Throw to key `srfi-34' with args `(#)'. note: keeping build directory `/tmp/guix-build-java-eclipse-jetty-security-= 9.4.6.drv-3' builder for `/gnu/store/l5v95mm42mc9a2xjw0q2pscy3sc2phpd-java-eclipse-jetty= -security-9.4.6.drv' failed with exit code 1 @ build-failed /gnu/store/l5v95mm42mc9a2xjw0q2pscy3sc2phpd-java-eclipse-jet= ty-security-9.4.6.drv - 1 builder for `/gnu/store/l5v95mm42mc9a2xjw0q2pscy3= sc2phpd-java-eclipse-jetty-security-9.4.6.drv' failed with exit code 1 guix build: error: build failed: build of `/gnu/store/l5v95mm42mc9a2xjw0q2p= scy3sc2phpd-java-eclipse-jetty-security-9.4.6.drv' failed --Sig_/dY0UeakQfc3/TaM/zu8nT.g Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlsv/4kACgkQvyhstlk+X/32BQCfRbKtCHWwtWXXsgTSNhT5IUQm +ycAoI4+iEJB1wXAafYVV9wS8ENiUXo5 =2pJ4 -----END PGP SIGNATURE----- --Sig_/dY0UeakQfc3/TaM/zu8nT.g--