* bug#31960: java-eclipse-jetty-security has indeterministic test failures (on ia64)
@ 2018-06-24 20:31 Björn Höfling
2018-07-03 12:32 ` Gábor Boskovits
0 siblings, 1 reply; 2+ messages in thread
From: Björn Höfling @ 2018-06-24 20:31 UTC (permalink / raw)
To: 31960
[-- Attachment #1: Type: text/plain, Size: 28996 bytes --]
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örn
Log from a failed build:
[..]
starting phase `build'
Buildfile: /tmp/guix-build-java-eclipse-jetty-security-9.4.6.drv-0/jetty.project-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/build/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/jetty.project-jetty-9.4.6.v20170531/jetty-security/src/main/java/org/eclipse/jetty/security/authentication/FormAuthenticator.java uses unchecked or unsafe 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/org/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/org/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.project-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/build/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-reports
[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-SNAPSHOT
[junit] 2018-06-24 20:05:05.556:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
[junit] 2018-06-24 20:05:05.556:INFO:oejs.session:main: No SessionScavenger set, using defaults
[junit] 2018-06-24 20:05:05.562:INFO:oejs.session:main: Scavenging every 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-security/src/test/resources/docroot/,AVAILABLE}
[junit] 2018-06-24 20:05:05.579:INFO:oejs.AbstractConnector:main: Started 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: Stopped LocalConnector@6c075ebf{HTTP/1.1,[http/1.1]}
[junit] 2018-06-24 20:05:05.717:INFO:oejs.session:main: Stopped scavenging
[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-security/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-SNAPSHOT
[junit] 2018-06-24 20:05:06.554:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
[junit] 2018-06-24 20:05:06.554:INFO:oejs.session:main: No SessionScavenger set, using defaults
[junit] 2018-06-24 20:05:06.559:INFO:oejs.session:main: Scavenging every 600000ms
[junit] 2018-06-24 20:05:06.565:WARN:oejs.SecurityHandler:main: ServletContext@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: ServletContext@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: Started 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: Session id node01m8mvq8i8mnn21n54gdi8yxy271 swapped for new id node0q9m26yweakla73e32vorg3u2
[junit] 2018-06-24 20:05:06.714:INFO:oejs.session:qtp1982791261-11: Session id node011tziz4956nhe18uas8esjo10i3 swapped for new id node01iojffspgjaxuljdv8zbuc2314
[junit] 2018-06-24 20:05:06.721:INFO:oejs.session:qtp1982791261-15: Session id node0z3sbmcp2ndr88vbg8pxiv8g5 swapped for new id node01ll2dsruykkrz11kglpowm46ga6
[junit] 2018-06-24 20:05:06.727:INFO:oejs.session:qtp1982791261-11: Session id node01n9q884jwdrnf1adyj8z8fzu3q7 swapped for new id node07naagivz396iojuma2jfzno88
[junit] 2018-06-24 20:05:06.732:INFO:oejs.AbstractConnector:main: Stopped LocalConnector@7c75222b{HTTP/1.1,[http/1.1]}
[junit] 2018-06-24 20:05:06.732:INFO:oejs.session:main: Stopped scavenging
[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-SNAPSHOT
[junit] 2018-06-24 20:05:06.741:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
[junit] 2018-06-24 20:05:06.741:INFO:oejs.session:main: No SessionScavenger set, using defaults
[junit] 2018-06-24 20:05:06.742:INFO:oejs.session:main: Scavenging every 600000ms
[junit] 2018-06-24 20:05:06.742:WARN:oejs.SecurityHandler:main: ServletContext@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: ServletContext@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: Started 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: Session id node0w4yczt8rsktjlkacl30qpt5s10 swapped for new id node01cxn0a517hwla16kwx8do26qpu11
[junit] 2018-06-24 20:05:06.757:INFO:oejs.AbstractConnector:main: Stopped LocalConnector@1b89a849{HTTP/1.1,[http/1.1]}
[junit] 2018-06-24 20:05:06.758:INFO:oejs.session:main: Stopped scavenging
[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-SNAPSHOT
[junit] 2018-06-24 20:05:06.762:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
[junit] 2018-06-24 20:05:06.762:INFO:oejs.session:main: No SessionScavenger set, using defaults
[junit] 2018-06-24 20:05:06.762:INFO:oejs.session:main: Scavenging every 660000ms
[junit] 2018-06-24 20:05:06.763:WARN:oejs.SecurityHandler:main: ServletContext@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: ServletContext@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: Started 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: Stopped LocalConnector@3f2a3a5{HTTP/1.1,[http/1.1]}
[junit] 2018-06-24 20:05:06.790:INFO:oejs.session:main: Stopped scavenging
[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-SNAPSHOT
[junit] 2018-06-24 20:05:06.793:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
[junit] 2018-06-24 20:05:06.794:INFO:oejs.session:main: No SessionScavenger set, using defaults
[junit] 2018-06-24 20:05:06.794:INFO:oejs.session:main: Scavenging every 660000ms
[junit] 2018-06-24 20:05:06.794:WARN:oejs.SecurityHandler:main: ServletContext@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: ServletContext@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: Started 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: Stopped LocalConnector@617c74e5{HTTP/1.1,[http/1.1]}
[junit] 2018-06-24 20:05:06.799:INFO:oejs.session:main: Stopped scavenging
[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-SNAPSHOT
[junit] 2018-06-24 20:05:06.803:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
[junit] 2018-06-24 20:05:06.803:INFO:oejs.session:main: No SessionScavenger set, using defaults
[junit] 2018-06-24 20:05:06.803:INFO:oejs.session:main: Scavenging every 600000ms
[junit] 2018-06-24 20:05:06.804:WARN:oejs.SecurityHandler:main: ServletContext@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: ServletContext@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: Started 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: Session id node01t2yw5oo0pjf2miq5xc0p2hu213 swapped for new id node0pv5a4hqs0lqd1vamwztr6womz14
[junit] 2018-06-24 20:05:06.824:INFO:oejs.session:qtp884457408-51: Session id node0uxw3henqw72p10cvytkhsqeqx15 swapped for new id node0pm20oflci8jm1pyfrwnw1scjw16
[junit] 2018-06-24 20:05:06.830:INFO:oejs.session:qtp884457408-55: Session id node0kawynacrtb71ajb0udnwobh117 swapped for new id node0eq6uzl60rfff1fxziya02pn5s18
[junit] 2018-06-24 20:05:06.835:INFO:oejs.AbstractConnector:main: Stopped LocalConnector@234bef66{HTTP/1.1,[http/1.1]}
[junit] 2018-06-24 20:05:06.835:INFO:oejs.session:main: Stopped scavenging
[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-SNAPSHOT
[junit] 2018-06-24 20:05:06.839:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
[junit] 2018-06-24 20:05:06.839:INFO:oejs.session:main: No SessionScavenger set, using defaults
[junit] 2018-06-24 20:05:06.839:INFO:oejs.session:main: Scavenging every 600000ms
[junit] 2018-06-24 20:05:06.840:WARN:oejs.SecurityHandler:main: ServletContext@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: ServletContext@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: Started 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: Session id node0wa6prhg6zelzmbf8bx8z0c3k20 swapped for new id node0zw0qqe58yqtf5thnjetxxds321
[junit] 2018-06-24 20:05:06.849:INFO:oejs.AbstractConnector:main: Stopped LocalConnector@6276ae34{HTTP/1.1,[http/1.1]}
[junit] 2018-06-24 20:05:06.849:INFO:oejs.session:main: Stopped scavenging
[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-SNAPSHOT
[junit] 2018-06-24 20:05:06.852:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
[junit] 2018-06-24 20:05:06.852:INFO:oejs.session:main: No SessionScavenger set, using defaults
[junit] 2018-06-24 20:05:06.853:INFO:oejs.session:main: Scavenging every 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: Started 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: Stopped LocalConnector@6a2bcfcb{HTTP/1.1,[http/1.1]}
[junit] 2018-06-24 20:05:06.854:INFO:oejs.session:main: Stopped scavenging
[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-SNAPSHOT
[junit] 2018-06-24 20:05:06.859:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
[junit] 2018-06-24 20:05:06.859:INFO:oejs.session:main: No SessionScavenger set, using defaults
[junit] 2018-06-24 20:05:06.859:INFO:oejs.session:main: Scavenging every 600000ms
[junit] 2018-06-24 20:05:06.860:WARN:oejs.SecurityHandler:main: ServletContext@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: ServletContext@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: Started 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: Session id node01vpxpfqnj7zinpdnrxyzw7e1m23 swapped for new id node01pxytuu02hzbcn0m05fh72k2m24
[junit] 2018-06-24 20:05:06.873:INFO:oejs.AbstractConnector:main: Stopped LocalConnector@5dfcfece{HTTP/1.1,[http/1.1]}
[junit] 2018-06-24 20:05:06.874:INFO:oejs.session:main: Stopped scavenging
[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-SNAPSHOT
[junit] 2018-06-24 20:05:06.879:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
[junit] 2018-06-24 20:05:06.879:INFO:oejs.session:main: No SessionScavenger set, using defaults
[junit] 2018-06-24 20:05:06.879:INFO:oejs.session:main: Scavenging every 600000ms
[junit] 2018-06-24 20:05:06.880:WARN:oejs.SecurityHandler:main: ServletContext@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: ServletContext@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: Started 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: Stopped LocalConnector@58651fd0{HTTP/1.1,[http/1.1]}
[junit] 2018-06-24 20:05:06.884:INFO:oejs.session:main: Stopped scavenging
[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-SNAPSHOT
[junit] 2018-06-24 20:05:06.888:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
[junit] 2018-06-24 20:05:06.888:INFO:oejs.session:main: No SessionScavenger set, using defaults
[junit] 2018-06-24 20:05:06.888:INFO:oejs.session:main: Scavenging every 660000ms
[junit] 2018-06-24 20:05:06.889:WARN:oejs.SecurityHandler:main: ServletContext@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: ServletContext@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: Started 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: Stopped LocalConnector@7823a2f9{HTTP/1.1,[http/1.1]}
[junit] 2018-06-24 20:05:06.895:INFO:oejs.session:main: Stopped scavenging
[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-SNAPSHOT
[junit] 2018-06-24 20:05:06.899:WARN:oejs.SecurityHandler:main: ServletContext@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: ServletContext@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: DefaultSessionIdManager workerName=node0
[junit] 2018-06-24 20:05:06.899:INFO:oejs.session:main: No SessionScavenger set, using defaults
[junit] 2018-06-24 20:05:06.899:INFO:oejs.session:main: Scavenging every 600000ms
[junit] 2018-06-24 20:05:06.899:INFO:oejs.AbstractConnector:main: Started 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: Stopped LocalConnector@7823a2f9{HTTP/1.1,[http/1.1]}
[junit] 2018-06-24 20:05:06.902:INFO:oejs.session:main: Stopped scavenging
[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-SNAPSHOT
[junit] 2018-06-24 20:05:06.905:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
[junit] 2018-06-24 20:05:06.905:INFO:oejs.session:main: No SessionScavenger set, using defaults
[junit] 2018-06-24 20:05:06.905:INFO:oejs.session:main: Scavenging every 600000ms
[junit] 2018-06-24 20:05:06.905:WARN:oejs.SecurityHandler:main: ServletContext@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: ServletContext@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: Started 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: Stopped LocalConnector@3ffc5af1{HTTP/1.1,[http/1.1]}
[junit] 2018-06-24 20:05:06.928:INFO:oejs.session:main: Stopped scavenging
[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-SNAPSHOT
[junit] 2018-06-24 20:05:06.933:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
[junit] 2018-06-24 20:05:06.933:INFO:oejs.session:main: No SessionScavenger set, using defaults
[junit] 2018-06-24 20:05:06.933:INFO:oejs.session:main: Scavenging every 600000ms
[junit] 2018-06-24 20:05:06.935:WARN:oejs.SecurityHandler:main: ServletContext@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: ServletContext@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: Started 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: Stopped LocalConnector@5622fdf{HTTP/1.1,[http/1.1]}
[junit] 2018-06-24 20:05:06.968:INFO:oejs.session:main: Stopped scavenging
[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-SNAPSHOT
[junit] 2018-06-24 20:05:06.992:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
[junit] 2018-06-24 20:05:06.992:INFO:oejs.session:main: No SessionScavenger set, using defaults
[junit] 2018-06-24 20:05:06.993:INFO:oejs.session:main: Scavenging every 660000ms
[junit] 2018-06-24 20:05:06.993:WARN:oejs.SecurityHandler:main: ServletContext@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: ServletContext@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: Started 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: Session id node01wbgh5yrvho2wlp33kb415s826 swapped for new id node0nu1h7z9mqur2b5h7qfoda11227
[junit] 2018-06-24 20:05:07.007:INFO:oejs.AbstractConnector:main: Stopped LocalConnector@56ef9176{HTTP/1.1,[http/1.1]}
[junit] 2018-06-24 20:05:07.008:INFO:oejs.session:main: Stopped scavenging
[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-SNAPSHOT
[junit] 2018-06-24 20:05:07.017:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
[junit] 2018-06-24 20:05:07.017:INFO:oejs.session:main: No SessionScavenger set, using defaults
[junit] 2018-06-24 20:05:07.017:INFO:oejs.session:main: Scavenging every 600000ms
[junit] 2018-06-24 20:05:07.018:WARN:oejs.SecurityHandler:main: ServletContext@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: ServletContext@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: Started 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: Stopped LocalConnector@10bdf5e5{HTTP/1.1,[http/1.1]}
[junit] 2018-06-24 20:05:07.025:INFO:oejs.session:main: Stopped scavenging
[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.security.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 #<procedure a42fa0 at /gnu/store/pvcja51n9s3?> ?)
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/utils.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 `(#<condition &invoke-error [program: "ant" arguments: ("check") exit-status: 1 term-signal: #f stop-signal: #f] a40f40>)'.
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-jetty-security-9.4.6.drv - 1 builder for `/gnu/store/l5v95mm42mc9a2xjw0q2pscy3sc2phpd-java-eclipse-jetty-security-9.4.6.drv' failed with exit code 1
guix build: error: build failed: build of `/gnu/store/l5v95mm42mc9a2xjw0q2pscy3sc2phpd-java-eclipse-jetty-security-9.4.6.drv' failed
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#31960: java-eclipse-jetty-security has indeterministic test failures (on ia64)
2018-06-24 20:31 bug#31960: java-eclipse-jetty-security has indeterministic test failures (on ia64) Björn Höfling
@ 2018-07-03 12:32 ` Gábor Boskovits
0 siblings, 0 replies; 2+ messages in thread
From: Gábor Boskovits @ 2018-07-03 12:32 UTC (permalink / raw)
To: 31960-done
[-- Attachment #1: Type: text/plain, Size: 90 bytes --]
Fixed on master in commit 4c9aa15edbf3c57b30338810b00c1a3bca874492.
Thanks for reporting!
[-- Attachment #2: Type: text/html, Size: 123 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-07-03 12:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-24 20:31 bug#31960: java-eclipse-jetty-security has indeterministic test failures (on ia64) Björn Höfling
2018-07-03 12:32 ` Gábor Boskovits
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).