Skip to content

Console Output

Started by user Dmitry Kornilov
Rebuilds build #19
Running as Dmitry Kornilov
Agent basic-r94lm is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-r94lm"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.metro.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-r94lm"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-r94lm"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.metro.svc.cluster.local/metro/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-metro"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-r94lm in workspace /home/jenkins/agent/workspace/saaj-ri-ee4j8-build
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ee4j/metro-saaj.git
 > git init /home/jenkins/agent/workspace/saaj-ri-ee4j8-build # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/metro-saaj.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/metro-saaj.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/metro-saaj.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/EE8^{commit} # timeout=10
Checking out Revision 28bbf14c6cf2989ad2fc933fc34b5d9992d770d1 (refs/remotes/origin/EE8)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 28bbf14c6cf2989ad2fc933fc34b5d9992d770d1 # timeout=10
Commit message: "Merge pull request #175 from lukasj/backports"
First time build. Skipping changelog.
[saaj-ri-ee4j8-build] $ /bin/bash -ex /tmp/jenkins14050880312996346853.sh
+ TOOLS_PREFIX=/opt/tools
+ MVN_HOME=/opt/tools/apache-maven/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export JAVA_TOOL_OPTIONS=-Dfile.encoding=ISO8859-1
+ JAVA_TOOL_OPTIONS=-Dfile.encoding=ISO8859-1
+ echo '-[ SAAJ RI Build ]--------------------------------------------------------------'
-[ SAAJ RI Build ]--------------------------------------------------------------
+ mvn clean deploy -Pstaging
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Jakarta SOAP                                                       [pom]
[INFO] Jakarta SOAP Implementation                                        [jar]
[INFO] 
[INFO] ---------------< com.sun.xml.messaging.saaj:metro-saaj >----------------
[INFO] Building Jakarta SOAP 1.5.3-SNAPSHOT                               [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ metro-saaj ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ metro-saaj ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ metro-saaj ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/saaj-ri-ee4j8-build' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/saaj-ri-ee4j8-build
[INFO] Storing buildNumber: 28bbf14 at timestamp: 1618208365300
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/saaj-ri-ee4j8-build' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/saaj-ri-ee4j8-build
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ metro-saaj ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ metro-saaj ---
[INFO] Installing /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/messaging/saaj/metro-saaj/1.5.3-SNAPSHOT/metro-saaj-1.5.3-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-deploy) @ metro-saaj ---
[INFO] 
[INFO] ----------------< com.sun.xml.messaging.saaj:saaj-impl >----------------
[INFO] Building Jakarta SOAP Implementation 1.5.3-SNAPSHOT                [2/2]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ saaj-impl ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ saaj-impl ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ saaj-impl ---
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-upgrade-module-path) @ saaj-impl ---
[INFO] Copying jakarta.activation-1.2.2.jar to /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/target/upgrade-mods/jakarta.activation-1.2.2.jar
[INFO] Copying jakarta.xml.bind-api-2.3.3.jar to /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/target/upgrade-mods/jakarta.xml.bind-api-2.3.3.jar
[INFO] Copying jakarta.xml.soap-api-1.4.2.jar to /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/target/upgrade-mods/jakarta.xml.soap-api-1.4.2.jar
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ saaj-impl ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ saaj-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 75 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ saaj-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 128 source files to /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/target/classes
[WARNING] /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/src/main/java/com/sun/xml/messaging/saaj/soap/MessageImpl.java:[887,109] unchecked conversion
  required: java.util.Iterator<javax.xml.soap.AttachmentPart>
  found:    java.util.Iterator
[WARNING] /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/src/main/java/com/sun/xml/messaging/saaj/util/stax/SaajStaxWriter.java:[332,29] getPrefixes(java.lang.String) in <anonymous com.sun.xml.messaging.saaj.util.stax.SaajStaxWriter$1> implements getPrefixes(java.lang.String) in javax.xml.namespace.NamespaceContext
  return type requires unchecked conversion from java.util.Iterator to java.util.Iterator<java.lang.String>
[WARNING] /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/src/main/java/com/sun/xml/messaging/saaj/packaging/mime/internet/ParameterList.java:[221,69] unchecked cast
  required: java.util.HashMap<java.lang.String,java.lang.String>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/src/main/java/com/sun/xml/messaging/saaj/soap/SOAPDocumentImpl.java:[642,68] unchecked call to getConstructor(java.lang.Class<?>...) as a member of the raw type java.lang.Class
[WARNING] /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/src/main/java/com/sun/xml/messaging/saaj/soap/SOAPDocumentImpl.java:[642,68] unchecked conversion
  required: java.lang.reflect.Constructor<org.w3c.dom.Node>
  found:    java.lang.reflect.Constructor
[WARNING] /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/src/main/java/com/sun/xml/messaging/saaj/util/stax/SaajStaxWriterEx.java:[106,29] getPrefixes(java.lang.String) in <anonymous com.sun.xml.messaging.saaj.util.stax.SaajStaxWriterEx$1> implements getPrefixes(java.lang.String) in javax.xml.namespace.NamespaceContext
  return type requires unchecked conversion from java.util.Iterator to java.util.Iterator<java.lang.String>
[WARNING] /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/src/main/java/com/sun/xml/messaging/saaj/soap/AttachmentPartImpl.java:[539,36] getBytes(java.io.InputStream) in com.sun.xml.messaging.saaj.packaging.mime.util.ASCIIUtility has been deprecated
[WARNING] /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/src/main/java/com/sun/xml/messaging/saaj/soap/AttachmentPartImpl.java:[548,36] getBytes(java.io.InputStream) in com.sun.xml.messaging.saaj.packaging.mime.util.ASCIIUtility has been deprecated
[WARNING] /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/src/main/java/com/sun/xml/messaging/saaj/soap/AttachmentPartImpl.java:[556,36] getBytes(java.io.InputStream) in com.sun.xml.messaging.saaj.packaging.mime.util.ASCIIUtility has been deprecated
[WARNING] /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/src/main/java/com/sun/xml/messaging/saaj/util/stax/LazyEnvelopeStaxReader.java:[27,8] getPrefixes(java.lang.String) in org.jvnet.staxex.util.DOMStreamReader implements getPrefixes(java.lang.String) in javax.xml.namespace.NamespaceContext
  return type requires unchecked conversion from java.util.Iterator to java.util.Iterator<java.lang.String>
[WARNING] /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/src/main/java/com/sun/xml/messaging/saaj/util/stax/SaajStaxReaderEx.java:[29,8] getPrefixes(java.lang.String) in org.jvnet.staxex.util.DOMStreamReader implements getPrefixes(java.lang.String) in javax.xml.namespace.NamespaceContext
  return type requires unchecked conversion from java.util.Iterator to java.util.Iterator<java.lang.String>
[WARNING] /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/src/main/java/com/sun/xml/messaging/saaj/util/stax/SaajStaxReaderEx.java:[98,29] getPrefixes(java.lang.String) in <anonymous com.sun.xml.messaging.saaj.util.stax.SaajStaxReaderEx$1> implements getPrefixes(java.lang.String) in javax.xml.namespace.NamespaceContext
  return type requires unchecked conversion from java.util.Iterator to java.util.Iterator<java.lang.String>
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (base-compile) @ saaj-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 127 source files to /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/target/classes
[INFO] /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/src/main/java/com/sun/xml/messaging/saaj/soap/AttachmentPartImpl.java: /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/src/main/java/com/sun/xml/messaging/saaj/soap/AttachmentPartImpl.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/src/main/java/com/sun/xml/messaging/saaj/soap/AttachmentPartImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/src/main/java/com/sun/xml/messaging/saaj/soap/SOAPPartImpl.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/src/main/java/com/sun/xml/messaging/saaj/soap/SOAPPartImpl.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ saaj-impl ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ saaj-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 37 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ saaj-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 48 source files to /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/target/test-classes
[INFO] /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/src/test/java/bugfixes/BugfixesTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/src/test/java/bugfixes/BugfixesTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/src/test/java/namespace/NamespaceTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/src/test/java/namespace/NamespaceTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ saaj-impl ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running bugfixes.NamespaceTest
http://www.w3.org/2000/xmlns/:SOAP-ENV:xmlns
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s - in bugfixes.NamespaceTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running bugfixes.BugfixesTest
Apr 12, 2021 6:20:27 AM com.sun.xml.messaging.saaj.soap.SOAPPartImpl lookForEnvelope
SEVERE: SAAJ0513: Unable to create envelope from given source because the namespace was not recognized
------=_Part_0_391630194.1618208427783
Content-Type: text/xml; charset=utf-8

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body><soap:Fault xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>100</faultcode></soap:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
------=_Part_0_391630194.1618208427783
Content-Type: text/xml

<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright (c) 1997, 2020 Oracle and/or its affiliates. All rights reserved.

    This program and the accompanying materials are made available under the
    terms of the Eclipse Distribution License v. 1.0, which is available at
    http://www.eclipse.org/org/documents/edl-v10.php.

    SPDX-License-Identifier: BSD-3-Clause

-->

<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<soap-env:Header>
<foo>line 1
line 2
line 3
</foo>
<bar>line 4</bar>
</soap-env:Header>
<soap-env:Body>
<test> w
ewe
qeqw
</test>
</soap-env:Body>
</soap-env:Envelope>

------=_Part_0_391630194.1618208427783
Content-Type: text/xml

<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright (c) 1997, 2020 Oracle and/or its affiliates. All rights reserved.

    This program and the accompanying materials are made available under the
    terms of the Eclipse Distribution License v. 1.0, which is available at
    http://www.eclipse.org/org/documents/edl-v10.php.

    SPDX-License-Identifier: BSD-3-Clause

-->

<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<soap-env:Header>
<foo>line 1
line 2
line 3
</foo>
<bar>line 4</bar>
</soap-env:Header>
<soap-env:Body>
<test> w
ewe
qeqw
</test>
</soap-env:Body>
</soap-env:Envelope>

------=_Part_0_391630194.1618208427783--ERROR:  'Document Type Declaration is not allowed'
Apr 12, 2021 6:20:27 AM com.sun.xml.messaging.saaj.soap.EnvelopeFactory parseEnvelopeSax
SEVERE: SAAJ0511: Unable to create envelope from given source
[Fatal Error] undeclNS.xml:21:42: The prefix "junk" for attribute "junk:lang" associated with an element type "name" is not bound.
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Header/><env:Body/></env:Envelope>Folded Header=
multipart/related; boundary=MIME_boundary; type="text/xml";
start="<http://claiming-it.com/claim061400a.xml>"
Apr 12, 2021 6:20:27 AM com.sun.xml.messaging.saaj.soap.MessageImpl parseContentType
SEVERE: SAAJ0535: Unable to internalize message
=======================


Apr 12, 2021 6:20:28 AM com.sun.xml.messaging.saaj.soap.ver1_1.Fault1_1Impl setFaultCode
SEVERE: SAAJ0307: Empty/Null NamespaceURI specified for faultCode myprefix:TestFaultCode
GrandFather L=t N=http://www.w3.org/2000/xmlns/ P=xmlns
[INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.322 s - in bugfixes.BugfixesTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running bugfixes.SSLTest
Apr 12, 2021 6:20:29 AM com.sun.xml.messaging.saaj.soap.MessageImpl identifyContentType
SEVERE: SAAJ0537: Invalid Content-Type. Could be an error message instead of a SOAP message
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 s - in bugfixes.SSLTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running bugfixes.QuoteTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in bugfixes.QuoteTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running bugfixes.SAAJConnectionTest
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body/></SOAP-ENV:Envelope>

Apr 12, 2021 6:20:31 AM com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection post
SEVERE: SAAJ0008: Bad Response; Moved Permanently
Apr 12, 2021 6:20:31 AM com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection doGet
SEVERE: SAAJ0008: Bad Response; Moved Permanently
Apr 12, 2021 6:20:31 AM com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection post
SEVERE: SAAJ0008: Bad Response; Moved Permanently
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body/></SOAP-ENV:Envelope>

Apr 12, 2021 6:20:31 AM com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection post
SEVERE: SAAJ0008: Bad Response; Moved Permanently
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body/></SOAP-ENV:Envelope>

Apr 12, 2021 6:20:31 AM com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection post
SEVERE: SAAJ0008: Bad Response; Moved Permanently
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.299 s - in bugfixes.SAAJConnectionTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running bugfixes.SAAJ67Test
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in bugfixes.SAAJ67Test
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running mime.XmlAttachmentTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in mime.XmlAttachmentTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running mime.AttachMultipartTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in mime.AttachMultipartTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running mime.custom.CustomTypeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s - in mime.custom.CustomTypeTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running mime.StartParameterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in mime.StartParameterTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running mime.AttachImageTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.579 s - in mime.AttachImageTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running mime.MimeRecreateTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s - in mime.MimeRecreateTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running mime.AttachPngImageTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s - in mime.AttachPngImageTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running mime.MimeUtilityTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in mime.MimeUtilityTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running mime.CharacterSetEncodingTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in mime.CharacterSetEncodingTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.SOAPPartTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in soap.SOAPPartTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.DocumentOwnerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s - in soap.DocumentOwnerTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.LazySOAPTest
<env:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://example.com/wsdl"><env:Header></env:Header><env:Body><ns1:Hello><String_1>Duke 0</String_1><String_1>Duke 1</String_1><String_1>Duke 2</String_1></ns1:Hello></env:Body></env:Envelope>
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s - in soap.LazySOAPTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.XmlDeclarationUtf16Test
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in soap.XmlDeclarationUtf16Test
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.SourceResetTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in soap.SourceResetTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.QNameTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in soap.QNameTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.WriteXmlDeclarationTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s - in soap.WriteXmlDeclarationTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.SOAPStructureTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in soap.SOAPStructureTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.FaultTest
Apr 12, 2021 6:20:39 AM com.sun.xml.messaging.saaj.soap.ver1_1.Fault1_1Impl setFaultCode
SEVERE: SAAJ0307: Empty/Null NamespaceURI specified for faultCode env:Client
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in soap.FaultTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.DetailTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s - in soap.DetailTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.SetElementNameTest
Apr 12, 2021 6:20:40 AM com.sun.xml.messaging.saaj.soap.impl.FaultImpl setElementQName
SEVERE: SAAJ0146: Cannot change name of element Fault to newName
Apr 12, 2021 6:20:40 AM com.sun.xml.messaging.saaj.soap.impl.FaultElementImpl setElementQName
SEVERE: SAAJ0146: Cannot change name of element faultcode to newName
Apr 12, 2021 6:20:40 AM com.sun.xml.messaging.saaj.soap.impl.FaultElementImpl setElementQName
SEVERE: SAAJ0146: Cannot change name of element faultstring to newName
Apr 12, 2021 6:20:40 AM com.sun.xml.messaging.saaj.soap.impl.FaultElementImpl setElementQName
SEVERE: SAAJ0146: Cannot change name of element detail to newName
Apr 12, 2021 6:20:40 AM com.sun.xml.messaging.saaj.soap.impl.EnvelopeImpl setElementQName
SEVERE: SAAJ0146: Cannot change name of element Envelope to newName
Apr 12, 2021 6:20:40 AM com.sun.xml.messaging.saaj.soap.impl.HeaderImpl setElementQName
SEVERE: SAAJ0146: Cannot change name of element Header to newName
Apr 12, 2021 6:20:40 AM com.sun.xml.messaging.saaj.soap.impl.BodyImpl setElementQName
SEVERE: SAAJ0146: Cannot change name of element Body to newName
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s - in soap.SetElementNameTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.ExtractContentAsDocumentTest
Apr 12, 2021 6:20:40 AM com.sun.xml.messaging.saaj.soap.impl.BodyImpl extractContentAsDocument
SEVERE: SAAJ0250: Cannot extract Document from body
Apr 12, 2021 6:20:40 AM com.sun.xml.messaging.saaj.soap.impl.BodyImpl extractContentAsDocument
SEVERE: SAAJ0250: Cannot extract Document from body
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s - in soap.ExtractContentAsDocumentTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.GetChildElementsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s - in soap.GetChildElementsTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap12.SOAPHeaderTests
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in soap12.SOAPHeaderTests
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap12.SOAPElementTests
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s - in soap12.SOAPElementTests
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap12.SOAPFaultTests
Apr 12, 2021 6:20:42 AM com.sun.xml.messaging.saaj.soap.ver1_2.Body1_2Impl addFault
SEVERE: SAAJ0402: No other element except Fault allowed in SOAPBody
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s - in soap12.SOAPFaultTests
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap12.MetaFactoryTest
Apr 12, 2021 6:20:42 AM com.sun.xml.messaging.saaj.soap.MessageFactoryImpl createMessage
SEVERE: SAAJ0531: Unable to parse content type
Apr 12, 2021 6:20:42 AM com.sun.xml.messaging.saaj.soap.ver1_1.SOAPPart1_1Impl createEnvelopeFromSource
SEVERE: SAAJ0304: InputStream does not represent a valid SOAP 1.1 Message 
Apr 12, 2021 6:20:42 AM com.sun.xml.messaging.saaj.soap.ver1_2.SOAPPart1_2Impl createEnvelopeFromSource
SEVERE: SAAJ0415: InputStream does not represent a valid SOAP 1.2 Message
Apr 12, 2021 6:20:42 AM com.sun.xml.messaging.saaj.soap.SAAJMetaFactoryImpl newMessageFactory
SEVERE: SAAJ0569: Unknown Protocol junk specified for creating MessageFactory
Apr 12, 2021 6:20:42 AM com.sun.xml.messaging.saaj.soap.SAAJMetaFactoryImpl newSOAPFactory
SEVERE: SAAJ0569: Unknown Protocol junk specified for creating SOAPFactory
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s - in soap12.MetaFactoryTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running namespace.NamespaceTest
Apr 12, 2021 6:20:43 AM com.sun.xml.messaging.saaj.soap.impl.EnvelopeImpl createName
SEVERE: SAAJ0123: Cannot declare reserved xmlns prefix
Apr 12, 2021 6:20:43 AM com.sun.xml.messaging.saaj.soap.impl.EnvelopeImpl createName
SEVERE: SAAJ0124: Qualified name cannot be xmlns
<?xml version='1.0' ?><S:Envelope xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'><S:Body><ns2:Fault xmlns:ns2='http://schemas.xmlsoap.org/soap/envelope/' xmlns:ns3='http://www.w3.org/2003/05/soap-envelope'><faultcode>ns3:VersionMismatch</faultcode><faultstring>Couldn't create SOAP message. Expecting Envelope in namespace http://schemas.xmlsoap.org/soap/envelope/, but got http://wrongname.org </faultstring></ns2:Fault></S:Body></S:Envelope>[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.23 s - in namespace.NamespaceTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running namespace.DefaultNamespaceTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in namespace.DefaultNamespaceTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running namespace.NSDeclTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in namespace.NSDeclTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running namespace.GetNamespaceURITest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in namespace.GetNamespaceURITest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running classfile.ByteCodeVersionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in classfile.ByteCodeVersionTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running wsi.WSISupportTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s - in wsi.WSISupportTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running element.ElementTest
Apr 12, 2021 6:20:45 AM com.sun.xml.messaging.saaj.soap.ver1_1.HeaderElement1_1Impl getRoleAttributeName
SEVERE: SAAJ0302: Attribute Role not supported by SOAP 1.1
Apr 12, 2021 6:20:45 AM com.sun.xml.messaging.saaj.soap.ver1_1.HeaderElement1_1Impl getRelayAttributeName
SEVERE: SAAJ0302: Attribute Relay not supported by SOAP 1.1
Apr 12, 2021 6:20:45 AM com.sun.xml.messaging.saaj.soap.ver1_1.HeaderElement1_1Impl getRelayAttributeName
SEVERE: SAAJ0302: Attribute Relay not supported by SOAP 1.1
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s - in element.ElementTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running stax.SaajStaxWriterNamespaceTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s - in stax.SaajStaxWriterNamespaceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 201, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (test-not-optimized) @ saaj-impl ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running bugfixes.NamespaceTest
http://www.w3.org/2000/xmlns/:SOAP-ENV:xmlns
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in bugfixes.NamespaceTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running bugfixes.BugfixesTest
Apr 12, 2021 6:20:46 AM com.sun.xml.messaging.saaj.soap.SOAPPartImpl lookForEnvelope
SEVERE: SAAJ0513: Unable to create envelope from given source because the namespace was not recognized
------=_Part_0_1444635922.1618208446780
Content-Type: text/xml; charset=utf-8

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body><soap:Fault xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>100</faultcode></soap:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
------=_Part_0_1444635922.1618208446780
Content-Type: text/xml

<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright (c) 1997, 2020 Oracle and/or its affiliates. All rights reserved.

    This program and the accompanying materials are made available under the
    terms of the Eclipse Distribution License v. 1.0, which is available at
    http://www.eclipse.org/org/documents/edl-v10.php.

    SPDX-License-Identifier: BSD-3-Clause

-->

<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<soap-env:Header>
<foo>line 1
line 2
line 3
</foo>
<bar>line 4</bar>
</soap-env:Header>
<soap-env:Body>
<test> w
ewe
qeqw
</test>
</soap-env:Body>
</soap-env:Envelope>

------=_Part_0_1444635922.1618208446780
Content-Type: text/xml

<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright (c) 1997, 2020 Oracle and/or its affiliates. All rights reserved.

    This program and the accompanying materials are made available under the
    terms of the Eclipse Distribution License v. 1.0, which is available at
    http://www.eclipse.org/org/documents/edl-v10.php.

    SPDX-License-Identifier: BSD-3-Clause

-->

<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<soap-env:Header>
<foo>line 1
line 2
line 3
</foo>
<bar>line 4</bar>
</soap-env:Header>
<soap-env:Body>
<test> w
ewe
qeqw
</test>
</soap-env:Body>
</soap-env:Envelope>

------=_Part_0_1444635922.1618208446780--ERROR:  'Document Type Declaration is not allowed'
Apr 12, 2021 6:20:46 AM com.sun.xml.messaging.saaj.soap.EnvelopeFactory parseEnvelopeSax
SEVERE: SAAJ0511: Unable to create envelope from given source
[Fatal Error] undeclNS.xml:21:42: The prefix "junk" for attribute "junk:lang" associated with an element type "name" is not bound.
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Header/><env:Body/></env:Envelope>Folded Header=
multipart/related; boundary=MIME_boundary; type="text/xml";
start="<http://claiming-it.com/claim061400a.xml>"
Apr 12, 2021 6:20:46 AM com.sun.xml.messaging.saaj.soap.MessageImpl parseContentType
SEVERE: SAAJ0535: Unable to internalize message
=======================


Apr 12, 2021 6:20:46 AM com.sun.xml.messaging.saaj.soap.ver1_1.Fault1_1Impl setFaultCode
SEVERE: SAAJ0307: Empty/Null NamespaceURI specified for faultCode myprefix:TestFaultCode
GrandFather L=t N=http://www.w3.org/2000/xmlns/ P=xmlns
[INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 s - in bugfixes.BugfixesTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running bugfixes.SSLTest
Apr 12, 2021 6:20:47 AM com.sun.xml.messaging.saaj.soap.MessageImpl identifyContentType
SEVERE: SAAJ0537: Invalid Content-Type. Could be an error message instead of a SOAP message
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.566 s - in bugfixes.SSLTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running bugfixes.QuoteTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in bugfixes.QuoteTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running bugfixes.SAAJConnectionTest
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body/></SOAP-ENV:Envelope>

Apr 12, 2021 6:20:49 AM com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection post
SEVERE: SAAJ0008: Bad Response; Moved Permanently
Apr 12, 2021 6:20:49 AM com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection doGet
SEVERE: SAAJ0008: Bad Response; Moved Permanently
Apr 12, 2021 6:20:49 AM com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection post
SEVERE: SAAJ0008: Bad Response; Moved Permanently
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body/></SOAP-ENV:Envelope>

Apr 12, 2021 6:20:49 AM com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection post
SEVERE: SAAJ0008: Bad Response; Moved Permanently
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body/></SOAP-ENV:Envelope>

Apr 12, 2021 6:20:49 AM com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection post
SEVERE: SAAJ0008: Bad Response; Moved Permanently
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.356 s - in bugfixes.SAAJConnectionTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running bugfixes.SAAJ67Test
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in bugfixes.SAAJ67Test
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running mime.XmlAttachmentTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in mime.XmlAttachmentTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running mime.AttachMultipartTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in mime.AttachMultipartTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running mime.custom.CustomTypeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s - in mime.custom.CustomTypeTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running mime.StartParameterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s - in mime.StartParameterTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running mime.AttachImageTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 s - in mime.AttachImageTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running mime.MimeRecreateTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in mime.MimeRecreateTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running mime.AttachPngImageTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 s - in mime.AttachPngImageTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running mime.MimeUtilityTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in mime.MimeUtilityTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running mime.CharacterSetEncodingTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s - in mime.CharacterSetEncodingTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.SOAPPartTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s - in soap.SOAPPartTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.DocumentOwnerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in soap.DocumentOwnerTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.LazySOAPTest
<env:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://example.com/wsdl"><env:Header></env:Header><env:Body><ns1:Hello><String_1>Duke 0</String_1><String_1>Duke 1</String_1><String_1>Duke 2</String_1></ns1:Hello></env:Body></env:Envelope>
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s - in soap.LazySOAPTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.XmlDeclarationUtf16Test
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s - in soap.XmlDeclarationUtf16Test
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.SourceResetTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in soap.SourceResetTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.QNameTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in soap.QNameTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.WriteXmlDeclarationTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s - in soap.WriteXmlDeclarationTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.SOAPStructureTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in soap.SOAPStructureTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.FaultTest
Apr 12, 2021 6:20:57 AM com.sun.xml.messaging.saaj.soap.ver1_1.Fault1_1Impl setFaultCode
SEVERE: SAAJ0307: Empty/Null NamespaceURI specified for faultCode env:Client
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 s - in soap.FaultTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.DetailTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in soap.DetailTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.SetElementNameTest
Apr 12, 2021 6:20:58 AM com.sun.xml.messaging.saaj.soap.impl.FaultImpl setElementQName
SEVERE: SAAJ0146: Cannot change name of element Fault to newName
Apr 12, 2021 6:20:58 AM com.sun.xml.messaging.saaj.soap.impl.FaultElementImpl setElementQName
SEVERE: SAAJ0146: Cannot change name of element faultcode to newName
Apr 12, 2021 6:20:58 AM com.sun.xml.messaging.saaj.soap.impl.FaultElementImpl setElementQName
SEVERE: SAAJ0146: Cannot change name of element faultstring to newName
Apr 12, 2021 6:20:58 AM com.sun.xml.messaging.saaj.soap.impl.FaultElementImpl setElementQName
SEVERE: SAAJ0146: Cannot change name of element detail to newName
Apr 12, 2021 6:20:58 AM com.sun.xml.messaging.saaj.soap.impl.EnvelopeImpl setElementQName
SEVERE: SAAJ0146: Cannot change name of element Envelope to newName
Apr 12, 2021 6:20:58 AM com.sun.xml.messaging.saaj.soap.impl.HeaderImpl setElementQName
SEVERE: SAAJ0146: Cannot change name of element Header to newName
Apr 12, 2021 6:20:58 AM com.sun.xml.messaging.saaj.soap.impl.BodyImpl setElementQName
SEVERE: SAAJ0146: Cannot change name of element Body to newName
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in soap.SetElementNameTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.ExtractContentAsDocumentTest
Apr 12, 2021 6:20:58 AM com.sun.xml.messaging.saaj.soap.impl.BodyImpl extractContentAsDocument
SEVERE: SAAJ0250: Cannot extract Document from body
Apr 12, 2021 6:20:58 AM com.sun.xml.messaging.saaj.soap.impl.BodyImpl extractContentAsDocument
SEVERE: SAAJ0250: Cannot extract Document from body
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s - in soap.ExtractContentAsDocumentTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap.GetChildElementsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in soap.GetChildElementsTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap12.SOAPHeaderTests
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in soap12.SOAPHeaderTests
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap12.SOAPElementTests
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s - in soap12.SOAPElementTests
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap12.SOAPFaultTests
Apr 12, 2021 6:21:00 AM com.sun.xml.messaging.saaj.soap.ver1_2.Body1_2Impl addFault
SEVERE: SAAJ0402: No other element except Fault allowed in SOAPBody
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 s - in soap12.SOAPFaultTests
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running soap12.MetaFactoryTest
Apr 12, 2021 6:21:00 AM com.sun.xml.messaging.saaj.soap.MessageFactoryImpl createMessage
SEVERE: SAAJ0531: Unable to parse content type
Apr 12, 2021 6:21:00 AM com.sun.xml.messaging.saaj.soap.ver1_1.SOAPPart1_1Impl createEnvelopeFromSource
SEVERE: SAAJ0304: InputStream does not represent a valid SOAP 1.1 Message 
Apr 12, 2021 6:21:00 AM com.sun.xml.messaging.saaj.soap.ver1_2.SOAPPart1_2Impl createEnvelopeFromSource
SEVERE: SAAJ0415: InputStream does not represent a valid SOAP 1.2 Message
Apr 12, 2021 6:21:00 AM com.sun.xml.messaging.saaj.soap.SAAJMetaFactoryImpl newMessageFactory
SEVERE: SAAJ0569: Unknown Protocol junk specified for creating MessageFactory
Apr 12, 2021 6:21:00 AM com.sun.xml.messaging.saaj.soap.SAAJMetaFactoryImpl newSOAPFactory
SEVERE: SAAJ0569: Unknown Protocol junk specified for creating SOAPFactory
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s - in soap12.MetaFactoryTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running namespace.NamespaceTest
Apr 12, 2021 6:21:00 AM com.sun.xml.messaging.saaj.soap.impl.EnvelopeImpl createName
SEVERE: SAAJ0123: Cannot declare reserved xmlns prefix
Apr 12, 2021 6:21:00 AM com.sun.xml.messaging.saaj.soap.impl.EnvelopeImpl createName
SEVERE: SAAJ0124: Qualified name cannot be xmlns
<?xml version='1.0' ?><S:Envelope xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'><S:Body><ns2:Fault xmlns:ns2='http://schemas.xmlsoap.org/soap/envelope/' xmlns:ns3='http://www.w3.org/2003/05/soap-envelope'><faultcode>ns3:VersionMismatch</faultcode><faultstring>Couldn't create SOAP message. Expecting Envelope in namespace http://schemas.xmlsoap.org/soap/envelope/, but got http://wrongname.org </faultstring></ns2:Fault></S:Body></S:Envelope>[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s - in namespace.NamespaceTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running namespace.DefaultNamespaceTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s - in namespace.DefaultNamespaceTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running namespace.NSDeclTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in namespace.NSDeclTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running namespace.GetNamespaceURITest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in namespace.GetNamespaceURITest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running classfile.ByteCodeVersionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in classfile.ByteCodeVersionTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running wsi.WSISupportTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s - in wsi.WSISupportTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running element.ElementTest
Apr 12, 2021 6:21:03 AM com.sun.xml.messaging.saaj.soap.ver1_1.HeaderElement1_1Impl getRoleAttributeName
SEVERE: SAAJ0302: Attribute Role not supported by SOAP 1.1
Apr 12, 2021 6:21:03 AM com.sun.xml.messaging.saaj.soap.ver1_1.HeaderElement1_1Impl getRelayAttributeName
SEVERE: SAAJ0302: Attribute Relay not supported by SOAP 1.1
Apr 12, 2021 6:21:03 AM com.sun.xml.messaging.saaj.soap.ver1_1.HeaderElement1_1Impl getRelayAttributeName
SEVERE: SAAJ0302: Attribute Relay not supported by SOAP 1.1
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s - in element.ElementTest
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=ISO8859-1
[INFO] Running stax.SaajStaxWriterNamespaceTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in stax.SaajStaxWriterNamespaceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 201, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ saaj-impl ---
[INFO] Building jar: /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/target/saaj-impl-1.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ saaj-impl ---
[INFO] Installing /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/target/saaj-impl-1.5.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.5.3-SNAPSHOT/saaj-impl-1.5.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/saaj-ri-ee4j8-build/saaj-ri/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.5.3-SNAPSHOT/saaj-impl-1.5.3-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-deploy) @ saaj-impl ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Jakarta SOAP 1.5.3-SNAPSHOT:
[INFO] 
[INFO] Jakarta SOAP ....................................... SUCCESS [ 43.534 s]
[INFO] Jakarta SOAP Implementation ........................ SUCCESS [01:31 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:15 min
[INFO] Finished at: 2021-04-12T06:21:06Z
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS