java-eclipse-jetty-security has indeterministic test failures (on ia64)

  • Done
  • quality assurance status badge
Details
2 participants
  • Björn Höfling
  • Gábor Boskovits
Owner
unassigned
Submitted by
Björn Höfling
Severity
normal
B
B
Björn Höfling wrote on 24 Jun 2018 22:31
(address . bug-guix@gnu.org)
20180624223104.48a7e556@alma-ubu
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
This message was truncated. Download the full message here.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iEYEARECAAYFAlsv/4kACgkQvyhstlk+X/32BQCfRbKtCHWwtWXXsgTSNhT5IUQm
+ycAoI4+iEJB1wXAafYVV9wS8ENiUXo5
=2pJ4
-----END PGP SIGNATURE-----


G
G
Gábor Boskovits wrote on 3 Jul 2018 14:32
(address . 31960-done@debbugs.gnu.org)
CAE4v=pijPC89Wh=G9XXzjTvGzZi+5g+9Mrn0-svFPJMJ-Dmc7w@mail.gmail.com
Fixed on master in commit 4c9aa15edbf3c57b30338810b00c1a3bca874492.
Thanks for reporting!
Attachment: file
Closed
?