Discussion:
[jetty-users] gasping for alpn-1.8.0_191.mod / 9.4.13
Bill Ross
2018-11-02 08:55:31 UTC
Permalink
Due to Ubuntu 16.0.4's helpful upgrade, I have

$ java -version
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)

And now

java.lang.IllegalStateException: Cannot read file:
modules/alpn-impl/alpn-1.8.0_191.mod

Who would not jump at the chance to build 9.4.13, which will be released
any day as of 9 days ago.

$ git clone https://github.com/eclipse/jetty.project

$ cd jetty.project

$ mvn clean install

-- fails on Utilities

$ cat jetty.project/jetty-util/target/surefire-reports/* | manual pick

Error: Could not find or load main class
org.apache.maven.surefire.booter.ForkedBooter

java.lang.IllegalArgumentException: Stream stdin corrupted. Expected
comma after third character in command 'Heap'.
        at
org.apache.maven.plugin.surefire.booterclient.output.ForkClient$OperationalData.<init>(ForkClient.java:507)
        at
org.apache.maven.plugin.surefire.booterclient.output.ForkClient.processLine(ForkClient.java:210)
        at
org.apache.maven.plugin.surefire.booterclient.output.ForkClient.consumeLine(ForkClient.java:177)
        at
org.apache.maven.plugin.surefire.booterclient.output.ThreadedStreamConsumer$Pumper.run(ThreadedStreamConsumer.java:88)
        at java.lang.Thread.run(Thread.java:748)


$ mvn -Dmaven.test.skip=true install

[INFO] Jetty :: Project ................................... SUCCESS [ 
2.841 s]
[INFO] Jetty :: Utilities ................................. SUCCESS [ 
8.126 s]
[INFO] Jetty :: IO Utility ................................ SUCCESS [ 
0.950 s]
[INFO] Jetty :: Http Utility .............................. SUCCESS [ 
1.992 s]
[INFO] Jetty :: XML utilities ............................. SUCCESS [ 
0.489 s]
[INFO] Jetty :: JMX Management ............................ SUCCESS [ 
0.489 s]
[INFO] Jetty :: Server Core ............................... FAILURE [ 
0.020 s]

Seems like a good time to ask what's up. Maybe there's an openjdk/Oracle
conflict?

Bill
Simone Bordet
2018-11-02 09:14:07 UTC
Permalink
Hi,
Post by Bill Ross
Due to Ubuntu 16.0.4's helpful upgrade, I have
$ java -version
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)
And now
modules/alpn-impl/alpn-1.8.0_191.mod
See discussion at https://github.com/eclipse/jetty.project/issues/3028.
Post by Bill Ross
Who would not jump at the chance to build 9.4.13, which will be released
any day as of 9 days ago.
Yeah, well, we have our own problems with dependencies that don't work
with Java 11, so bear with us.
It'll be ready when it's ready and it's not far away.
Post by Bill Ross
$ git clone https://github.com/eclipse/jetty.project
$ cd jetty.project
$ mvn clean install
-- fails on Utilities
$ cat jetty.project/jetty-util/target/surefire-reports/* | manual pick
Error: Could not find or load main class
org.apache.maven.surefire.booter.ForkedBooter
java.lang.IllegalArgumentException: Stream stdin corrupted. Expected
comma after third character in command 'Heap'.
at
org.apache.maven.plugin.surefire.booterclient.output.ForkClient$OperationalData.<init>(ForkClient.java:507)
The build must not fail with JDK 8.
There usually is a complete Surefire log file that tells more clearly
what is going on.
Can you attach it / paste it?
--
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Olivier Lamy
2018-11-02 09:14:32 UTC
Permalink
Hi
Thanks for the report.
Some informations are missing.
Can you post maven output and those surefire files (at least one)
what is your env var MAVEN_OPTS value?
Post by Bill Ross
Due to Ubuntu 16.0.4's helpful upgrade, I have
$ java -version
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)
And now
modules/alpn-impl/alpn-1.8.0_191.mod
Who would not jump at the chance to build 9.4.13, which will be released
any day as of 9 days ago.
$ git clone https://github.com/eclipse/jetty.project
$ cd jetty.project
$ mvn clean install
-- fails on Utilities
$ cat jetty.project/jetty-util/target/surefire-reports/* | manual pick
Error: Could not find or load main class
org.apache.maven.surefire.booter.ForkedBooter
java.lang.IllegalArgumentException: Stream stdin corrupted. Expected
comma after third character in command 'Heap'.
at
org.apache.maven.plugin.surefire.booterclient.output.ForkClient$OperationalData.<init>(ForkClient.java:507)
at
org.apache.maven.plugin.surefire.booterclient.output.ForkClient.processLine(ForkClient.java:210)
at
org.apache.maven.plugin.surefire.booterclient.output.ForkClient.consumeLine(ForkClient.java:177)
at
org.apache.maven.plugin.surefire.booterclient.output.ThreadedStreamConsumer$Pumper.run(ThreadedStreamConsumer.java:88)
at java.lang.Thread.run(Thread.java:748)
$ mvn -Dmaven.test.skip=true install
[INFO] Jetty :: Project ................................... SUCCESS [
2.841 s]
[INFO] Jetty :: Utilities ................................. SUCCESS [
8.126 s]
[INFO] Jetty :: IO Utility ................................ SUCCESS [
0.950 s]
[INFO] Jetty :: Http Utility .............................. SUCCESS [
1.992 s]
[INFO] Jetty :: XML utilities ............................. SUCCESS [
0.489 s]
[INFO] Jetty :: JMX Management ............................ SUCCESS [
0.489 s]
[INFO] Jetty :: Server Core ............................... FAILURE [
0.020 s]
Seems like a good time to ask what's up. Maybe there's an openjdk/Oracle
conflict?
Bill
_______________________________________________
jetty-users mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-users
--
Olivier
Bill Ross
2018-11-02 09:35:50 UTC
Permalink
Post by Simone Bordet
Yeah, well, we have our own problems with dependencies that don't work
Colonialism is a colossal failure, historically. :-)

Back to work: surefire logs, then complete output for mvn clean install:

There is no MAVEN_OPTS env.

=== jetty-util/target/surefire-reports/

    2018-11-02T02-24-38_661.dumpstream

    2018-11-02T02-24-38_661-jvmRun1.dumpstream

=== $ cat jetty.project/jetty-util/target/surefire-reports//*

# Created at 2018-11-02T02:24:39.044
openjdk version "1.8.0_181"

# Created at 2018-11-02T02:24:39.045
OpenJDK Runtime Environment (build 1.8.0_181-8u181-b13-1ubuntu0.16.04.1-b13)

# Created at 2018-11-02T02:24:39.045
OpenJDK 64-Bit Server VM (build 25.181-b13, mixed mode)

# Created at 2018-11-02T02:24:39.045


# Created at 2018-11-02T02:24:39.055
Error: Could not find or load main class
org.apache.maven.surefire.booter.ForkedBooter

# Created at 2018-11-02T02:24:39.061
Corrupted STDOUT by directly writing to native stream in forked JVM 1.
Stream 'Heap'.
java.lang.IllegalArgumentException: Stream stdin corrupted. Expected
comma after third character in command 'Heap'.
    at
org.apache.maven.plugin.surefire.booterclient.output.ForkClient$OperationalData.<init>(ForkClient.java:507)
    at
org.apache.maven.plugin.surefire.booterclient.output.ForkClient.processLine(ForkClient.java:210)
    at
org.apache.maven.plugin.surefire.booterclient.output.ForkClient.consumeLine(ForkClient.java:177)
    at
org.apache.maven.plugin.surefire.booterclient.output.ThreadedStreamConsumer$Pumper.run(ThreadedStreamConsumer.java:88)
    at java.lang.Thread.run(Thread.java:748)


# Created at 2018-11-02T02:24:39.062
Corrupted STDOUT by directly writing to native stream in forked JVM 1.
Stream ' PSYoungGen      total 305664K, used 15728K [0x00000000eab00000,
0x0000000100000000, 0x0000000100000000)'.

# Created at 2018-11-02T02:24:39.062
Corrupted STDOUT by directly writing to native stream in forked JVM 1.
Stream '  eden space 262144K, 6% used
[0x00000000eab00000,0x00000000eba5c388,0x00000000fab00000)'.

# Created at 2018-11-02T02:24:39.063
Corrupted STDOUT by directly writing to native stream in forked JVM 1.
Stream '  from space 43520K, 0% used
[0x00000000fd580000,0x00000000fd580000,0x0000000100000000)'.

# Created at 2018-11-02T02:24:39.063
Corrupted STDOUT by directly writing to native stream in forked JVM 1.
Stream '  to   space 43520K, 0% used
[0x00000000fab00000,0x00000000fab00000,0x00000000fd580000)'.

# Created at 2018-11-02T02:24:39.063
Corrupted STDOUT by directly writing to native stream in forked JVM 1.
Stream ' ParOldGen       total 699392K, used 0K [0x00000000c0000000,
0x00000000eab00000, 0x00000000eab00000)'.

# Created at 2018-11-02T02:24:39.063
Corrupted STDOUT by directly writing to native stream in forked JVM 1.
Stream '  object space 699392K, 0% used
[0x00000000c0000000,0x00000000c0000000,0x00000000eab00000)'.

# Created at 2018-11-02T02:24:39.063
Corrupted STDOUT by directly writing to native stream in forked JVM 1.
Stream ' Metaspace       used 3875K, capacity 4896K, committed 5120K,
reserved 1056768K'.

# Created at 2018-11-02T02:24:39.063
Corrupted STDOUT by directly writing to native stream in forked JVM 1.
Stream '  class space    used 426K, capacity 464K, committed 512K,
reserved 1048576K'.


=== Full output:

[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Jetty :: Project
[INFO] Jetty :: Utilities
[INFO] Jetty :: IO Utility
[INFO] Jetty :: Http Utility
[INFO] Jetty :: XML utilities
[INFO] Jetty :: JMX Management
[INFO] Jetty :: Server Core
[INFO] Jetty :: Security
[INFO] Jetty :: Servlet Handling
[INFO] Jetty :: Webapp Application Support
[INFO] Jetty :: JNDI Naming
[INFO] Jetty :: Plus
[INFO] Jetty :: Servlet Annotations
[INFO] Jetty :: Ant Plugin
[INFO] Jetty :: Utilities :: Ajax(JSON)
[INFO] Jetty :: HTTP2
[INFO] Jetty :: HTTP2 :: HPACK
[INFO] Jetty :: HTTP2 :: Common
[INFO] Jetty :: ALPN :: Parent
[INFO] Jetty :: ALPN :: Client
[INFO] Jetty :: Continuation
[INFO] Jetty :: Utility Servlets and Filters
[INFO] Jetty :: Asynchronous HTTP Client
[INFO] Jetty :: Proxy
[INFO] Jetty :: ALPN :: Server
[INFO] Jetty :: HTTP2 :: Server
[INFO] Jetty :: HTTP2 :: Client
[INFO] Jetty :: HTTP2 :: HTTP Client Transport
[INFO] Jetty :: ALPN :: OpenJDK8 Server Implementation
[INFO] Jetty :: HTTP2 :: ALPN Tests
[INFO] Jetty :: FastCGI :: Parent
[INFO] Jetty :: FastCGI :: Client
[INFO] Jetty :: FastCGI :: Server
[INFO] Jetty :: Websocket :: Parent
[INFO] Jetty :: Websocket :: API
[INFO] Jetty :: Websocket :: Common
[INFO] Jetty :: Websocket :: Client
[INFO] Jetty :: Websocket :: Servlet Interface
[INFO] Jetty :: Websocket :: Server
[INFO] Jetty :: Websocket :: javax.websocket :: Client Implementation
[INFO] Jetty :: Websocket :: javax.websocket.server :: Server Implementation
[INFO] Jetty :: Apache JSP Implementation
[INFO] Apache :: JSTL module
[INFO] Jetty Tests :: Parent
[INFO] Jetty Tests :: WebApps :: Parent
[INFO] Jetty Tests :: WebApp :: Mock Resources
[INFO] Jetty :: Quick Start
[INFO] Jetty :: JAAS
[INFO] Jetty :: Deployers
[INFO] Jetty :: Start
[INFO] Jetty :: UnixSocket
[INFO] Example :: Jetty Spring
[INFO] Jetty :: CDI :: Parent
[INFO] Jetty :: CDI :: Core
[INFO] Jetty :: CDI :: Servlet
[INFO] Jetty :: CDI 2
[INFO] Jetty :: Rewrite Handler
[INFO] Jetty :: ALPN :: Conscrypt Server Implementation
[INFO] Jetty :: JASPI Security
[INFO] Jetty :: Infinispan Session Managers
[INFO] Jetty :: Hazelcast Session Manager
[INFO] Jetty :: GCloud
[INFO] Jetty :: GCloud :: Session Manager
[INFO] Jetty :: Memcached
[INFO] Jetty :: Memcached :: Sessions
[INFO] Jetty Tests :: Sessions :: Parent
[INFO] Jetty Tests :: Sessions :: Common
[INFO] Jetty :: NoSQL Session Managers
[INFO] Jetty :: Home Assembly
[INFO] Jetty :: Jetty Maven Plugin
[INFO] Jetty :: Jetty JSPC Maven Plugin
[INFO] Jetty :: CDI :: Dependencies
[INFO] Jetty :: CDI :: WebSocket
[INFO] Jetty :: CDI :: Test :: WebApp
[INFO] Jetty :: Jmh
[INFO] Test :: Jetty Test Webapp
[INFO] Test :: Jetty Proxy Webapp
[INFO] Jetty Tests :: WebApp :: RFC2616
[INFO] Jetty Tests :: Spec Test WebApp :: Parent
[INFO] Jetty Tests :: WebApp :: Servlet Spec :: Fragment Jar
[INFO] Jetty Tests :: WebApp :: Servlet Spec ::
ServletContainerInitializer Test Jar
[INFO] Jetty Tests :: Webapps :: Spec Webapp
[INFO] Jetty Tests :: WebApp :: JAAS
[INFO] Jetty Tests :: WebApp :: JNDI
[INFO] Jetty :: ALPN :: OpenJDK8 Client Implementation
[INFO] Test :: Jetty HTTP2 Webapp
[INFO] Jetty Tests :: Sessions :: File
[INFO] Jetty Tests :: Sessions :: JDBC
[INFO] Jetty Tests :: Sessions :: Mongo
[INFO] Jetty Tests :: Sessions :: Infinispan
[INFO] Jetty Tests :: Sessions :: GCloud
[INFO] Jetty Tests :: Sessions :: Memcached
[INFO] Jetty Tests :: Sessions :: Hazelcast
[INFO] Test :: Continuation
[INFO] Jetty Tests :: Login Service
[INFO] Jetty Examples :: Parent
[INFO] Example Async Rest
[INFO] Example Async Rest :: Jar
[INFO] Example Async Rest :: Webapp
[INFO] Jetty :: Documentation
[INFO] Jetty :: Distribution Assemblies
[INFO] Jetty Tests :: Integrations
[INFO] Test :: Jetty Quick Start
[INFO] Jetty Tests :: JMX Parent
[INFO] Jetty Tests :: JMX :: WebApp
[INFO] Jetty Tests :: JMX :: WebApp Integration Tests
[INFO] Test :: HTTP Client Transports
[INFO] Example :: Jetty Embedded
[INFO] Jetty :: Runner
[INFO] Jetty :: Http Service Provider Interface
[INFO] Jetty :: OSGi
[INFO] Jetty :: OSGi :: Boot
[INFO] Jetty :: OSGi :: Boot JSP
[INFO] Jetty :: OSGi :: Boot :: Warurl
[INFO] Jetty :: OSGi :: HttpService
[INFO] Jetty :: OSGi :: Test WebApp
[INFO] Jetty :: OSGi :: Test Context
[INFO] Jetty :: OSGi :: WebApp Fragment
[INFO] Jetty :: OSGi :: Server
[INFO] Jetty :: OSGi ALPN Fragment
[INFO] Jetty :: ALPN :: Conscrypt Client Implementation
[INFO] Jetty :: OSGi :: Test
[INFO] Jetty :: Bom
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building Jetty :: Project 9.4.13-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jetty-project ---
[INFO] Deleting /big4/reep/jetty/jetty.project/target
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @
jetty-project ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (ban-junit-dep.jar) @
jetty-project ---
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version
(set-osgi-version) @ jetty-project ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (jacoco-initialize) @
jetty-project ---
[INFO] argLine set to
-javaagent:/home/reep/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/big4/reep/jetty/jetty.project/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @
jetty-project ---
[INFO]
[INFO] --- jetty-version-maven-plugin:2.5:attach-version-text
(attach-version) @ jetty-project ---
[INFO]
[INFO] >>> maven-pmd-plugin:3.11.0:check (named-logging-enforcement) >
:pmd @ jetty-project >>>
[INFO]
[INFO] --- maven-pmd-plugin:3.11.0:pmd (pmd) @ jetty-project ---
[INFO]
[INFO] <<< maven-pmd-plugin:3.11.0:check (named-logging-enforcement) <
:pmd @ jetty-project <<<
[INFO]
[INFO] --- maven-pmd-plugin:3.11.0:check (named-logging-enforcement) @
jetty-project ---
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) >
generate-sources @ jetty-project >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @
jetty-project ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (ban-junit-dep.jar) @
jetty-project ---
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version
(set-osgi-version) @ jetty-project ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (jacoco-initialize) @
jetty-project ---
[INFO] argLine set to
-javaagent:/home/reep/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/big4/reep/jetty/jetty.project/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) <
generate-sources @ jetty-project <<<
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @
jetty-project ---
[INFO]
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-project ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar,
maven-plugin]
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.2:report (jacoco-site) @
jetty-project ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- license-maven-plugin:3.0:check (check-java-headers) @
jetty-project ---
[INFO] Checking licenses...
[INFO]
[INFO] --- license-maven-plugin:3.0:check (check-doc-headers) @
jetty-project ---
[INFO] Checking licenses...
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @
jetty-project ---
[INFO] Installing /big4/reep/jetty/jetty.project/pom.xml to
/home/reep/.m2/repository/org/eclipse/jetty/jetty-project/9.4.13-SNAPSHOT/jetty-project-9.4.13-SNAPSHOT.pom
[INFO] Installing /big4/reep/jetty/jetty.project/VERSION.txt to
/home/reep/.m2/repository/org/eclipse/jetty/jetty-project/9.4.13-SNAPSHOT/jetty-project-9.4.13-SNAPSHOT-version.txt
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building Jetty :: Utilities 9.4.13-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jetty-util ---
[INFO] Deleting /big4/reep/jetty/jetty.project/jetty-util/target
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @
jetty-util ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (ban-junit-dep.jar) @
jetty-util ---
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version
(set-osgi-version) @ jetty-util ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (jacoco-initialize) @
jetty-util ---
[INFO] argLine set to
-javaagent:/home/reep/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/big4/reep/jetty/jetty.project/jetty-util/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (create-buildnumber) @
jetty-util ---
[INFO] Executing: /bin/sh -c cd
'/big4/reep/jetty/jetty.project/jetty-util' && 'git' 'rev-parse'
'--verify' 'HEAD'
[INFO] Working directory: /big4/reep/jetty/jetty.project/jetty-util
[INFO] Storing buildNumber: b69f8e4084cb4cf449ba83e11c5074e0215d4ff6 at
timestamp: 1541150670272
[INFO] Storing buildScmBranch: jetty-9.4.x
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @
jetty-util ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @
jetty-util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- jetty-version-maven-plugin:2.5:attach-version-text
(attach-version) @ jetty-util ---
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @
jetty-util ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 166 source files to
/big4/reep/jetty/jetty.project/jetty-util/target/classes
[INFO]
/big4/reep/jetty/jetty.project/jetty-util/src/main/java/org/eclipse/jetty/util/ReadLineInputStream.java:
Some input files use or override a deprecated API.
[INFO]
/big4/reep/jetty/jetty.project/jetty-util/src/main/java/org/eclipse/jetty/util/ReadLineInputStream.java:
Recompile with -Xlint:deprecation for details.
[INFO]
/big4/reep/jetty/jetty.project/jetty-util/src/main/java/org/eclipse/jetty/util/ArrayTernaryTrie.java:
Some input files use unchecked or unsafe operations.
[INFO]
/big4/reep/jetty/jetty.project/jetty-util/src/main/java/org/eclipse/jetty/util/ArrayTernaryTrie.java:
Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] >>> maven-pmd-plugin:3.11.0:check (named-logging-enforcement) >
:pmd @ jetty-util >>>
[INFO]
[INFO] --- maven-pmd-plugin:3.11.0:pmd (pmd) @ jetty-util ---
[INFO]
[INFO] <<< maven-pmd-plugin:3.11.0:check (named-logging-enforcement) <
:pmd @ jetty-util <<<
[INFO]
[INFO] --- maven-pmd-plugin:3.11.0:check (named-logging-enforcement) @
jetty-util ---
[INFO]
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) >
generate-sources @ jetty-util >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @
jetty-util ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (ban-junit-dep.jar) @
jetty-util ---
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version
(set-osgi-version) @ jetty-util ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (jacoco-initialize) @
jetty-util ---
[INFO] argLine set to
-javaagent:/home/reep/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/big4/reep/jetty/jetty.project/jetty-util/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (create-buildnumber) @
jetty-util ---
[INFO] Executing: /bin/sh -c cd
'/big4/reep/jetty/jetty.project/jetty-util' && 'git' 'rev-parse'
'--verify' 'HEAD'
[INFO] Working directory: /big4/reep/jetty/jetty.project/jetty-util
[INFO] Storing buildNumber: b69f8e4084cb4cf449ba83e11c5074e0215d4ff6 at
timestamp: 1541150675276
[INFO] Storing buildScmBranch: jetty-9.4.x
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) <
generate-sources @ jetty-util <<<
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ jetty-util ---
[INFO] Building jar:
/big4/reep/jetty/jetty.project/jetty-util/target/jetty-util-9.4.13-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-util ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources
(default-testResources) @ jetty-util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 30 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile)
@ jetty-util ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 83 source files to
/big4/reep/jetty/jetty.project/jetty-util/target/test-classes
[INFO]
/big4/reep/jetty/jetty.project/jetty-util/src/test/java/org/eclipse/jetty/util/ReadLineInputStreamTest.java:
Some input files use or override a deprecated API.
[INFO]
/big4/reep/jetty/jetty.project/jetty-util/src/test/java/org/eclipse/jetty/util/ReadLineInputStreamTest.java:
Recompile with -Xlint:deprecation for details.
[INFO]
/big4/reep/jetty/jetty.project/jetty-util/src/test/java/org/eclipse/jetty/util/URLEncodedTest.java:
Some input files use unchecked or unsafe operations.
[INFO]
/big4/reep/jetty/jetty.project/jetty-util/src/test/java/org/eclipse/jetty/util/URLEncodedTest.java:
Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ jetty-util ---
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] Corrupted STDOUT by directly writing to native stream in
forked JVM 1. See FAQ web page and the dump file
/big4/reep/jetty/jetty.project/jetty-util/target/surefire-reports/2018-11-02T02-24-38_661-jvmRun1.dumpstream
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Jetty :: Project ................................... SUCCESS [ 
3.020 s]
[INFO] Jetty :: Utilities ................................. FAILURE [ 
9.039 s]
[INFO] Jetty :: IO Utility ................................ SKIPPED
[INFO] Jetty :: Http Utility .............................. SKIPPED
[INFO] Jetty :: XML utilities ............................. SKIPPED
[INFO] Jetty :: JMX Management ............................ SKIPPED
[INFO] Jetty :: Server Core ............................... SKIPPED
[INFO] Jetty :: Security .................................. SKIPPED
[INFO] Jetty :: Servlet Handling .......................... SKIPPED
[INFO] Jetty :: Webapp Application Support ................ SKIPPED
[INFO] Jetty :: JNDI Naming ............................... SKIPPED
[INFO] Jetty :: Plus ...................................... SKIPPED
[INFO] Jetty :: Servlet Annotations ....................... SKIPPED
[INFO] Jetty :: Ant Plugin ................................ SKIPPED
[INFO] Jetty :: Utilities :: Ajax(JSON) ................... SKIPPED
[INFO] Jetty :: HTTP2 ..................................... SKIPPED
[INFO] Jetty :: HTTP2 :: HPACK ............................ SKIPPED
[INFO] Jetty :: HTTP2 :: Common ........................... SKIPPED
[INFO] Jetty :: ALPN :: Parent ............................ SKIPPED
[INFO] Jetty :: ALPN :: Client ............................ SKIPPED
[INFO] Jetty :: Continuation .............................. SKIPPED
[INFO] Jetty :: Utility Servlets and Filters .............. SKIPPED
[INFO] Jetty :: Asynchronous HTTP Client .................. SKIPPED
[INFO] Jetty :: Proxy ..................................... SKIPPED
[INFO] Jetty :: ALPN :: Server ............................ SKIPPED
[INFO] Jetty :: HTTP2 :: Server ........................... SKIPPED
[INFO] Jetty :: HTTP2 :: Client ........................... SKIPPED
[INFO] Jetty :: HTTP2 :: HTTP Client Transport ............ SKIPPED
[INFO] Jetty :: ALPN :: OpenJDK8 Server Implementation .... SKIPPED
[INFO] Jetty :: HTTP2 :: ALPN Tests ....................... SKIPPED
[INFO] Jetty :: FastCGI :: Parent ......................... SKIPPED
[INFO] Jetty :: FastCGI :: Client ......................... SKIPPED
[INFO] Jetty :: FastCGI :: Server ......................... SKIPPED
[INFO] Jetty :: Websocket :: Parent ....................... SKIPPED
[INFO] Jetty :: Websocket :: API .......................... SKIPPED
[INFO] Jetty :: Websocket :: Common ....................... SKIPPED
[INFO] Jetty :: Websocket :: Client ....................... SKIPPED
[INFO] Jetty :: Websocket :: Servlet Interface ............ SKIPPED
[INFO] Jetty :: Websocket :: Server ....................... SKIPPED
[INFO] Jetty :: Websocket :: javax.websocket :: Client Implementation
SKIPPED
[INFO] Jetty :: Websocket :: javax.websocket.server :: Server
Implementation SKIPPED
[INFO] Jetty :: Apache JSP Implementation ................. SKIPPED
[INFO] Apache :: JSTL module .............................. SKIPPED
[INFO] Jetty Tests :: Parent .............................. SKIPPED
[INFO] Jetty Tests :: WebApps :: Parent ................... SKIPPED
[INFO] Jetty Tests :: WebApp :: Mock Resources ............ SKIPPED
[INFO] Jetty :: Quick Start ............................... SKIPPED
[INFO] Jetty :: JAAS ...................................... SKIPPED
[INFO] Jetty :: Deployers ................................. SKIPPED
[INFO] Jetty :: Start ..................................... SKIPPED
[INFO] Jetty :: UnixSocket ................................ SKIPPED
[INFO] Example :: Jetty Spring ............................ SKIPPED
[INFO] Jetty :: CDI :: Parent ............................. SKIPPED
[INFO] Jetty :: CDI :: Core ............................... SKIPPED
[INFO] Jetty :: CDI :: Servlet ............................ SKIPPED
[INFO] Jetty :: CDI 2 ..................................... SKIPPED
[INFO] Jetty :: Rewrite Handler ........................... SKIPPED
[INFO] Jetty :: ALPN :: Conscrypt Server Implementation ... SKIPPED
[INFO] Jetty :: JASPI Security ............................ SKIPPED
[INFO] Jetty :: Infinispan Session Managers ............... SKIPPED
[INFO] Jetty :: Hazelcast Session Manager ................. SKIPPED
[INFO] Jetty :: GCloud .................................... SKIPPED
[INFO] Jetty :: GCloud :: Session Manager ................. SKIPPED
[INFO] Jetty :: Memcached ................................. SKIPPED
[INFO] Jetty :: Memcached :: Sessions ..................... SKIPPED
[INFO] Jetty Tests :: Sessions :: Parent .................. SKIPPED
[INFO] Jetty Tests :: Sessions :: Common .................. SKIPPED
[INFO] Jetty :: NoSQL Session Managers .................... SKIPPED
[INFO] Jetty :: Home Assembly ............................. SKIPPED
[INFO] Jetty :: Jetty Maven Plugin ........................ SKIPPED
[INFO] Jetty :: Jetty JSPC Maven Plugin ................... SKIPPED
[INFO] Jetty :: CDI :: Dependencies ....................... SKIPPED
[INFO] Jetty :: CDI :: WebSocket .......................... SKIPPED
[INFO] Jetty :: CDI :: Test :: WebApp ..................... SKIPPED
[INFO] Jetty :: Jmh ....................................... SKIPPED
[INFO] Test :: Jetty Test Webapp .......................... SKIPPED
[INFO] Test :: Jetty Proxy Webapp ......................... SKIPPED
[INFO] Jetty Tests :: WebApp :: RFC2616 ................... SKIPPED
[INFO] Jetty Tests :: Spec Test WebApp :: Parent .......... SKIPPED
[INFO] Jetty Tests :: WebApp :: Servlet Spec :: Fragment Jar SKIPPED
[INFO] Jetty Tests :: WebApp :: Servlet Spec ::
ServletContainerInitializer Test Jar SKIPPED
[INFO] Jetty Tests :: Webapps :: Spec Webapp .............. SKIPPED
[INFO] Jetty Tests :: WebApp :: JAAS ...................... SKIPPED
[INFO] Jetty Tests :: WebApp :: JNDI ...................... SKIPPED
[INFO] Jetty :: ALPN :: OpenJDK8 Client Implementation .... SKIPPED
[INFO] Test :: Jetty HTTP2 Webapp ......................... SKIPPED
[INFO] Jetty Tests :: Sessions :: File .................... SKIPPED
[INFO] Jetty Tests :: Sessions :: JDBC .................... SKIPPED
[INFO] Jetty Tests :: Sessions :: Mongo ................... SKIPPED
[INFO] Jetty Tests :: Sessions :: Infinispan .............. SKIPPED
[INFO] Jetty Tests :: Sessions :: GCloud .................. SKIPPED
[INFO] Jetty Tests :: Sessions :: Memcached ............... SKIPPED
[INFO] Jetty Tests :: Sessions :: Hazelcast ............... SKIPPED
[INFO] Test :: Continuation ............................... SKIPPED
[INFO] Jetty Tests :: Login Service ....................... SKIPPED
[INFO] Jetty Examples :: Parent ........................... SKIPPED
[INFO] Example Async Rest ................................. SKIPPED
[INFO] Example Async Rest :: Jar .......................... SKIPPED
[INFO] Example Async Rest :: Webapp ....................... SKIPPED
[INFO] Jetty :: Documentation ............................. SKIPPED
[INFO] Jetty :: Distribution Assemblies ................... SKIPPED
[INFO] Jetty Tests :: Integrations ........................ SKIPPED
[INFO] Test :: Jetty Quick Start .......................... SKIPPED
[INFO] Jetty Tests :: JMX Parent .......................... SKIPPED
[INFO] Jetty Tests :: JMX :: WebApp ....................... SKIPPED
[INFO] Jetty Tests :: JMX :: WebApp Integration Tests ..... SKIPPED
[INFO] Test :: HTTP Client Transports ..................... SKIPPED
[INFO] Example :: Jetty Embedded .......................... SKIPPED
[INFO] Jetty :: Runner .................................... SKIPPED
[INFO] Jetty :: Http Service Provider Interface ........... SKIPPED
[INFO] Jetty :: OSGi ...................................... SKIPPED
[INFO] Jetty :: OSGi :: Boot .............................. SKIPPED
[INFO] Jetty :: OSGi :: Boot JSP .......................... SKIPPED
[INFO] Jetty :: OSGi :: Boot :: Warurl .................... SKIPPED
[INFO] Jetty :: OSGi :: HttpService ....................... SKIPPED
[INFO] Jetty :: OSGi :: Test WebApp ....................... SKIPPED
[INFO] Jetty :: OSGi :: Test Context ...................... SKIPPED
[INFO] Jetty :: OSGi :: WebApp Fragment ................... SKIPPED
[INFO] Jetty :: OSGi :: Server ............................ SKIPPED
[INFO] Jetty :: OSGi ALPN Fragment ........................ SKIPPED
[INFO] Jetty :: ALPN :: Conscrypt Client Implementation ... SKIPPED
[INFO] Jetty :: OSGi :: Test .............................. SKIPPED
[INFO] Jetty :: Bom ....................................... SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 14.207 s
[INFO] Finished at: 2018-11-02T02:24:39-07:00
[INFO] Final Memory: 81M/1233M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test
(default-test) on project jetty-util: There are test failures.
[ERROR]
[ERROR] Please refer to
/big4/reep/jetty/jetty.project/jetty-util/target/surefire-reports for
the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump,
[date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM
crash or System.exit called?
[ERROR] Command was /bin/sh -c cd
/big4/reep/jetty/jetty.project/jetty-util &&
/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
'-javaagent:/home/reep/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/big4/reep/jetty/jetty.project/jetty-util/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**'
-Dfile.encoding=UTF-8 -Duser.language=en -Duser.region=US -showversion
-Xmx1g -Xms1g -XX:+PrintGCDetails -jar
/big4/reep/jetty/jetty.project/jetty-util/target/surefire/surefirebooter6976548417306635719.jar
/big4/reep/jetty/jetty.project/jetty-util/target/surefire
2018-11-02T02-24-38_661-jvmRun1 surefire5458658137144023482tmp
surefire_08891422487070126396tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 1
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException:
The forked VM terminated without properly saying goodbye. VM crash or
System.exit called?
[ERROR] Command was /bin/sh -c cd
/big4/reep/jetty/jetty.project/jetty-util &&
/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
'-javaagent:/home/reep/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/big4/reep/jetty/jetty.project/jetty-util/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**'
-Dfile.encoding=UTF-8 -Duser.language=en -Duser.region=US -showversion
-Xmx1g -Xms1g -XX:+PrintGCDetails -jar
/big4/reep/jetty/jetty.project/jetty-util/target/surefire/surefirebooter6976548417306635719.jar
/big4/reep/jetty/jetty.project/jetty-util/target/surefire
2018-11-02T02-24-38_661-jvmRun1 surefire5458658137144023482tmp
surefire_08891422487070126396tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 1
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:669)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:282)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:245)
[ERROR] at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1183)
[ERROR] at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1011)
[ERROR] at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:857)
[ERROR] at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
[ERROR] at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
[ERROR] at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
[ERROR] at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
[ERROR] at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
[ERROR] at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
[ERROR] at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[ERROR] at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
[ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
[ERROR] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
[ERROR] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
[ERROR] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
[ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] at java.lang.reflect.Method.invoke(Method.java:498)
[ERROR] at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the
-e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn <goals> -rf :jetty-util
Post by Simone Bordet
Hi
Thanks for the report.
Some informations are missing.
Can you post maven output  and those surefire files (at least one)
what is your env var MAVEN_OPTS value?
Due to Ubuntu 16.0.4's helpful upgrade, I have
$ java -version
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)
And now
modules/alpn-impl/alpn-1.8.0_191.mod
Who would not jump at the chance to build 9.4.13, which will be released
any day as of 9 days ago.
$ git clone https://github.com/eclipse/jetty.project
$ cd jetty.project
$ mvn clean install
-- fails on Utilities
$ cat jetty.project/jetty-util/target/surefire-reports/* | manual pick
Error: Could not find or load main class
org.apache.maven.surefire.booter.ForkedBooter
java.lang.IllegalArgumentException: Stream stdin corrupted. Expected
comma after third character in command 'Heap'.
         at
org.apache.maven.plugin.surefire.booterclient.output.ForkClient$OperationalData.<init>(ForkClient.java:507)
         at
org.apache.maven.plugin.surefire.booterclient.output.ForkClient.processLine(ForkClient.java:210)
         at
org.apache.maven.plugin.surefire.booterclient.output.ForkClient.consumeLine(ForkClient.java:177)
         at
org.apache.maven.plugin.surefire.booterclient.output.ThreadedStreamConsumer$Pumper.run(ThreadedStreamConsumer.java:88)
         at java.lang.Thread.run(Thread.java:748)
$ mvn -Dmaven.test.skip=true install
[INFO] Jetty :: Project ................................... SUCCESS [
2.841 s]
[INFO] Jetty :: Utilities ................................. SUCCESS [
8.126 s]
[INFO] Jetty :: IO Utility ................................ SUCCESS [
0.950 s]
[INFO] Jetty :: Http Utility .............................. SUCCESS [
1.992 s]
[INFO] Jetty :: XML utilities ............................. SUCCESS [
0.489 s]
[INFO] Jetty :: JMX Management ............................ SUCCESS [
0.489 s]
[INFO] Jetty :: Server Core ............................... FAILURE [
0.020 s]
Seems like a good time to ask what's up. Maybe there's an
openjdk/Oracle
conflict?
Bill
_______________________________________________
jetty-users mailing list
To change your delivery options, retrieve your password, or
unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-users
--
Olivier
_______________________________________________
jetty-users mailing list
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-users
Simone Bordet
2018-11-02 09:55:44 UTC
Permalink
Hi,
Post by Bill Ross
There is no MAVEN_OPTS env.
=== jetty-util/target/surefire-reports/
2018-11-02T02-24-38_661.dumpstream
2018-11-02T02-24-38_661-jvmRun1.dumpstream
=== $ cat jetty.project/jetty-util/target/surefire-reports//*
Uhm, no.
There should be a directory just called "target/surefire" that
contains the files (passed to the surefire plugin) that configure the
forked JVM that runs the tests.
In those files there must be something wrong. Can you paste them?
--
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Joakim Erdfelt
2018-11-02 10:15:50 UTC
Permalink
Full path is
/big4/reep/jetty/jetty.project/jetty-util/target/surefire-reports/ (based
on your logs)
Post by Simone Bordet
Hi,
Post by Bill Ross
There is no MAVEN_OPTS env.
=== jetty-util/target/surefire-reports/
2018-11-02T02-24-38_661.dumpstream
2018-11-02T02-24-38_661-jvmRun1.dumpstream
=== $ cat jetty.project/jetty-util/target/surefire-reports//*
Uhm, no.
There should be a directory just called "target/surefire" that
contains the files (passed to the surefire plugin) that configure the
forked JVM that runs the tests.
In those files there must be something wrong. Can you paste them?
--
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.
_______________________________________________
jetty-users mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-users
Bill Ross
2018-11-02 10:30:25 UTC
Permalink
Post by Bill Ross
=== $ cat jetty.project/jetty-util/target/surefire-reports//*
Uhm, no.
Uhm is correctly spelled, at least. :-)
Post by Bill Ross
There should be a directory just called "target/surefire"
$ ls /big4/reep/jetty/jetty.project/target/

maven-shared-archive-resources/
Post by Bill Ross
Hi,
Post by Bill Ross
There is no MAVEN_OPTS env.
=== jetty-util/target/surefire-reports/
2018-11-02T02-24-38_661.dumpstream
2018-11-02T02-24-38_661-jvmRun1.dumpstream
=== $ cat jetty.project/jetty-util/target/surefire-reports//*
Uhm, no.
There should be a directory just called "target/surefire" that
contains the files (passed to the surefire plugin) that configure the
forked JVM that runs the tests.
In those files there must be something wrong. Can you paste them?
Bill Ross
2018-11-02 10:44:58 UTC
Permalink
Speaking of birds - and reviewing the day's photos - I quote a sign on a
pumpkin candy bar display by the market checkout counter: "This pumpkin
walks into a bar..."

Ohm said an enlightened Watt
Post by Bill Ross
Post by Bill Ross
=== $ cat jetty.project/jetty-util/target/surefire-reports//*
Uhm, no.
Uhm is correctly spelled, at least. :-)
Post by Bill Ross
There should be a directory just called "target/surefire"
$ ls /big4/reep/jetty/jetty.project/target/
maven-shared-archive-resources/
Post by Bill Ross
Hi,
Post by Bill Ross
There is no MAVEN_OPTS env.
=== jetty-util/target/surefire-reports/
     2018-11-02T02-24-38_661.dumpstream
     2018-11-02T02-24-38_661-jvmRun1.dumpstream
=== $ cat jetty.project/jetty-util/target/surefire-reports//*
Uhm, no.
There should be a directory just called "target/surefire" that
contains the files (passed to the surefire plugin) that configure the
forked JVM that runs the tests.
In those files there must be something wrong. Can you paste them?
_______________________________________________
jetty-users mailing list
To change your delivery options, retrieve your password, or
unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-users
Bill Ross
2018-11-02 11:05:15 UTC
Permalink
Post by Bill Ross
Uhm is correctly spelled, at least. :-)
I should abjectly explain that since I was writing distributed servers
long before I wrote the first ones at the first Unix supercomputer
center in the world <shrugging off the colossal weight like it was
nothing>, grizzled yet naive professionalism is mildly refreshing once
in a while. :-)
Bill Ross
2018-11-02 11:23:08 UTC
Permalink
Btw I commented http2 out of my jetty.base jetty.ini to work around the
alpn issue.

I will also be marketing my fountain of youth irony tonic and CBD hair
stiffening oil in the lobby.
Post by Bill Ross
Post by Bill Ross
Uhm is correctly spelled, at least. :-)
I should abjectly explain that since I was writing distributed servers
long before I wrote the first ones at the first Unix supercomputer
center in the world <shrugging off the colossal weight like it was
nothing>, grizzled yet naive professionalism is mildly refreshing once
in a while. :-)
_______________________________________________
jetty-users mailing list
To change your delivery options, retrieve your password, or
unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-users
Simone Bordet
2018-11-02 11:06:45 UTC
Permalink
Hi,
Post by Bill Ross
Post by Bill Ross
=== $ cat jetty.project/jetty-util/target/surefire-reports//*
Uhm, no.
Uhm is correctly spelled, at least. :-)
Post by Bill Ross
There should be a directory just called "target/surefire"
$ ls /big4/reep/jetty/jetty.project/target/
Sorry I was not precise.
Should be:

ls big4/reep/jetty/jetty.project/jetty-util/target/surefire/

because you're running the tests in jetty-util, not on the root.
--
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Bill Ross
2018-11-02 11:16:23 UTC
Permalink
/big4/reep/jetty/jetty.project$ find . -name surefire
/big4/reep/jetty/jetty.project$
Post by Simone Bordet
Hi,
Post by Bill Ross
Post by Bill Ross
=== $ cat jetty.project/jetty-util/target/surefire-reports//*
Uhm, no.
Uhm is correctly spelled, at least. :-)
Post by Bill Ross
There should be a directory just called "target/surefire"
$ ls /big4/reep/jetty/jetty.project/target/
Sorry I was not precise.
ls big4/reep/jetty/jetty.project/jetty-util/target/surefire/
because you're running the tests in jetty-util, not on the root.
Bill Ross
2018-11-02 11:50:05 UTC
Permalink
/big4/reep/jetty/jetty.project$ find . -name "surefire*"
./jetty-util/target/surefire-reports
Post by Bill Ross
/big4/reep/jetty/jetty.project$ find . -name surefire
/big4/reep/jetty/jetty.project$
Post by Simone Bordet
Hi,
Post by Bill Ross
Post by Bill Ross
=== $ cat jetty.project/jetty-util/target/surefire-reports//*
Uhm, no.
Uhm is correctly spelled, at least. :-)
  > There should be a directory just called "target/surefire"
$ ls /big4/reep/jetty/jetty.project/target/
Sorry I was not precise.
ls big4/reep/jetty/jetty.project/jetty-util/target/surefire/
because you're running the tests in jetty-util, not on the root.
_______________________________________________
jetty-users mailing list
To change your delivery options, retrieve your password, or
unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-users
Loading...