Started by timer Running as SYSTEM Agent basic-zlk2w is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-zlk2w" namespace: "grizzly" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.grizzly.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-zlk2w" - 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-zlk2w" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.grizzly.svc.cluster.local/grizzly/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" 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 subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-grizzly" 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" [EnvInject] - Loading node environment variables. Building remotely on basic-zlk2w (basic) in workspace /home/jenkins/agent/workspace/Grizzly-master_nightly The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-ee4j/grizzly.git > git init /home/jenkins/agent/workspace/Grizzly-master_nightly # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/grizzly.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/grizzly.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/grizzly.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/master^{commit} # timeout=10 Checking out Revision 4316ca1adbaa00341d142d8ae571932294511a96 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4316ca1adbaa00341d142d8ae571932294511a96 # timeout=10 Commit message: "Merge pull request #2199 from mnriem/issue-2198" > git rev-list --no-walk 4316ca1adbaa00341d142d8ae571932294511a96 # timeout=10 Parsing POMs Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/grizzly/grizzly-bom/3.0.1/grizzly-bom-3.0.1.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom Established TCP socket on 34417 Copied maven35-agent.jar Copied maven35-interceptor.jar Copied maven3-interceptor-commons.jar [Grizzly-master_nightly] $ /opt/tools/java/openjdk/jdk-11/latest/bin/java -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/latest /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 34417 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /home/jenkins/agent/workspace/Grizzly-master_nightly/pom.xml clean install -Dmaven.test.redirectTestOutputToFile=true -DforkCount=1 -DreuseForks=false -Denforcer.skip=true -Pstaging [INFO] Scanning for projects... [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/maven-bundle-plugin/5.1.2/maven-bundle-plugin-5.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.2/maven-bundle-plugin-5.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.2/maven-bundle-plugin-5.1.2.pom (11 kB at 107 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/felix-parent/6/felix-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom (22 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/21/apache-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 2.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom (1.1 kB at 370 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.pom (4.1 kB at 258 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 319 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 643 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom (5.9 kB at 841 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (9.7 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/9/apache-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 722 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom (193 B at 48 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/easymock/easymock/2.4/easymock-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom (5.3 kB at 761 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom (3.3 kB at 252 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom (463 B at 42 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom (8.3 kB at 592 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom (24 kB at 825 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 2.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/17/apache-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 2.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom (4.0 kB at 130 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 106 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 5.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 2.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 590 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 kB at 964 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/16/apache-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 3.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom (1.8 kB at 43 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom (2.6 kB at 101 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom (1.7 kB at 97 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 140 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 383 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 150 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 592 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 3.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 4.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 245 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 3.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 688 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom (1.9 kB at 100 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (2.1 kB at 89 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom (2.7 kB at 336 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom (4.2 kB at 321 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom (14 kB at 416 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 2.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 179 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 785 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 2.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 6.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 341 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 204 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom (2.6 kB at 188 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom (14 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 116 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 530 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 5.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 2.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 212 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom (3.1 kB at 165 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/18.0/guava-18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 258 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 285 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom (4.0 kB at 336 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (1.8 kB at 92 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom (29 kB at 624 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom (2.0 kB at 64 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom (2.1 kB at 106 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom (3.4 kB at 160 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/inject/guice/4.0/guice-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom (11 kB at 322 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom (15 kB at 443 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/google/5/google-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 91 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 2.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom (3.8 kB at 73 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 87 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 554 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 2.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 185 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 148 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 3.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 5.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/7/apache-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 4.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 462 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 3.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 11 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/4/apache-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom (4.3 kB at 79 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 213 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 3.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/14/apache-14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 342 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 5.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 5.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/5/apache-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 585 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 3.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 5.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 810 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 684 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 156 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 99 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 439 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 164 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 143 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 3.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 1.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 122 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 105 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 609 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 199 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 136 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 185 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 50 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 76 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 949 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 175 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 316 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 474 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 153 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 4.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 267 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 131 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 388 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 440 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 113 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 469 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 292 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 103 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 473 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 79 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 166 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (5.0 kB at 75 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 3.8 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom (4.1 kB at 65 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 764 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 2.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 476 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom (2.7 kB at 58 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 113 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (11 kB at 243 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 11 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/13/apache-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 2.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom (7.4 kB at 921 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 146 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 7.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/15/apache-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 3.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 407 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 4.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 2.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 7.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 229 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 4.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 2.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 3.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 184 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 71 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 191 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 489 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 598 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 472 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 517 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 395 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 3.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 863 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 5.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 140 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 243 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 5.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 322 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 114 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 207 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 172 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 800 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jdom/jdom/1.1/jdom-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom (2.2 kB at 199 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/maven-bundle-plugin/5.1.2/maven-bundle-plugin-5.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/easymock/easymock/2.4/easymock-2.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/18.0/guava-18.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/inject/guice/4.0/guice-4.0-no_aop.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jdom/jdom/1.1/jdom-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.2/maven-bundle-plugin-5.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.2/maven-bundle-plugin-5.1.2.jar (211 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar (475 kB at 40 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar (81 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 824 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (164 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar (44 kB at 806 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar (15 kB at 225 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar (43 kB at 388 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar (27 kB at 246 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar (55 kB at 487 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar (638 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 kB at 396 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar (67 kB at 503 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar (31 kB at 231 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar (177 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar (173 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar (147 kB at 992 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 903 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 299 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (205 kB at 969 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (378 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 12 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar (424 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 129 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar (2.3 MB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 230 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 273 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.jar (3.7 MB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (435 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar (290 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 209 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar (23 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar (143 kB at 459 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar (37 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar (170 kB at 543 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar (74 kB at 237 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (378 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 171 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 815 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 373 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 631 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 142 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 711 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 83 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 65 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 446 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] grizzly-bom [pom] [INFO] grizzly-project [pom] [INFO] grizzly-framework [bundle] [INFO] grizzly-http [bundle] [INFO] grizzly-http-server [bundle] [INFO] grizzly-http2 [jar] [INFO] grizzly-http-servlet [bundle] [INFO] grizzly-comet [bundle] [INFO] grizzly-websockets [bundle] [INFO] grizzly-portunif [bundle] [INFO] grizzly-http-ajp [bundle] [INFO] grizzly-framework-monitoring [bundle] [INFO] grizzly-http-monitoring [bundle] [INFO] grizzly-http-server-monitoring [bundle] [INFO] grizzly-monitoring [pom] [INFO] grizzly-core [jar] [INFO] grizzly-http-server-multipart [bundle] [INFO] grizzly-http-server-core [jar] [INFO] grizzly-http-servlet-extras [bundle] [INFO] grizzly-http-servlet-server [jar] [INFO] grizzly-comet-server [jar] [INFO] grizzly-websockets-server [jar] [INFO] grizzly-all [jar] [INFO] grizzly-bundles [pom] [INFO] grizzly-modules [pom] [INFO] grizzly-framework-samples [bundle] [INFO] grizzly-http-samples [bundle] [INFO] grizzly-http-server-samples [bundle] [INFO] grizzly-http-multipart-samples [bundle] [INFO] grizzly-portunif-samples [bundle] [INFO] grizzly-http-ajp-samples [bundle] [INFO] grizzly-http-server-jaxws [bundle] [INFO] grizzly-http-jaxws-samples [bundle] [INFO] tls-sni [bundle] [INFO] grizzly-tls-sni-samples [bundle] [INFO] connection-pool [bundle] [INFO] connection-pool-samples [bundle] [INFO] grizzly-samples [pom] [INFO] Grizzly OSGi HttpService [jar] [INFO] Grizzly OSGi HttpService Bundle [jar] [INFO] grizzly-extra-bundles [pom] [INFO] grizzly-extras [pom] [INFO] [INFO] -----------------< org.glassfish.grizzly:grizzly-bom >------------------ [INFO] Building grizzly-bom 4.0.0-SNAPSHOT [1/42] [INFO] from boms/bom/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom (7.3 kB at 306 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom (7.8 kB at 130 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 4.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar (27 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom (5.3 kB at 590 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 3.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 3.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/25/apache-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom (21 kB at 2.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar (36 kB at 4.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom (7.8 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 16 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/29/apache-29.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom (21 kB at 3.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar (31 kB at 2.2 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-bom --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 1.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 14 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/23/apache-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom (18 kB at 9.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 7.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 6.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/18/apache-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 364 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 22 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 31 MB/s) [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ grizzly-bom --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 241 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 7.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 8.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/6/apache-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 2.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 163 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 299 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 384 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 184 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 290 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 83 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 707 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 512 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 77 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 296 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 2.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 222 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 248 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 346 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 368 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 118 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 139 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 43 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 282 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 193 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 150 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 137 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 152 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 351 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 229 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 176 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 64 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom (2.8 kB at 217 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 69 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/4.11/junit-4.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom (2.3 kB at 123 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 255 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 394 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom (4.1 kB at 122 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 252 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 566 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 622 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 199 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 2.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 604 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 6.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 9.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 13 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/19/apache-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 7.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.12/commons-codec-1.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.12/commons-codec-1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.12/commons-codec-1.12.pom (14 kB at 838 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 34 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 78 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 403 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (2.8 kB at 156 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom (2.6 kB at 202 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 335 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 65 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 442 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/4.11/junit-4.11.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.12/commons-codec-1.12.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 25 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 6.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 771 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 602 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 234 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 701 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 607 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar (12 kB at 144 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 905 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 736 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 452 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar (245 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 450 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 606 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.12/commons-codec-1.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar (107 kB at 982 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.12/commons-codec-1.12.jar (340 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar (168 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 509 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 2.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 4.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar (149 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 328 kB/s) [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- install:3.1.1:install (default-install) @ grizzly-bom --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 122 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 3.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 948 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 890 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 2.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 29 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 14 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 4.2 MB/s) [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/boms/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-bom/4.0.0-SNAPSHOT/grizzly-bom-4.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.grizzly:grizzly-project >---------------- [INFO] Building grizzly-project 4.0.0-SNAPSHOT [2/42] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.pom (7.7 kB at 264 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer/3.0.0/enforcer-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0/enforcer-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0/enforcer-3.0.0.pom (8.7 kB at 869 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.jar (27 kB at 2.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom (5.7 kB at 79 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom (10 kB at 308 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar (31 kB at 278 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 3.9 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-project --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-project --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 492 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 2.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 3.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 1.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 966 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 6.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 168 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 46 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 482 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 10 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 5.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 840 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 4.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 47 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 2.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 647 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 3.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 217 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 519 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 114 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 2.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 682 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 868 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 93 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 558 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 835 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.pom (3.0 kB at 253 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.pom (4.7 kB at 333 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom (6.9 kB at 3.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 9.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 5.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 340 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 340 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 3.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 510 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.15/commons-codec-1.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 5.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom (6.9 kB at 495 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.pom (2.8 kB at 156 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver/1.6.1/maven-resolver-1.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.1/maven-resolver-1.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.1/maven-resolver-1.6.1.pom (19 kB at 827 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.pom (2.6 kB at 292 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-compat/3.1.1/maven-compat-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.1.1/maven-compat-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.1.1/maven-compat-3.1.1.pom (4.0 kB at 191 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 863 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 4.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/10.0.1/guava-10.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.15/commons-codec-1.15.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 31 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 33 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 32 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 5.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 27 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 40 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 7.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 60 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 5.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.jar (12 kB at 430 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.jar (116 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 9.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 5.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.jar (168 kB at 2.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 5.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar (103 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.jar (149 kB at 1.9 MB/s) [INFO] Skipping Rule Enforcement. [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-project >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-project --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-project <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-project --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 834 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 370 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.pom (4.3 kB at 543 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom (4.6 kB at 573 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 4.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom (5.3 kB at 592 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 4.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 615 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 4.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom (13 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 7.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 212 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 171 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 533 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar (24 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar (154 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 15 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 10 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 5.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 4.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar (426 kB at 20 MB/s) [INFO] [INFO] --- install:3.1.1:install (default-install) @ grizzly-project --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-project/4.0.0-SNAPSHOT/grizzly-project-4.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.grizzly:grizzly-framework >--------------- [INFO] Building grizzly-framework 4.0.0-SNAPSHOT [3/42] [INFO] from modules/grizzly/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml (936 B at 78 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom (8.2 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar (31 kB at 15 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml (812 B at 41 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-install-plugin/3.1.2/maven-install-plugin-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.2/maven-install-plugin-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.2/maven-install-plugin-3.1.2.pom (8.5 kB at 606 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/42/maven-plugins-42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/42/maven-plugins-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/42/maven-plugins-42.pom (7.7 kB at 7.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/42/maven-parent-42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/42/maven-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/42/maven-parent-42.pom (50 kB at 10 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/32/apache-32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/32/apache-32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/32/apache-32.pom (24 kB at 3.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom (5.6 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-install-plugin/3.1.2/maven-install-plugin-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.2/maven-install-plugin-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.2/maven-install-plugin-3.1.2.jar (32 kB at 2.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml (901 B at 64 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-deploy-plugin/3.1.2/maven-deploy-plugin-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.2/maven-deploy-plugin-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.2/maven-deploy-plugin-3.1.2.pom (9.6 kB at 4.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-deploy-plugin/3.1.2/maven-deploy-plugin-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.2/maven-deploy-plugin-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.2/maven-deploy-plugin-3.1.2.jar (40 kB at 20 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom (7.3 kB at 142 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 509 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar (29 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/build-helper-maven-plugin-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/build-helper-maven-plugin-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/build-helper-maven-plugin-3.1.0.pom (5.8 kB at 105 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom (34 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/build-helper-maven-plugin-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/build-helper-maven-plugin-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/build-helper-maven-plugin-3.1.0.jar (67 kB at 634 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/maven-istack-commons-plugin/2.11/maven-istack-commons-plugin-2.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/maven-istack-commons-plugin/2.11/maven-istack-commons-plugin-2.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/maven-istack-commons-plugin/2.11/maven-istack-commons-plugin-2.11.pom (3.7 kB at 35 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons/2.11/istack-commons-2.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons/2.11/istack-commons-2.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons/2.11/istack-commons-2.11.pom (3.9 kB at 29 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/jvnet-parent/1/jvnet-parent-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 277 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/maven-istack-commons-plugin/2.11/maven-istack-commons-plugin-2.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/maven-istack-commons-plugin/2.11/maven-istack-commons-plugin-2.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/maven-istack-commons-plugin/2.11/maven-istack-commons-plugin-2.11.jar (20 kB at 334 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-compiler-plugin/3.9.0/maven-compiler-plugin-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.9.0/maven-compiler-plugin-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.9.0/maven-compiler-plugin-3.9.0.pom (12 kB at 235 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 3.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-compiler-plugin/3.9.0/maven-compiler-plugin-3.9.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.9.0/maven-compiler-plugin-3.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.9.0/maven-compiler-plugin-3.9.0.jar (62 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M4/maven-surefire-plugin-3.0.0-M4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M4/maven-surefire-plugin-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M4/maven-surefire-plugin-3.0.0-M4.pom (8.1 kB at 112 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom (27 kB at 726 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M4/maven-surefire-plugin-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M4/maven-surefire-plugin-3.0.0-M4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M4/maven-surefire-plugin-3.0.0-M4.jar (42 kB at 814 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/4.13.2/junit-4.13.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar (385 kB at 24 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-framework --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-framework --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.1.0:add-source (add-source) @ grizzly-framework --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 33 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 125 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 361 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 301 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 297 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 151 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 180 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 281 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 31 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 4.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 6.2 MB/s) [INFO] Source directory: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/generated-sources added. [INFO] [INFO] --- istack-commons:2.11:rs-gen (default) @ grizzly-framework --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 50 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 487 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/file-management/1.2/file-management-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2/file-management-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2/file-management-1.2.pom (3.9 kB at 35 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 267 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/7/maven-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 182 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 754 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 401 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/3/apache-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 88 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 97 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 33 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 599 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 35 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 5.3 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 40 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 65 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 320 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 142 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/codemodel/codemodel/2.4/codemodel-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/codemodel/codemodel/2.4/codemodel-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/codemodel/codemodel/2.4/codemodel-2.4.pom (3.5 kB at 67 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/codemodel/codemodel-project/2.4/codemodel-project-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/codemodel/codemodel-project/2.4/codemodel-project-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/codemodel/codemodel-project/2.4/codemodel-project-2.4.pom (7.1 kB at 95 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 117 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.pom (1.8 kB at 39 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 202 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.pom (1.7 kB at 45 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0-alpha-15/plexus-containers-1.0-alpha-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-15/plexus-containers-1.0-alpha-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-15/plexus-containers-1.0-alpha-15.pom (1.9 kB at 33 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-api/1.0-alpha-15/plexus-component-api-1.0-alpha-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-api/1.0-alpha-15/plexus-component-api-1.0-alpha-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-api/1.0-alpha-15/plexus-component-api-1.0-alpha-15.pom (948 B at 9.9 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.pom (2.4 kB at 31 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.pom (1.3 kB at 23 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.pom (2.2 kB at 32 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0-alpha-16/plexus-containers-1.0-alpha-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-16/plexus-containers-1.0-alpha-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-16/plexus-containers-1.0-alpha-16.pom (1.9 kB at 16 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/file-management/1.2/file-management-1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/codemodel/codemodel/2.4/codemodel-2.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-api/1.0-alpha-15/plexus-component-api-1.0-alpha-15.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar (10 kB at 921 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2/file-management-1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.jar (78 kB at 7.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar (49 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar (20 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/codemodel/codemodel/2.4/codemodel-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar (204 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-api/1.0-alpha-15/plexus-component-api-1.0-alpha-15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2/file-management-1.2.jar (37 kB at 703 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.jar (42 kB at 673 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/codemodel/codemodel/2.4/codemodel-2.4.jar (146 kB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-api/1.0-alpha-15/plexus-component-api-1.0-alpha-15.jar (32 kB at 427 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.jar (157 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.jar (12 kB at 127 kB/s) Resources: org/glassfish/grizzly/localization/log.properties Processing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/resources/org/glassfish/grizzly/localization/log.properties org/glassfish/grizzly/localization/LogMessages.java [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-framework --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 442 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (8.8 kB at 4.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom (6.0 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom (3.2 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 2.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 7.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 21 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar (55 kB at 27 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (269 kB at 24 MB/s) [INFO] Copying 1 resource from src/main/java to target/classes [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-framework --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 4.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 3.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.pom (5.1 kB at 79 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-languages/1.1.0/plexus-languages-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.0/plexus-languages-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.0/plexus-languages-1.1.0.pom (4.8 kB at 72 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 2.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 103 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 864 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom (16 kB at 421 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-api/2.9.0/plexus-compiler-api-2.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.9.0/plexus-compiler-api-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.9.0/plexus-compiler-api-2.9.0.pom (891 B at 15 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler/2.9.0/plexus-compiler-2.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.9.0/plexus-compiler-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.9.0/plexus-compiler-2.9.0.pom (7.7 kB at 151 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom (2.7 kB at 299 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 6.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-manager/2.9.0/plexus-compiler-manager-2.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.9.0/plexus-compiler-manager-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.9.0/plexus-compiler-manager-2.9.0.pom (832 B at 24 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-javac/2.9.0/plexus-compiler-javac-2.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.9.0/plexus-compiler-javac-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.9.0/plexus-compiler-javac-2.9.0.pom (1.1 kB at 18 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compilers/2.9.0/plexus-compilers-2.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.9.0/plexus-compilers-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.9.0/plexus-compilers-2.9.0.pom (1.4 kB at 18 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-api/2.9.0/plexus-compiler-api-2.9.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-manager/2.9.0/plexus-compiler-manager-2.9.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-javac/2.9.0/plexus-compiler-javac-2.9.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.9.0/plexus-compiler-api-2.9.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.9.0/plexus-compiler-manager-2.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.9.0/plexus-compiler-javac-2.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar (334 kB at 26 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.9.0/plexus-compiler-manager-2.9.0.jar (4.6 kB at 110 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.9.0/plexus-compiler-api-2.9.0.jar (27 kB at 610 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.9.0/plexus-compiler-javac-2.9.0.jar (22 kB at 362 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.jar (53 kB at 838 kB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 302 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/monitoring/MonitoringConfig.java:[30,25] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/monitoring/MonitoringConfig.java:[37,31] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/CloseListener.java:[25,63] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/CloseType.java:[19,34] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/monitoring/DefaultMonitoringConfig.java:[41,44] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/monitoring/DefaultMonitoringConfig.java:[49,50] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/nio/NIOTransport.java:[638,40] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[645,20] removeCloseListener(org.glassfish.grizzly.Connection.CloseListener) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[640,17] addCloseListener(org.glassfish.grizzly.Connection.CloseListener) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[183,20] isStandalone() in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[169,30] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[500,71] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[546,75] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[640,34] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[645,40] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[932,42] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[933,17] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[935,34] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[937,34] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[939,19] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/nio/transport/TCPNIOTransport.java:[412,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/nio/transport/TCPNIOTransport.java:[413,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/nio/transport/UDPNIOTransport.java:[368,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/nio/transport/UDPNIOTransport.java:[369,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/ssl/SSLBaseFilter.java:[340,94] getPushBackHandler() in org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/ssl/SSLBaseFilter.java:[340,16] write(java.lang.Object,java.lang.Object,org.glassfish.grizzly.CompletionHandler,org.glassfish.grizzly.asyncqueue.PushBackHandler,org.glassfish.grizzly.asyncqueue.MessageCloner,boolean) in org.glassfish.grizzly.filterchain.FilterChainContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/ssl/SSLFilter.java:[384,60] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/attributes/DefaultAttributeBuilder.java:[79,16] IndexedAttributeHolder(org.glassfish.grizzly.attributes.AttributeBuilder) in org.glassfish.grizzly.attributes.IndexedAttributeHolder has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/filterchain/AbstractFilterChain.java:[142,20] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/filterchain/AbstractFilterChain.java:[144,14] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/impl/UnsafeFutureImpl.java:[211,17] markForRecycle(boolean) in org.glassfish.grizzly.GrizzlyFuture has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/jmxbase/GrizzlyJmxManager.java:[41,117] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/memory/MemoryManagerInitializer.java:[69,29] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/nio/SelectionKeyHandlerInitializer.java:[37,36] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/impl/ReadyFutureImpl.java:[221,17] markForRecycle(boolean) in org.glassfish.grizzly.GrizzlyFuture has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/attributes/AttributeBuilderInitializer.java:[37,36] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java/org/glassfish/grizzly/utils/ServiceFinder.java:[341,68] newInstance() in java.lang.Class has been deprecated [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-framework --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-framework --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/test-classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/TestDefaults.java:[19,30] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/FileTransferTest.java:[20,30] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/TestDefaults2.java:[19,30] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/ThreadPoolsTest.java:[19,30] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/TCPNIOTransportTest.java:[223,54] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/TCPNIOTransportTest.java:[232,53] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/TCPNIOTransportTest.java:[285,39] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/NIOTransportTest.java:[216,31] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/NIOTransportTest.java:[267,31] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/NIOTransportTest.java:[323,31] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/NIOTransportTest.java:[380,31] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/NIOTransportTest.java:[440,31] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/NIOTransportTest.java:[525,31] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/memory/CompositeBufferInStreamTest.java:[79,23] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/AsyncWriteQueueTest.java:[246,23] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/AsyncWriteQueueTest.java:[359,23] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/AsyncWriteQueueTest.java:[438,23] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/SSLTest.java:[256,35] validateConfiguration(boolean) in org.glassfish.grizzly.ssl.SSLContextConfigurator has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/SSLTest.java:[384,35] validateConfiguration(boolean) in org.glassfish.grizzly.ssl.SSLContextConfigurator has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/SSLTest.java:[446,35] validateConfiguration(boolean) in org.glassfish.grizzly.ssl.SSLContextConfigurator has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/SSLTest.java:[484,35] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/SSLTest.java:[562,35] validateConfiguration(boolean) in org.glassfish.grizzly.ssl.SSLContextConfigurator has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/SSLTest.java:[640,35] validateConfiguration(boolean) in org.glassfish.grizzly.ssl.SSLContextConfigurator has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/memory/ByteBufferStreamsTest.java:[298,13] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/memory/ByteBufferStreamsTest.java:[330,13] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/memory/ByteBufferStreamsTest.java:[362,13] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/memory/ByteBufferStreamsTest.java:[394,13] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/memory/ByteBufferStreamsTest.java:[426,13] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/memory/ByteBufferStreamsTest.java:[458,13] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/memory/ByteBufferStreamsTest.java:[490,13] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/memory/ByteBufferStreamsTest.java:[523,13] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/memory/ByteBufferStreamsTest.java:[563,17] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/memory/ByteBufferStreamsTest.java:[605,21] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/memory/ByteBufferStreamsTest.java:[654,21] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/memory/ByteBufferStreamsTest.java:[703,21] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/memory/ByteBufferStreamsTest.java:[752,21] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/memory/ByteBufferStreamsTest.java:[812,21] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/memory/ByteBufferStreamsTest.java:[861,21] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/memory/ByteBufferStreamsTest.java:[910,21] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/memory/ByteBufferStreamsTest.java:[1131,9] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/memory/ByteBufferStreamsTest.java:[1193,29] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/test/java/org/glassfish/grizzly/memory/ByteBufferStreamsTest.java:[1211,35] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-framework --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.pom (13 kB at 129 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.pom (5.1 kB at 63 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.pom (3.6 kB at 70 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.pom (3.8 kB at 49 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.pom (8.0 kB at 121 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom (2.2 kB at 124 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom (21 kB at 763 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom (11 kB at 573 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom (4.8 kB at 199 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom (4.2 kB at 211 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/7.0/asm-7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 155 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/7.0/asm-7.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.jar (804 kB at 8.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar (36 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar (128 kB at 7.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar (51 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.jar (317 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.jar (343 kB at 6.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 2.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.jar (14 kB at 232 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.jar (14 kB at 233 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 4.9 MB/s) [WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead. [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-junit4/3.0.0-M4/surefire-junit4-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.0.0-M4/surefire-junit4-3.0.0-M4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.0.0-M4/surefire-junit4-3.0.0-M4.jar (17 kB at 330 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-junit4/3.0.0-M4/surefire-junit4-3.0.0-M4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.0.0-M4/surefire-junit4-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.0.0-M4/surefire-junit4-3.0.0-M4.pom (2.9 kB at 75 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-providers/3.0.0-M4/surefire-providers-3.0.0-M4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.0.0-M4/surefire-providers-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.0.0-M4/surefire-providers-3.0.0-M4.pom (2.5 kB at 60 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/4.0/junit-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.0/junit-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.0/junit-4.0.pom (210 B at 30 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/common-junit4/3.0.0-M4/common-junit4-3.0.0-M4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.0.0-M4/common-junit4-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.0.0-M4/common-junit4-3.0.0-M4.pom (2.9 kB at 56 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/common-junit3/3.0.0-M4/common-junit3-3.0.0-M4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.0.0-M4/common-junit3-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.0.0-M4/common-junit3-3.0.0-M4.pom (2.6 kB at 32 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/common-java5/3.0.0-M4/common-java5-3.0.0-M4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M4/common-java5-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M4/common-java5-3.0.0-M4.pom (3.8 kB at 55 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 82 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom (2.4 kB at 297 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/easytesting/fest/1.0.8/fest-1.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest/1.0.8/fest-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest/1.0.8/fest-1.0.8.pom (12 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom (1.6 kB at 173 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/common-junit4/3.0.0-M4/common-junit4-3.0.0-M4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/common-junit3/3.0.0-M4/common-junit3-3.0.0-M4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/common-java5/3.0.0-M4/common-java5-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.0.0-M4/common-junit4-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.0.0-M4/common-junit3-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M4/common-java5-3.0.0-M4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.0.0-M4/common-junit4-3.0.0-M4.jar (27 kB at 545 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.0.0-M4/common-junit3-3.0.0-M4.jar (12 kB at 238 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M4/common-java5-3.0.0-M4.jar (33 kB at 604 kB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.grizzly.TestDefaults [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s - in org.glassfish.grizzly.TestDefaults [INFO] Running org.glassfish.grizzly.GrizzlyVersionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.glassfish.grizzly.GrizzlyVersionTest [INFO] Running org.glassfish.grizzly.memory.BuffersBufferTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 s - in org.glassfish.grizzly.memory.BuffersBufferTest [INFO] Running org.glassfish.grizzly.memory.ThreadLocalMemoryManagerTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s - in org.glassfish.grizzly.memory.ThreadLocalMemoryManagerTest [INFO] Running org.glassfish.grizzly.memory.CompositeBufferInStreamTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s - in org.glassfish.grizzly.memory.CompositeBufferInStreamTest [INFO] Running org.glassfish.grizzly.memory.ByteBufferStreamsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 s - in org.glassfish.grizzly.memory.ByteBufferStreamsTest [INFO] Running org.glassfish.grizzly.memory.PooledMemoryManagerTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.84 s - in org.glassfish.grizzly.memory.PooledMemoryManagerTest [INFO] Running org.glassfish.grizzly.memory.GeneralMemoryManagerTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 s - in org.glassfish.grizzly.memory.GeneralMemoryManagerTest [INFO] Running org.glassfish.grizzly.memory.CompositeBufferTest [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.987 s - in org.glassfish.grizzly.memory.CompositeBufferTest [INFO] Running org.glassfish.grizzly.TCPNIOTransportTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.982 s - in org.glassfish.grizzly.TCPNIOTransportTest [INFO] Running org.glassfish.grizzly.NIOTransportTest [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 56.561 s - in org.glassfish.grizzly.NIOTransportTest [INFO] Running org.glassfish.grizzly.IOStrategyTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.817 s - in org.glassfish.grizzly.IOStrategyTest [INFO] Running org.glassfish.grizzly.FileTransferTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s - in org.glassfish.grizzly.FileTransferTest [INFO] Running org.glassfish.grizzly.GZipTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.548 s - in org.glassfish.grizzly.GZipTest [INFO] Running org.glassfish.grizzly.utils.LogMessagesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.glassfish.grizzly.utils.LogMessagesTest [INFO] Running org.glassfish.grizzly.AttributesTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.glassfish.grizzly.AttributesTest [INFO] Running org.glassfish.grizzly.UDPNIOTransportTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 s - in org.glassfish.grizzly.UDPNIOTransportTest [INFO] Running org.glassfish.grizzly.StandaloneTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s - in org.glassfish.grizzly.StandaloneTest [INFO] Running org.glassfish.grizzly.TestDefaults2 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.glassfish.grizzly.TestDefaults2 [INFO] Running org.glassfish.grizzly.AsyncWriteQueueTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.399 s - in org.glassfish.grizzly.AsyncWriteQueueTest [INFO] Running org.glassfish.grizzly.SSLTest [WARNING] Tests run: 76, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 17.964 s - in org.glassfish.grizzly.SSLTest [INFO] Running org.glassfish.grizzly.ThreadPoolsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 s - in org.glassfish.grizzly.ThreadPoolsTest [INFO] Running org.glassfish.grizzly.filterchain.FilterChainContextTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s - in org.glassfish.grizzly.filterchain.FilterChainContextTest [INFO] Running org.glassfish.grizzly.FilterChainReadTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.361 s - in org.glassfish.grizzly.FilterChainReadTest [INFO] Running org.glassfish.grizzly.ThreadCacheTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.glassfish.grizzly.ThreadCacheTest [INFO] Running org.glassfish.grizzly.FilterChainTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.861 s - in org.glassfish.grizzly.FilterChainTest [INFO] Running org.glassfish.grizzly.LZMATest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.729 s - in org.glassfish.grizzly.LZMATest [INFO] Running org.glassfish.grizzly.GrizzlyExecutorServiceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.531 s - in org.glassfish.grizzly.GrizzlyExecutorServiceTest [INFO] Running org.glassfish.grizzly.ProtocolChainCodecTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.406 s - in org.glassfish.grizzly.ProtocolChainCodecTest [INFO] Running org.glassfish.grizzly.CharsetsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s - in org.glassfish.grizzly.CharsetsTest [INFO] Running org.glassfish.grizzly.IdleConnectionFilterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.212 s - in org.glassfish.grizzly.IdleConnectionFilterTest [INFO] Running org.glassfish.grizzly.InputOutputStreamTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.glassfish.grizzly.InputOutputStreamTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 365, Failures: 0, Errors: 0, Skipped: 8 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ grizzly-framework --- [INFO] [INFO] --- jar:3.2.0:test-jar (default) @ grizzly-framework --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 76 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 268 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 202 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 455 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 588 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 3.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 191 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 221 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 202 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 2.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 3.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 5.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 12 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/grizzly-framework-4.0.0-SNAPSHOT-tests.jar [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-framework >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-framework --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.1.0:add-source (add-source) @ grizzly-framework --- [INFO] Source directory: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/generated-sources added. [INFO] [INFO] --- istack-commons:2.11:rs-gen (default) @ grizzly-framework --- Resources: org/glassfish/grizzly/localization/log.properties Skipping /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/resources/org/glassfish/grizzly/localization/log.properties [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-framework <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-framework --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/grizzly-framework-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ grizzly-framework --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom (2.9 kB at 204 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom (22 kB at 2.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/41/maven-parent-41.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/41/maven-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/41/maven-parent-41.pom (50 kB at 5.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/31/apache-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/31/apache-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/31/apache-31.pom (24 kB at 2.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom (2.7 kB at 383 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.pom (7.8 kB at 979 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/17/plexus-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/17/plexus-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/17/plexus-17.pom (28 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom (3.7 kB at 415 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/13/plexus-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/13/plexus-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/13/plexus-13.pom (27 kB at 3.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 402 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar (196 kB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar (193 kB at 19 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar (93 kB at 8.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar (157 kB at 14 MB/s) [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/4.0.0-SNAPSHOT/grizzly-framework-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/grizzly-framework-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/4.0.0-SNAPSHOT/grizzly-framework-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/grizzly-framework-4.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/4.0.0-SNAPSHOT/grizzly-framework-4.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/grizzly-framework-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/4.0.0-SNAPSHOT/grizzly-framework-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ grizzly-framework --- [INFO] Writing OBR metadata [INFO] Installing org/glassfish/grizzly/grizzly-framework/4.0.0-SNAPSHOT/grizzly-framework-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------------< org.glassfish.grizzly:grizzly-http >----------------- [INFO] Building grizzly-http 4.0.0-SNAPSHOT [4/42] [INFO] from modules/http/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-http --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-http --- [INFO] Copying 1 resource from src/main/java to target/classes [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-http --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 87 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-http --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-http --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/target/test-classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/src/test/java/org/glassfish/grizzly/http/LZMAEncodingTest.java:[19,30] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/src/test/java/org/glassfish/grizzly/http/io/InputBufferTest.java:[19,30] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/src/test/java/org/glassfish/grizzly/http/HttpRequestParseTest.java:[184,35] HttpServerFilter(boolean,int,org.glassfish.grizzly.http.KeepAlive,org.glassfish.grizzly.utils.DelayedExecutor) in org.glassfish.grizzly.http.HttpServerFilter has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/src/test/java/org/glassfish/grizzly/http/HttpRequestParseTest.java:[184,81] HttpServerFilter(boolean,int,org.glassfish.grizzly.http.KeepAlive,org.glassfish.grizzly.utils.DelayedExecutor) in org.glassfish.grizzly.http.HttpServerFilter has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/src/test/java/org/glassfish/grizzly/http/HttpRequestParseTest.java:[221,47] HttpServerFilter() in org.glassfish.grizzly.http.HttpServerFilter has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/src/test/java/org/glassfish/grizzly/http/HttpRequestParseTest.java:[388,24] canWrite(int) in org.glassfish.grizzly.OutputSink has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/src/test/java/org/glassfish/grizzly/http/HttpRequestParseTest.java:[378,21] notifyCanWrite(org.glassfish.grizzly.WriteHandler,int) in org.glassfish.grizzly.OutputSink has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/src/test/java/org/glassfish/grizzly/http/LZMAEncodingTest.java:[309,51] HttpServerFilter() in org.glassfish.grizzly.http.HttpServerFilter has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/src/test/java/org/glassfish/grizzly/http/ClientRequestPipeliningTest.java:[110,15] HttpServerFilter() in org.glassfish.grizzly.http.HttpServerFilter has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/src/test/java/org/glassfish/grizzly/http/ChunkedTransferEncodingTest.java:[114,45] HttpServerFilter(boolean,int,java.lang.String,org.glassfish.grizzly.http.KeepAlive,org.glassfish.grizzly.utils.DelayedExecutor,int,int) in org.glassfish.grizzly.http.HttpServerFilter has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/src/test/java/org/glassfish/grizzly/http/GZipEncodingTest.java:[284,51] HttpServerFilter() in org.glassfish.grizzly.http.HttpServerFilter has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/src/test/java/org/glassfish/grizzly/http/ContentTest.java:[103,32] HttpServerFilter() in org.glassfish.grizzly.http.HttpServerFilter has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/src/test/java/org/glassfish/grizzly/http/ContentTest.java:[123,36] unchecked conversion required: org.glassfish.grizzly.Connection found: org.glassfish.grizzly.Connection [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/src/test/java/org/glassfish/grizzly/http/HttpCommTest.java:[65,136] HttpServerFilter() in org.glassfish.grizzly.http.HttpServerFilter has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/src/test/java/org/glassfish/grizzly/http/HttpResponseParseTest.java:[185,36] unchecked conversion required: org.glassfish.grizzly.Connection found: org.glassfish.grizzly.Connection [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/src/test/java/org/glassfish/grizzly/http/HttpResponseParseTest.java:[188,23] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/src/test/java/org/glassfish/grizzly/http/HttpResponseParseTest.java:[314,24] canWrite(int) in org.glassfish.grizzly.OutputSink has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/src/test/java/org/glassfish/grizzly/http/HttpResponseParseTest.java:[304,21] notifyCanWrite(org.glassfish.grizzly.WriteHandler,int) in org.glassfish.grizzly.OutputSink has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/src/test/java/org/glassfish/grizzly/http/CompressionSemanticsTest.java:[338,51] HttpServerFilter() in org.glassfish.grizzly.http.HttpServerFilter has been deprecated [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-http --- [WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead. [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.grizzly.http.HttpRequestParseTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 s - in org.glassfish.grizzly.http.HttpRequestParseTest [INFO] Running org.glassfish.grizzly.http.URIDecoderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.glassfish.grizzly.http.URIDecoderTest [INFO] Running org.glassfish.grizzly.http.io.ByteArrayClonerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.glassfish.grizzly.http.io.ByteArrayClonerTest [INFO] Running org.glassfish.grizzly.http.io.InputBufferTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s - in org.glassfish.grizzly.http.io.InputBufferTest [INFO] Running org.glassfish.grizzly.http.HttpRequestPacketTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.glassfish.grizzly.http.HttpRequestPacketTest [INFO] Running org.glassfish.grizzly.http.LZMAEncodingTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.64 s - in org.glassfish.grizzly.http.LZMAEncodingTest [INFO] Running org.glassfish.grizzly.http.ClientRequestPipeliningTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 s - in org.glassfish.grizzly.http.ClientRequestPipeliningTest [INFO] Running org.glassfish.grizzly.http.RequestURITest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.glassfish.grizzly.http.RequestURITest [INFO] Running org.glassfish.grizzly.http.HttpSemanticsTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.17 s - in org.glassfish.grizzly.http.HttpSemanticsTest [INFO] Running org.glassfish.grizzly.http.ChunkedTransferEncodingTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.016 s - in org.glassfish.grizzly.http.ChunkedTransferEncodingTest [INFO] Running org.glassfish.grizzly.http.CookiesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s - in org.glassfish.grizzly.http.CookiesTest [INFO] Running org.glassfish.grizzly.http.GZipEncodingTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.819 s - in org.glassfish.grizzly.http.GZipEncodingTest [INFO] Running org.glassfish.grizzly.http.ContentTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 s - in org.glassfish.grizzly.http.ContentTest [INFO] Running org.glassfish.grizzly.http.HttpResponsePacketTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.glassfish.grizzly.http.HttpResponsePacketTest [INFO] Running org.glassfish.grizzly.http.RequestAttributesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.glassfish.grizzly.http.RequestAttributesTest [INFO] Running org.glassfish.grizzly.http.HttpCommTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s - in org.glassfish.grizzly.http.HttpCommTest [INFO] Running org.glassfish.grizzly.http.HttpResponseParseTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s - in org.glassfish.grizzly.http.HttpResponseParseTest [INFO] Running org.glassfish.grizzly.http.util.MimeHeadersTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.glassfish.grizzly.http.util.MimeHeadersTest [INFO] Running org.glassfish.grizzly.http.CompressionSemanticsTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.377 s - in org.glassfish.grizzly.http.CompressionSemanticsTest [INFO] Running org.glassfish.grizzly.http.ParametersTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 s - in org.glassfish.grizzly.http.ParametersTest [INFO] Running org.glassfish.grizzly.http.ContentTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.glassfish.grizzly.http.ContentTypeTest [INFO] Running org.glassfish.grizzly.http.ChunkTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.glassfish.grizzly.http.ChunkTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ grizzly-http --- [WARNING] Bundle org.glassfish.grizzly:grizzly-http:bundle:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework] [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-http >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-http <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-http --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/target/grizzly-http-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ grizzly-http --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/4.0.0-SNAPSHOT/grizzly-http-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/target/grizzly-http-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/4.0.0-SNAPSHOT/grizzly-http-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/target/grizzly-http-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/4.0.0-SNAPSHOT/grizzly-http-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ grizzly-http --- [INFO] Installing org/glassfish/grizzly/grizzly-http/4.0.0-SNAPSHOT/grizzly-http-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------< org.glassfish.grizzly:grizzly-http-server >-------------- [INFO] Building grizzly-http-server 4.0.0-SNAPSHOT [5/42] [INFO] from modules/http-server/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal/4.0.3/gmbal-4.0.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal/4.0.3/gmbal-4.0.3.pom (6.8 kB at 43 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-project/4.0.3/gmbal-project-4.0.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-project/4.0.3/gmbal-project-4.0.3.pom (13 kB at 498 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.pom (11 kB at 409 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.pom (5.4 kB at 202 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl/4.1.2/pfl-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl/4.1.2/pfl-4.1.2.pom (21 kB at 781 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.pom (3.6 kB at 137 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.1/asm-9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.pom (2.4 kB at 197 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.pom (5.3 kB at 204 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom (2.9 kB at 326 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom (2.6 kB at 324 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom (2.6 kB at 262 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic-tools/4.1.2/pfl-basic-tools-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic-tools/4.1.2/pfl-basic-tools-4.1.2.pom (3.2 kB at 122 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf-tools/4.1.2/pfl-tf-tools-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf-tools/4.1.2/pfl-tf-tools-4.1.2.pom (3.6 kB at 138 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.pom (3.7 kB at 460 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/7.3.1/asm-7.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.3.1/asm-7.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.3.1/asm-7.3.1.pom (2.9 kB at 211 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.pom (3.1 kB at 448 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.pom (3.2 kB at 452 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mockito/mockito-all/2.0.2-beta/mockito-all-2.0.2-beta.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-all/2.0.2-beta/mockito-all-2.0.2-beta.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-all/2.0.2-beta/mockito-all-2.0.2-beta.pom (933 B at 11 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal/4.0.3/gmbal-4.0.3.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal/4.0.3/gmbal-4.0.3.jar (214 kB at 2.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.1/asm-9.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.jar (210 kB at 5.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-util/9.1/asm-util-9.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic-tools/4.1.2/pfl-basic-tools-4.1.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic-tools/4.1.2/pfl-basic-tools-4.1.2.jar (73 kB at 597 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf-tools/4.1.2/pfl-tf-tools-4.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.jar (48 kB at 365 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mockito/mockito-all/2.0.2-beta/mockito-all-2.0.2-beta.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf-tools/4.1.2/pfl-tf-tools-4.1.2.jar (51 kB at 341 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.jar (96 kB at 599 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.jar (340 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.jar (122 kB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.1/asm-util-9.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-all/2.0.2-beta/mockito-all-2.0.2-beta.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.jar (72 kB at 7.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.1/asm-util-9.1.jar (85 kB at 7.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar (53 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar (34 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-all/2.0.2-beta/mockito-all-2.0.2-beta.jar (1.2 MB at 9.9 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-http-server --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-http-server --- [INFO] Copying 0 resource from src/main/java to target/classes [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-http-server --- [WARNING] *************************************************************************************************************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [pfl-basic-4.1.2.jar, pfl-tf-4.1.2.jar, pfl-dynamic-4.1.2.jar, pfl-basic-tools-4.1.2.jar, pfl-tf-tools-4.1.2.jar]. Please don't publish this project to a public artifact repository! * [WARNING] *************************************************************************************************************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 82 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/target/classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/main/java/org/glassfish/grizzly/http/server/filecache/FileCacheEntry.java:[158,20] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/main/java/org/glassfish/grizzly/http/server/filecache/FileCacheEntry.java:[168,14] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/main/java/org/glassfish/grizzly/http/server/util/ClassLoaderUtil.java:[173,29] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/main/java/org/glassfish/grizzly/http/server/CompressionEncodingFilter.java:[80,47] org.glassfish.grizzly.http.server.CompressionLevel in org.glassfish.grizzly.http.server has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/main/java/org/glassfish/grizzly/http/server/CompressionEncodingFilter.java:[81,22] org.glassfish.grizzly.http.server.CompressionLevel in org.glassfish.grizzly.http.server has been deprecated [INFO] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/main/java/org/glassfish/grizzly/http/server/util/RequestUtils.java: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/main/java/org/glassfish/grizzly/http/server/util/RequestUtils.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/main/java/org/glassfish/grizzly/http/server/util/RequestUtils.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-http-server --- [INFO] Copying 5 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-http-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/target/test-classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/ParametersTest.java:[19,30] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/ParametersTest.java:[20,30] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/TransferEncodingTest.java:[19,30] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/TransferEncodingTest.java:[20,30] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/HttpInputStreamsTest.java:[20,30] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/FileCacheTest.java:[1008,64] createSSLContext() in org.glassfish.grizzly.ssl.SSLContextConfigurator has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/ReusableFuture.java:[98,17] markForRecycle(boolean) in org.glassfish.grizzly.GrizzlyFuture has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/ReusableFuture.java:[99,20] markForRecycle(boolean) in org.glassfish.grizzly.GrizzlyFuture has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/StaticHttpHandlerTest.java:[362,64] createSSLContext() in org.glassfish.grizzly.ssl.SSLContextConfigurator has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/SkipRemainderTest.java:[302,55] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/SkipRemainderTest.java:[375,55] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/SSLAttributesTest.java:[196,64] createSSLContext() in org.glassfish.grizzly.ssl.SSLContextConfigurator has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/SuspendTest.java:[132,64] createSSLContext() in org.glassfish.grizzly.ssl.SSLContextConfigurator has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/SuspendTest.java:[630,28] cancel() in org.glassfish.grizzly.http.server.Response has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/ErrorPageTest.java:[198,33] unchecked call to write(M) as a member of the raw type org.glassfish.grizzly.Writeable [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/AggregatorAddOnTest.java:[342,64] createSSLContext() in org.glassfish.grizzly.ssl.SSLContextConfigurator has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/MaxPostSizeTest.java:[148,20] unchecked call to write(M) as a member of the raw type org.glassfish.grizzly.Writeable [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/MaxPostSizeTest.java:[155,16] unchecked call to write(M) as a member of the raw type org.glassfish.grizzly.Writeable [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/MaxPostSizeTest.java:[227,20] unchecked call to write(M) as a member of the raw type org.glassfish.grizzly.Writeable [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/MaxPostSizeTest.java:[234,16] unchecked call to write(M) as a member of the raw type org.glassfish.grizzly.Writeable [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/MaxPostSizeTest.java:[265,25] unchecked call to write(M) as a member of the raw type org.glassfish.grizzly.Writeable [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/HttpInputStreamsTest.java:[1258,33] unchecked call to write(M) as a member of the raw type org.glassfish.grizzly.Writeable [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/KeepAliveTest.java:[307,51] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/KeepAliveTest.java:[354,51] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/KeepAliveTest.java:[402,51] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/KeepAliveTest.java:[448,51] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/test/java/org/glassfish/grizzly/http/server/KeepAliveTest.java:[517,45] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-http-server --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.grizzly.http.server.FileCacheTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.315 s - in org.glassfish.grizzly.http.server.FileCacheTest [INFO] Running org.glassfish.grizzly.http.server.StaticHttpHandlerTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.129 s - in org.glassfish.grizzly.http.server.StaticHttpHandlerTest [INFO] Running org.glassfish.grizzly.http.server.ParametersTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.835 s - in org.glassfish.grizzly.http.server.ParametersTest [INFO] Running org.glassfish.grizzly.http.server.ChunkedTransferEncodingTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.067 s - in org.glassfish.grizzly.http.server.ChunkedTransferEncodingTest [INFO] Running org.glassfish.grizzly.http.server.HttpContinueTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 s - in org.glassfish.grizzly.http.server.HttpContinueTest [INFO] Running org.glassfish.grizzly.http.server.BackendConfigTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.46 s - in org.glassfish.grizzly.http.server.BackendConfigTest [INFO] Running org.glassfish.grizzly.http.server.SkipRemainderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.248 s - in org.glassfish.grizzly.http.server.SkipRemainderTest [INFO] Running org.glassfish.grizzly.http.server.TransferEncodingTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.785 s - in org.glassfish.grizzly.http.server.TransferEncodingTest [INFO] Running org.glassfish.grizzly.http.server.CompressionEncodingFilterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s - in org.glassfish.grizzly.http.server.CompressionEncodingFilterTest [INFO] Running org.glassfish.grizzly.http.server.NIOOutputSinksTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.724 s - in org.glassfish.grizzly.http.server.NIOOutputSinksTest [INFO] Running org.glassfish.grizzly.http.server.SSLAttributesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.535 s - in org.glassfish.grizzly.http.server.SSLAttributesTest [INFO] Running org.glassfish.grizzly.http.server.SuspendTest [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 99.795 s - in org.glassfish.grizzly.http.server.SuspendTest [INFO] Running org.glassfish.grizzly.http.server.SendFileTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.544 s - in org.glassfish.grizzly.http.server.SendFileTest [INFO] Running org.glassfish.grizzly.http.server.ErrorPageTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.443 s - in org.glassfish.grizzly.http.server.ErrorPageTest [INFO] Running org.glassfish.grizzly.http.server.SplitTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.361 s - in org.glassfish.grizzly.http.server.SplitTest [INFO] Running org.glassfish.grizzly.http.server.ContextPathTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355 s - in org.glassfish.grizzly.http.server.ContextPathTest [INFO] Running org.glassfish.grizzly.http.server.AggregatorAddOnTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.793 s - in org.glassfish.grizzly.http.server.AggregatorAddOnTest [INFO] Running org.glassfish.grizzly.http.server.MaxPostSizeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 s - in org.glassfish.grizzly.http.server.MaxPostSizeTest [INFO] Running org.glassfish.grizzly.http.server.PayloadReplayTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 s - in org.glassfish.grizzly.http.server.PayloadReplayTest [INFO] Running org.glassfish.grizzly.http.server.HttpServerJmxBasicTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 s - in org.glassfish.grizzly.http.server.HttpServerJmxBasicTest [INFO] Running org.glassfish.grizzly.http.server.ConnectMethodTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 s - in org.glassfish.grizzly.http.server.ConnectMethodTest [INFO] Running org.glassfish.grizzly.http.server.MapperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.glassfish.grizzly.http.server.MapperTest [INFO] Running org.glassfish.grizzly.http.server.HttpSessionTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 s - in org.glassfish.grizzly.http.server.HttpSessionTest [INFO] Running org.glassfish.grizzly.http.server.RequestURITest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 s - in org.glassfish.grizzly.http.server.RequestURITest [INFO] Running org.glassfish.grizzly.http.server.CLStaticHttpHandlerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 s - in org.glassfish.grizzly.http.server.CLStaticHttpHandlerTest [INFO] Running org.glassfish.grizzly.http.server.TraceMethodTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.38 s - in org.glassfish.grizzly.http.server.TraceMethodTest [INFO] Running org.glassfish.grizzly.http.server.accesslog.ApacheLogFormatTest [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.149 s - in org.glassfish.grizzly.http.server.accesslog.ApacheLogFormatTest [INFO] Running org.glassfish.grizzly.http.server.HttpInputStreamsTest [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 71.581 s - in org.glassfish.grizzly.http.server.HttpInputStreamsTest [INFO] Running org.glassfish.grizzly.http.server.HttpResponseStreamsTest [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.952 s - in org.glassfish.grizzly.http.server.HttpResponseStreamsTest [INFO] Running org.glassfish.grizzly.http.server.NIOInputSourcesTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.503 s - in org.glassfish.grizzly.http.server.NIOInputSourcesTest [INFO] Running org.glassfish.grizzly.http.server.NetworkListenerTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.419 s - in org.glassfish.grizzly.http.server.NetworkListenerTest [INFO] Running org.glassfish.grizzly.http.server.KeepAliveTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.641 s - in org.glassfish.grizzly.http.server.KeepAliveTest [INFO] Running org.glassfish.grizzly.http.server.BasicConfigTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 s - in org.glassfish.grizzly.http.server.BasicConfigTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 303, Failures: 0, Errors: 0, Skipped: 6 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ grizzly-http-server --- [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server:bundle:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http, Jar:grizzly-framework, Jar:gmbal, Jar:management-api, Jar:asm, Jar:asm-util, Jar:asm-tree, Jar:asm-analysis, Jar:asm-commons] Class path [Jar:., Jar:grizzly-http, Jar:grizzly-framework, Jar:gmbal, Jar:management-api, Jar:pfl-basic, Jar:pfl-tf, Jar:asm, Jar:pfl-dynamic, Jar:asm-util, Jar:asm-tree, Jar:asm-analysis, Jar:pfl-basic-tools, Jar:pfl-tf-tools, Jar:asm-commons] [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-http-server >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-server --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-http-server <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-http-server --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/target/grizzly-http-server-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ grizzly-http-server --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/4.0.0-SNAPSHOT/grizzly-http-server-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/target/grizzly-http-server-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/4.0.0-SNAPSHOT/grizzly-http-server-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/target/grizzly-http-server-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/4.0.0-SNAPSHOT/grizzly-http-server-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ grizzly-http-server --- [INFO] Installing org/glassfish/grizzly/grizzly-http-server/4.0.0-SNAPSHOT/grizzly-http-server-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------------< org.glassfish.grizzly:grizzly-http2 >----------------- [INFO] Building grizzly-http2 4.0.0-SNAPSHOT [6/42] [INFO] from modules/http2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/grizzly/grizzly-npn-api/2.0.0/grizzly-npn-api-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/grizzly/grizzly-npn-api/2.0.0/grizzly-npn-api-2.0.0.pom (2.3 kB at 16 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/grizzly/grizzly-npn/2.0.0/grizzly-npn-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/grizzly/grizzly-npn/2.0.0/grizzly-npn-2.0.0.pom (6.3 kB at 195 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4.pom (2.5 kB at 31 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/bytebuddy/byte-buddy/1.11.13/byte-buddy-1.11.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.11.13/byte-buddy-1.11.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.11.13/byte-buddy-1.11.13.pom (12 kB at 152 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/bytebuddy/byte-buddy-parent/1.11.13/byte-buddy-parent-1.11.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.11.13/byte-buddy-parent-1.11.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.11.13/byte-buddy-parent-1.11.13.pom (43 kB at 517 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/bytebuddy/byte-buddy-agent/1.11.13/byte-buddy-agent-1.11.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.11.13/byte-buddy-agent-1.11.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.11.13/byte-buddy-agent-1.11.13.pom (11 kB at 198 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/objenesis/objenesis/3.2/objenesis-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.pom (3.0 kB at 200 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom (18 kB at 959 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/grizzly/grizzly-npn-api/2.0.0/grizzly-npn-api-2.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/grizzly/grizzly-npn-api/2.0.0/grizzly-npn-api-2.0.0.jar (5.6 kB at 216 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/bytebuddy/byte-buddy/1.11.13/byte-buddy-1.11.13.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/bytebuddy/byte-buddy-agent/1.11.13/byte-buddy-agent-1.11.13.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/objenesis/objenesis/3.2/objenesis-3.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4.jar (682 kB at 8.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.11.13/byte-buddy-1.11.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.11.13/byte-buddy-agent-1.11.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.jar (49 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.11.13/byte-buddy-agent-1.11.13.jar (252 kB at 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.11.13/byte-buddy-1.11.13.jar (3.6 MB at 23 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-http2 --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http2 --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-http2 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-http2 --- [WARNING] ************************************************************************************************************************************************* [WARNING] * Required filename-based automodules detected: [grizzly-npn-api-2.0.0.jar]. Please don't publish this project to a public artifact repository! * [WARNING] ************************************************************************************************************************************************* [INFO] Changes detected - recompiling the module! [INFO] Compiling 76 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/target/classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/main/java/org/glassfish/grizzly/http2/Http2Session.java:[714,25] unchecked method invocation: method write in interface org.glassfish.grizzly.Writeable is applied to given types required: M,org.glassfish.grizzly.CompletionHandler> found: org.glassfish.grizzly.Buffer,org.glassfish.grizzly.CompletionHandler> [INFO] [INFO] --- bundle:5.1.2:manifest (bundle-manifest) @ grizzly-http2 --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-http2 --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-http2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/target/test-classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/NaryTreeTest.java:[19,30] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/ConnectWithPriorKnowledgeTest.java:[19,30] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/ConnectWithPriorKnowledgeTest.java:[61,16] unchecked call to write(M) as a member of the raw type org.glassfish.grizzly.Writeable [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/Http2SessionTest.java:[79,9] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/Http2SessionTest.java:[84,9] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/Http2SemanticsTest.java:[105,16] unchecked call to write(M) as a member of the raw type org.glassfish.grizzly.Writeable [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/Http2SemanticsTest.java:[108,9] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/Http2SemanticsTest.java:[109,9] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/Http2SemanticsTest.java:[120,21] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/Http2SemanticsTest.java:[121,21] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/Http2SemanticsTest.java:[134,16] unchecked call to write(M) as a member of the raw type org.glassfish.grizzly.Writeable [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[146,17] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[190,21] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[231,21] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[273,21] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[313,21] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[354,21] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[394,21] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[435,21] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[476,21] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[529,21] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[571,21] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[623,21] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[665,21] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[708,21] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[743,17] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[771,17] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[799,17] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[827,17] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[892,17] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[895,17] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[898,17] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[907,21] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[908,21] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[911,25] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[912,25] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[915,25] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[916,25] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[919,25] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[920,25] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[985,17] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[988,17] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[997,21] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[998,21] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1009,29] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1012,29] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1062,17] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1065,17] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1074,21] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1075,21] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1078,25] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1081,25] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1130,17] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1133,17] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1142,21] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1143,21] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1151,25] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1162,33] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1166,33] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1173,25] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1174,25] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1175,25] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1208,13] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1224,13] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1225,13] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1241,13] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1242,13] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/test/java/org/glassfish/grizzly/http2/PushTest.java:[1261,16] unchecked call to write(M) as a member of the raw type org.glassfish.grizzly.Writeable [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-http2 --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.grizzly.http2.HttpInputStreamsTest [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.179 s - in org.glassfish.grizzly.http2.HttpInputStreamsTest [INFO] Running org.glassfish.grizzly.http2.NaryTreeTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.glassfish.grizzly.http2.NaryTreeTest [INFO] Running org.glassfish.grizzly.http2.ConnectWithPriorKnowledgeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 s - in org.glassfish.grizzly.http2.ConnectWithPriorKnowledgeTest [INFO] Running org.glassfish.grizzly.http2.Http2SessionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.756 s - in org.glassfish.grizzly.http2.Http2SessionTest [INFO] Running org.glassfish.grizzly.http2.TrailersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 s - in org.glassfish.grizzly.http2.TrailersTest [INFO] Running org.glassfish.grizzly.http2.NIOInputSourcesTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.684 s - in org.glassfish.grizzly.http2.NIOInputSourcesTest [INFO] Running org.glassfish.grizzly.http2.NetworkListenerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.424 s - in org.glassfish.grizzly.http2.NetworkListenerTest [INFO] Running org.glassfish.grizzly.http2.HttpOutputStreamsTest [INFO] Tests run: 82, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.78 s - in org.glassfish.grizzly.http2.HttpOutputStreamsTest [INFO] Running org.glassfish.grizzly.http2.NIOOutputSinksTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.708 s - in org.glassfish.grizzly.http2.NIOOutputSinksTest [INFO] Running org.glassfish.grizzly.http2.Http2SemanticsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.427 s - in org.glassfish.grizzly.http2.Http2SemanticsTest [INFO] Running org.glassfish.grizzly.http2.PushTest [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.046 s - in org.glassfish.grizzly.http2.PushTest [INFO] Running org.glassfish.grizzly.http2.FileCacheTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 s - in org.glassfish.grizzly.http2.FileCacheTest [INFO] Running org.glassfish.grizzly.http2.AlpnSupportTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.639 s - in org.glassfish.grizzly.http2.AlpnSupportTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 260, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ grizzly-http2 --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/target/grizzly-http2-4.0.0-SNAPSHOT.jar [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-http2 >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http2 --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-http2 <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-http2 --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/target/grizzly-http2-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ grizzly-http2 --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http2/4.0.0-SNAPSHOT/grizzly-http2-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/target/grizzly-http2-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http2/4.0.0-SNAPSHOT/grizzly-http2-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/target/grizzly-http2-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http2/4.0.0-SNAPSHOT/grizzly-http2-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.glassfish.grizzly:grizzly-http-servlet >------------- [INFO] Building grizzly-http-servlet 4.0.0-SNAPSHOT [7/42] [INFO] from modules/http-servlet/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.pom (19 kB at 315 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (14 kB at 443 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/3.0.3/jersey-client-3.0.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/3.0.3/jersey-client-3.0.3.pom (6.8 kB at 175 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/project/3.0.3/project-3.0.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/project/3.0.3/project-3.0.3.pom (99 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.pom (25 kB at 636 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/3.0.3/jersey-common-3.0.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/3.0.3/jersey-common-3.0.3.pom (35 kB at 883 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.pom (16 kB at 560 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.pom (5.3 kB at 151 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom (7.4 kB at 167 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 488 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-server/3.0.3/jersey-server-3.0.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-server/3.0.3/jersey-server-3.0.3.pom (12 kB at 378 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.pom (10.0 kB at 311 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar (348 kB at 6.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/3.0.3/jersey-client-3.0.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/3.0.3/jersey-common-3.0.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-server/3.0.3/jersey-server-3.0.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.jar (10 kB at 247 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/3.0.3/jersey-common-3.0.3.jar (1.2 MB at 17 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar (25 kB at 310 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar (139 kB at 1.4 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.jar (93 kB at 806 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/3.0.3/jersey-client-3.0.3.jar (261 kB at 2.0 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-server/3.0.3/jersey-server-3.0.3.jar (950 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar (19 kB at 2.8 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-http-servlet --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-servlet --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-http-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/src/main/resources [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-http-servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/target/classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[1777,59] getHttpHandlers() in org.glassfish.grizzly.http.server.ServerConfiguration has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[1969,28] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[1993,27] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[2002,34] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[2023,21] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/src/main/java/org/glassfish/grizzly/servlet/ServletHandler.java:[297,62] newInstance() in java.lang.Class has been deprecated [INFO] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/src/main/java/org/glassfish/grizzly/servlet/HttpServletRequestImpl.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/src/main/java/org/glassfish/grizzly/servlet/HttpServletRequestImpl.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-http-servlet --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-http-servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/target/test-classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/src/test/java/org/glassfish/grizzly/servlet/WebappContextTest.java:[40,9] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/src/test/java/org/glassfish/grizzly/servlet/WebappContextTest.java:[41,9] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/src/test/java/org/glassfish/grizzly/servlet/WebappContextTest.java:[42,9] assertThat(java.lang.String,T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-http-servlet --- [WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead. [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.grizzly.servlet.MapperTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.785 s - in org.glassfish.grizzly.servlet.MapperTest [INFO] Running org.glassfish.grizzly.servlet.async.AsyncInputTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.408 s - in org.glassfish.grizzly.servlet.async.AsyncInputTest [INFO] Running org.glassfish.grizzly.servlet.async.AsyncOutputTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.307 s - in org.glassfish.grizzly.servlet.async.AsyncOutputTest [INFO] Running org.glassfish.grizzly.servlet.async.AsyncDispatchTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.602 s - in org.glassfish.grizzly.servlet.async.AsyncDispatchTest [INFO] Running org.glassfish.grizzly.servlet.async.AsyncContextTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.505 s - in org.glassfish.grizzly.servlet.async.AsyncContextTest [INFO] Running org.glassfish.grizzly.servlet.httpupgrade.HttpUpgradeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.342 s - in org.glassfish.grizzly.servlet.httpupgrade.HttpUpgradeTest [INFO] Running org.glassfish.grizzly.servlet.HelloHttpServerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.508 s - in org.glassfish.grizzly.servlet.HelloHttpServerTest [INFO] Running org.glassfish.grizzly.servlet.WebappContextTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 s - in org.glassfish.grizzly.servlet.WebappContextTest [INFO] Running org.glassfish.grizzly.servlet.BasicServletTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.858 s - in org.glassfish.grizzly.servlet.BasicServletTest [INFO] Running org.glassfish.grizzly.servlet.ServletCookieTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 s - in org.glassfish.grizzly.servlet.ServletCookieTest [INFO] Running org.glassfish.grizzly.servlet.HttpServerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.593 s - in org.glassfish.grizzly.servlet.HttpServerTest [INFO] Running org.glassfish.grizzly.servlet.ListenersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.47 s - in org.glassfish.grizzly.servlet.ListenersTest [INFO] Running org.glassfish.grizzly.servlet.RequestDispatcherTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.625 s - in org.glassfish.grizzly.servlet.RequestDispatcherTest [INFO] Running org.glassfish.grizzly.servlet.ComplexHttpServerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.508 s - in org.glassfish.grizzly.servlet.ComplexHttpServerTest [INFO] Running org.glassfish.grizzly.servlet.ServletHttpContinueTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.563 s - in org.glassfish.grizzly.servlet.ServletHttpContinueTest [INFO] Running org.glassfish.grizzly.servlet.HttpSessionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.042 s - in org.glassfish.grizzly.servlet.HttpSessionTest [INFO] Running org.glassfish.grizzly.servlet.LoadOnStartupTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s - in org.glassfish.grizzly.servlet.LoadOnStartupTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ grizzly-http-servlet --- [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet:bundle:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:jakarta.servlet-api] Class path [Jar:., Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:jakarta.servlet-api] [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-http-servlet >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-servlet --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-http-servlet <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-http-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/target/grizzly-http-servlet-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ grizzly-http-servlet --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet/4.0.0-SNAPSHOT/grizzly-http-servlet-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/target/grizzly-http-servlet-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet/4.0.0-SNAPSHOT/grizzly-http-servlet-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/target/grizzly-http-servlet-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet/4.0.0-SNAPSHOT/grizzly-http-servlet-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ grizzly-http-servlet --- [INFO] Installing org/glassfish/grizzly/grizzly-http-servlet/4.0.0-SNAPSHOT/grizzly-http-servlet-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------------< org.glassfish.grizzly:grizzly-comet >----------------- [INFO] Building grizzly-comet 4.0.0-SNAPSHOT [8/42] [INFO] from modules/comet/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-comet --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-comet --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-comet --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-comet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/target/classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/src/main/java/org/glassfish/grizzly/comet/CometEngine.java:[202,64] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/src/main/java/org/glassfish/grizzly/comet/CometContext.java:[516,82] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-comet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-comet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-comet --- [WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead. [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.grizzly.comet.BasicCometTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.097 s - in org.glassfish.grizzly.comet.BasicCometTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ grizzly-comet --- [WARNING] Bundle org.glassfish.grizzly:grizzly-comet:bundle:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:jakarta.servlet-api] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:jakarta.servlet-api] [INFO] [INFO] --- jar:3.2.0:test-jar (default) @ grizzly-comet --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/target/grizzly-comet-4.0.0-SNAPSHOT-tests.jar [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-comet >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-comet --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-comet <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-comet --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/target/grizzly-comet-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ grizzly-comet --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-comet/4.0.0-SNAPSHOT/grizzly-comet-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/target/grizzly-comet-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-comet/4.0.0-SNAPSHOT/grizzly-comet-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/target/grizzly-comet-4.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-comet/4.0.0-SNAPSHOT/grizzly-comet-4.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/target/grizzly-comet-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-comet/4.0.0-SNAPSHOT/grizzly-comet-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ grizzly-comet --- [INFO] Installing org/glassfish/grizzly/grizzly-comet/4.0.0-SNAPSHOT/grizzly-comet-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.glassfish.grizzly:grizzly-websockets >-------------- [INFO] Building grizzly-websockets 4.0.0-SNAPSHOT [9/42] [INFO] from modules/websockets/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-websockets --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-websockets --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-websockets --- [INFO] Copying 0 resource from src/main/java to target/classes [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-websockets --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/target/classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/src/main/java/org/glassfish/grizzly/websockets/WebSocketEngine.java:[166,62] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-websockets --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-websockets --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/target/test-classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/src/test/java/org/glassfish/grizzly/websockets/TimeoutTest.java:[48,40] register(org.glassfish.grizzly.websockets.WebSocketApplication) in org.glassfish.grizzly.websockets.WebSocketEngine has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/src/test/java/org/glassfish/grizzly/websockets/TimeoutTest.java:[83,40] register(org.glassfish.grizzly.websockets.WebSocketApplication) in org.glassfish.grizzly.websockets.WebSocketEngine has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/src/test/java/org/glassfish/grizzly/websockets/EchoServlet.java:[36,28] isApplicationRequest(org.glassfish.grizzly.http.HttpRequestPacket) in org.glassfish.grizzly.websockets.WebSocketApplication has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/src/test/java/org/glassfish/grizzly/websockets/EchoApplication.java:[23,20] isApplicationRequest(org.glassfish.grizzly.http.HttpRequestPacket) in org.glassfish.grizzly.websockets.WebSocketApplication has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/src/test/java/org/glassfish/grizzly/websockets/LifecycleTest.java:[106,28] isApplicationRequest(org.glassfish.grizzly.http.HttpRequestPacket) in org.glassfish.grizzly.websockets.WebSocketApplication has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/src/test/java/org/glassfish/grizzly/websockets/EchoWebSocketApplication.java:[23,20] isApplicationRequest(org.glassfish.grizzly.http.HttpRequestPacket) in org.glassfish.grizzly.websockets.WebSocketApplication has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/src/test/java/org/glassfish/grizzly/websockets/ServerSideBroadcastTest.java:[109,24] isApplicationRequest(org.glassfish.grizzly.http.HttpRequestPacket) in org.glassfish.grizzly.websockets.WebSocketApplication has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/src/test/java/org/glassfish/grizzly/websockets/ServletBasedTest.java:[38,36] register(org.glassfish.grizzly.websockets.WebSocketApplication) in org.glassfish.grizzly.websockets.WebSocketEngine has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/src/test/java/org/glassfish/grizzly/websockets/WebSocketsTest.java:[121,40] register(org.glassfish.grizzly.websockets.WebSocketApplication) in org.glassfish.grizzly.websockets.WebSocketEngine has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/src/test/java/org/glassfish/grizzly/websockets/WebSocketsTest.java:[142,28] isApplicationRequest(org.glassfish.grizzly.http.HttpRequestPacket) in org.glassfish.grizzly.websockets.WebSocketApplication has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/src/test/java/org/glassfish/grizzly/websockets/WebSocketsTest.java:[146,36] register(org.glassfish.grizzly.websockets.WebSocketApplication) in org.glassfish.grizzly.websockets.WebSocketEngine has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/src/test/java/org/glassfish/grizzly/websockets/WebSocketsTest.java:[204,28] isApplicationRequest(org.glassfish.grizzly.http.HttpRequestPacket) in org.glassfish.grizzly.websockets.WebSocketApplication has been deprecated [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-websockets --- [WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead. [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.grizzly.websockets.PingPongTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.59 s - in org.glassfish.grizzly.websockets.PingPongTest [INFO] Running org.glassfish.grizzly.websockets.TimeoutTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.439 s - in org.glassfish.grizzly.websockets.TimeoutTest [INFO] Running org.glassfish.grizzly.websockets.ServerSideTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.426 s - in org.glassfish.grizzly.websockets.ServerSideTest [INFO] Running org.glassfish.grizzly.websockets.LifecycleTest [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.483 s - in org.glassfish.grizzly.websockets.LifecycleTest [INFO] Running org.glassfish.grizzly.websockets.RegistrationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s - in org.glassfish.grizzly.websockets.RegistrationTest [INFO] Running org.glassfish.grizzly.websockets.ServerSideBroadcastTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.449 s - in org.glassfish.grizzly.websockets.ServerSideBroadcastTest [INFO] Running org.glassfish.grizzly.websockets.ServletBasedTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s - in org.glassfish.grizzly.websockets.ServletBasedTest [INFO] Running org.glassfish.grizzly.websockets.WebSocketsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.612 s - in org.glassfish.grizzly.websockets.WebSocketsTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 20, Failures: 0, Errors: 0, Skipped: 1 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ grizzly-websockets --- [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets:bundle:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-server, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-server, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-websockets >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-websockets --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-websockets <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-websockets --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/target/grizzly-websockets-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ grizzly-websockets --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-websockets/4.0.0-SNAPSHOT/grizzly-websockets-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/target/grizzly-websockets-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-websockets/4.0.0-SNAPSHOT/grizzly-websockets-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/target/grizzly-websockets-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-websockets/4.0.0-SNAPSHOT/grizzly-websockets-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ grizzly-websockets --- [INFO] Installing org/glassfish/grizzly/grizzly-websockets/4.0.0-SNAPSHOT/grizzly-websockets-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------------< org.glassfish.grizzly:grizzly-portunif >--------------- [INFO] Building grizzly-portunif 4.0.0-SNAPSHOT [10/42] [INFO] from modules/portunif/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-portunif --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-portunif --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-portunif --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-portunif --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/target/classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/src/main/java/org/glassfish/grizzly/portunif/BackChannelFilter.java:[84,131] getPushBackHandler() in org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/src/main/java/org/glassfish/grizzly/portunif/BackChannelFilter.java:[84,31] write(java.lang.Object,java.lang.Object,org.glassfish.grizzly.CompletionHandler,org.glassfish.grizzly.asyncqueue.PushBackHandler,org.glassfish.grizzly.asyncqueue.MessageCloner,boolean) in org.glassfish.grizzly.filterchain.FilterChainContext has been deprecated [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-portunif --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-portunif --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/target/test-classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/src/test/java/org/glassfish/grizzly/portunif/SSLAndPlainTest.java:[76,35] validateConfiguration(boolean) in org.glassfish.grizzly.ssl.SSLContextConfigurator has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/src/test/java/org/glassfish/grizzly/portunif/SSLAndPlainTest.java:[77,91] createSSLContext() in org.glassfish.grizzly.ssl.SSLContextConfigurator has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/src/test/java/org/glassfish/grizzly/portunif/SSLAndPlainTest.java:[78,91] createSSLContext() in org.glassfish.grizzly.ssl.SSLContextConfigurator has been deprecated [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-portunif --- [WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead. [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.grizzly.portunif.BasicPUTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 s - in org.glassfish.grizzly.portunif.BasicPUTest [INFO] Running org.glassfish.grizzly.portunif.AsyncPUTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.768 s - in org.glassfish.grizzly.portunif.AsyncPUTest [INFO] Running org.glassfish.grizzly.portunif.FilterChainReadTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.339 s - in org.glassfish.grizzly.portunif.FilterChainReadTest [INFO] Running org.glassfish.grizzly.portunif.SSLAndPlainTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.739 s - in org.glassfish.grizzly.portunif.SSLAndPlainTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ grizzly-portunif --- [WARNING] Bundle org.glassfish.grizzly:grizzly-portunif:bundle:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework] [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-portunif >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-portunif --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-portunif <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-portunif --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/target/grizzly-portunif-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ grizzly-portunif --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-portunif/4.0.0-SNAPSHOT/grizzly-portunif-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/target/grizzly-portunif-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-portunif/4.0.0-SNAPSHOT/grizzly-portunif-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/target/grizzly-portunif-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-portunif/4.0.0-SNAPSHOT/grizzly-portunif-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ grizzly-portunif --- [INFO] Installing org/glassfish/grizzly/grizzly-portunif/4.0.0-SNAPSHOT/grizzly-portunif-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------------< org.glassfish.grizzly:grizzly-http-ajp >--------------- [INFO] Building grizzly-http-ajp 4.0.0-SNAPSHOT [11/42] [INFO] from modules/http-ajp/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-http-ajp --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-ajp --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-http-ajp --- [INFO] Copying 0 resource from src/main/java to target/classes [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-http-ajp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-ajp/target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-http-ajp --- [INFO] Copying 5 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-http-ajp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-ajp/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-http-ajp --- [WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead. [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.grizzly.http.ajp.BasicAjpTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.463 s - in org.glassfish.grizzly.http.ajp.BasicAjpTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ grizzly-http-ajp --- [WARNING] Bundle org.glassfish.grizzly:grizzly-http-ajp:bundle:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework] [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-http-ajp >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-ajp --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-http-ajp <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-http-ajp --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-ajp/target/grizzly-http-ajp-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ grizzly-http-ajp --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-ajp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-ajp/4.0.0-SNAPSHOT/grizzly-http-ajp-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-ajp/target/grizzly-http-ajp-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-ajp/4.0.0-SNAPSHOT/grizzly-http-ajp-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-ajp/target/grizzly-http-ajp-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-ajp/4.0.0-SNAPSHOT/grizzly-http-ajp-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ grizzly-http-ajp --- [INFO] Installing org/glassfish/grizzly/grizzly-http-ajp/4.0.0-SNAPSHOT/grizzly-http-ajp-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.grizzly:grizzly-framework-monitoring >--------- [INFO] Building grizzly-framework-monitoring 4.0.0-SNAPSHOT [12/42] [INFO] from modules/monitoring/grizzly/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-framework-monitoring --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-framework-monitoring --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.1.0:add-source (add-source) @ grizzly-framework-monitoring --- [INFO] Source directory: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/grizzly/target/generated-sources added. [INFO] [INFO] --- istack-commons:2.11:rs-gen (default) @ grizzly-framework-monitoring --- Resources: [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-framework-monitoring --- [INFO] Copying 0 resource from src/main/java to target/classes [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-framework-monitoring --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/grizzly/target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-framework-monitoring --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/grizzly/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-framework-monitoring --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/grizzly/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-framework-monitoring --- [WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead. [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.grizzly.JmxBasicTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.2 s - in org.glassfish.grizzly.JmxBasicTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ grizzly-framework-monitoring --- [INFO] [INFO] --- jar:3.2.0:test-jar (default) @ grizzly-framework-monitoring --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/grizzly/target/grizzly-framework-monitoring-4.0.0-SNAPSHOT-tests.jar [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-framework-monitoring >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-framework-monitoring --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.1.0:add-source (add-source) @ grizzly-framework-monitoring --- [INFO] Source directory: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/grizzly/target/generated-sources added. [INFO] [INFO] --- istack-commons:2.11:rs-gen (default) @ grizzly-framework-monitoring --- Resources: [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-framework-monitoring <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-framework-monitoring --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/grizzly/target/grizzly-framework-monitoring-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ grizzly-framework-monitoring --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/grizzly/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework-monitoring/4.0.0-SNAPSHOT/grizzly-framework-monitoring-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/grizzly/target/grizzly-framework-monitoring-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework-monitoring/4.0.0-SNAPSHOT/grizzly-framework-monitoring-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/grizzly/target/grizzly-framework-monitoring-4.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework-monitoring/4.0.0-SNAPSHOT/grizzly-framework-monitoring-4.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/grizzly/target/grizzly-framework-monitoring-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework-monitoring/4.0.0-SNAPSHOT/grizzly-framework-monitoring-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ grizzly-framework-monitoring --- [INFO] Installing org/glassfish/grizzly/grizzly-framework-monitoring/4.0.0-SNAPSHOT/grizzly-framework-monitoring-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.grizzly:grizzly-http-monitoring >------------ [INFO] Building grizzly-http-monitoring 4.0.0-SNAPSHOT [13/42] [INFO] from modules/monitoring/http/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-http-monitoring --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-monitoring --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.1.0:add-source (add-source) @ grizzly-http-monitoring --- [INFO] Source directory: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http/target/generated-sources added. [INFO] [INFO] --- istack-commons:2.11:rs-gen (default) @ grizzly-http-monitoring --- Resources: [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-http-monitoring --- [INFO] Copying 0 resource from src/main/java to target/classes [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-http-monitoring --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http/target/classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http/src/main/java/org/glassfish/grizzly/http/jmx/KeepAlive.java:[196,45] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-http-monitoring --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-http-monitoring --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-http-monitoring --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ grizzly-http-monitoring --- [INFO] [INFO] --- jar:3.2.0:test-jar (default) @ grizzly-http-monitoring --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http/target/grizzly-http-monitoring-4.0.0-SNAPSHOT-tests.jar [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-http-monitoring >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-monitoring --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.1.0:add-source (add-source) @ grizzly-http-monitoring --- [INFO] Source directory: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http/target/generated-sources added. [INFO] [INFO] --- istack-commons:2.11:rs-gen (default) @ grizzly-http-monitoring --- Resources: [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-http-monitoring <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-http-monitoring --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http/target/grizzly-http-monitoring-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ grizzly-http-monitoring --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-monitoring/4.0.0-SNAPSHOT/grizzly-http-monitoring-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http/target/grizzly-http-monitoring-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-monitoring/4.0.0-SNAPSHOT/grizzly-http-monitoring-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http/target/grizzly-http-monitoring-4.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-monitoring/4.0.0-SNAPSHOT/grizzly-http-monitoring-4.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http/target/grizzly-http-monitoring-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-monitoring/4.0.0-SNAPSHOT/grizzly-http-monitoring-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ grizzly-http-monitoring --- [INFO] Installing org/glassfish/grizzly/grizzly-http-monitoring/4.0.0-SNAPSHOT/grizzly-http-monitoring-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------< org.glassfish.grizzly:grizzly-http-server-monitoring >-------- [INFO] Building grizzly-http-server-monitoring 4.0.0-SNAPSHOT [14/42] [INFO] from modules/monitoring/http-server/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-http-server-monitoring --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-server-monitoring --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.1.0:add-source (add-source) @ grizzly-http-server-monitoring --- [INFO] Source directory: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http-server/target/generated-sources added. [INFO] [INFO] --- istack-commons:2.11:rs-gen (default) @ grizzly-http-server-monitoring --- Resources: [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-http-server-monitoring --- [INFO] Copying 0 resource from src/main/java to target/classes [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-http-server-monitoring --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http-server/target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-http-server-monitoring --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http-server/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-http-server-monitoring --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-http-server-monitoring --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ grizzly-http-server-monitoring --- [INFO] [INFO] --- jar:3.2.0:test-jar (default) @ grizzly-http-server-monitoring --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http-server/target/grizzly-http-server-monitoring-4.0.0-SNAPSHOT-tests.jar [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-http-server-monitoring >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-server-monitoring --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.1.0:add-source (add-source) @ grizzly-http-server-monitoring --- [INFO] Source directory: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http-server/target/generated-sources added. [INFO] [INFO] --- istack-commons:2.11:rs-gen (default) @ grizzly-http-server-monitoring --- Resources: [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-http-server-monitoring <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-http-server-monitoring --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http-server/target/grizzly-http-server-monitoring-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ grizzly-http-server-monitoring --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server-monitoring/4.0.0-SNAPSHOT/grizzly-http-server-monitoring-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http-server/target/grizzly-http-server-monitoring-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server-monitoring/4.0.0-SNAPSHOT/grizzly-http-server-monitoring-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http-server/target/grizzly-http-server-monitoring-4.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server-monitoring/4.0.0-SNAPSHOT/grizzly-http-server-monitoring-4.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http-server/target/grizzly-http-server-monitoring-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server-monitoring/4.0.0-SNAPSHOT/grizzly-http-server-monitoring-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ grizzly-http-server-monitoring --- [INFO] Installing org/glassfish/grizzly/grizzly-http-server-monitoring/4.0.0-SNAPSHOT/grizzly-http-server-monitoring-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.glassfish.grizzly:grizzly-monitoring >-------------- [INFO] Building grizzly-monitoring 4.0.0-SNAPSHOT [15/42] [INFO] from modules/monitoring/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-monitoring --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-monitoring --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-monitoring >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-monitoring --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-monitoring <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-monitoring --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ grizzly-monitoring --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-monitoring/4.0.0-SNAPSHOT/grizzly-monitoring-4.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.grizzly:grizzly-core >----------------- [INFO] Building grizzly-core 4.0.0-SNAPSHOT [16/42] [INFO] from modules/bundles/core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 51 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 297 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 563 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 455 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.pom (16 kB at 153 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.jar (172 kB at 2.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom (3.3 kB at 15 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 167 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar (36 kB at 409 kB/s) [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ grizzly-core --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 1.4 MB/s) [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-core --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (src-dependencies) @ grizzly-core --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 70 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 80 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 20 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 381 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 31 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 33 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 268 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 57 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 466 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 414 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 104 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 70 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 218 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 41 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 123 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 208 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 9.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 16 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 24 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 15 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 113 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 41 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 16 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 5.7 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 9.1 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 1.5 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 25 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 84 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 94 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 3.2 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 9.5 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 125 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 177 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 3.9 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 5.4 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 5.2 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 475 B/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 143 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 19 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 110 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 3.7 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 5.9 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 90 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 94 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 347 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 182 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 5.3 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 50 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 240 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 170 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 438 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/2/apache-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 100 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 12 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 81 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 41 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 664 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.pom (1.6 kB at 56 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.9/doxia-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9/doxia-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9/doxia-1.9.pom (19 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.pom (1.6 kB at 75 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 92 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 131 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 858 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 189 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 594 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 837 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 138 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/google/1/google-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 52 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.pom (4.4 kB at 141 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 203 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 569 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 2.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom (6.6 kB at 245 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom (16 kB at 964 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 144 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 494 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 505 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.pom (6.7 kB at 187 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.9/doxia-sitetools-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9/doxia-sitetools-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9/doxia-sitetools-1.9.pom (16 kB at 916 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.9/doxia-decoration-model-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9/doxia-decoration-model-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9/doxia-decoration-model-1.9.pom (3.4 kB at 227 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.pom (3.0 kB at 253 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.pom (2.0 kB at 90 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-modules/1.9/doxia-modules-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.9/doxia-modules-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.9/doxia-modules-1.9.pom (2.7 kB at 55 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.pom (2.0 kB at 73 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 55 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 459 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom (4.4 kB at 230 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom (24 kB at 820 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 373 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.pom (6.7 kB at 129 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 44 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 63 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 211 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 23 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 220 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 220 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 115 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 2.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 5.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 8.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 16 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 835 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.jar (12 kB at 371 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar (12 kB at 318 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar (231 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.jar (219 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 7.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 9.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 896 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar (772 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.jar (17 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.jar (66 kB at 800 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.jar (18 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.jar (18 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 559 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 876 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 827 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar (194 kB at 986 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 604 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.jar (35 kB at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 171 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar (122 kB at 564 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 2.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 119 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 160 kB/s) [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/grizzly-framework-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/target/grizzly-portunif-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java with includes "" and excludes "module-info.java" [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/resources [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 308 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/target/classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/monitoring/MonitoringConfig.java:[30,25] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/monitoring/MonitoringConfig.java:[37,31] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/CloseListener.java:[25,63] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/CloseType.java:[19,34] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/monitoring/DefaultMonitoringConfig.java:[41,44] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/monitoring/DefaultMonitoringConfig.java:[49,50] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOTransport.java:[638,40] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[645,20] removeCloseListener(org.glassfish.grizzly.Connection.CloseListener) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[640,17] addCloseListener(org.glassfish.grizzly.Connection.CloseListener) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[183,20] isStandalone() in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[169,30] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[500,71] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[546,75] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[640,34] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[645,40] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[932,42] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[933,17] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[935,34] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[937,34] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[939,19] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/transport/TCPNIOTransport.java:[412,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/transport/TCPNIOTransport.java:[413,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/attributes/AttributeBuilderInitializer.java:[37,36] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/filterchain/AbstractFilterChain.java:[142,20] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/filterchain/AbstractFilterChain.java:[144,14] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/transport/UDPNIOTransport.java:[368,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/transport/UDPNIOTransport.java:[369,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/portunif/BackChannelFilter.java:[84,131] getPushBackHandler() in org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/portunif/BackChannelFilter.java:[84,31] write(java.lang.Object,java.lang.Object,org.glassfish.grizzly.CompletionHandler,org.glassfish.grizzly.asyncqueue.PushBackHandler,org.glassfish.grizzly.asyncqueue.MessageCloner,boolean) in org.glassfish.grizzly.filterchain.FilterChainContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/SelectionKeyHandlerInitializer.java:[37,36] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/jmxbase/GrizzlyJmxManager.java:[41,117] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/impl/ReadyFutureImpl.java:[221,17] markForRecycle(boolean) in org.glassfish.grizzly.GrizzlyFuture has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/attributes/DefaultAttributeBuilder.java:[79,16] IndexedAttributeHolder(org.glassfish.grizzly.attributes.AttributeBuilder) in org.glassfish.grizzly.attributes.IndexedAttributeHolder has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/memory/MemoryManagerInitializer.java:[69,29] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/impl/UnsafeFutureImpl.java:[211,17] markForRecycle(boolean) in org.glassfish.grizzly.GrizzlyFuture has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/ssl/SSLBaseFilter.java:[340,94] getPushBackHandler() in org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/ssl/SSLBaseFilter.java:[340,16] write(java.lang.Object,java.lang.Object,org.glassfish.grizzly.CompletionHandler,org.glassfish.grizzly.asyncqueue.PushBackHandler,org.glassfish.grizzly.asyncqueue.MessageCloner,boolean) in org.glassfish.grizzly.filterchain.FilterChainContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/ssl/SSLFilter.java:[384,60] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/utils/ServiceFinder.java:[341,68] newInstance() in java.lang.Class has been deprecated [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-core --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-core --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ grizzly-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/target/grizzly-core-4.0.0-SNAPSHOT.jar [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-core >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-core --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (src-dependencies) @ grizzly-core --- [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/grizzly-framework-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/target/grizzly-portunif-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java with includes "" and excludes "module-info.java" [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-core <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/target/grizzly-core-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:bundle (osgi-bundle) @ grizzly-core --- [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/memory Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/monitoring Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/asyncqueue Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/attributes Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/streams Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/utils Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/utils/conditions Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/strategies Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/threadpool Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/impl Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/nio Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/nio/tmpselectors Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/nio/transport Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/zip Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma/impl/rangecoder Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma/impl Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma/impl/lz Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/filterchain Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/ssl Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/portunif/finders Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-portunif] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/portunif Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-portunif] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/jmxbase Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [WARNING] Bundle org.glassfish.grizzly:grizzly-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/localization Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-portunif] [INFO] [INFO] --- install:3.1.1:install (default-install) @ grizzly-core --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-core/4.0.0-SNAPSHOT/grizzly-core-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/target/grizzly-core-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-core/4.0.0-SNAPSHOT/grizzly-core-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/target/grizzly-core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-core/4.0.0-SNAPSHOT/grizzly-core-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- antrun:1.8:run (default) @ grizzly-core --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.9.4/ant-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.pom (9.6 kB at 66 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom (5.6 kB at 267 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom (2.3 kB at 97 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.9.4/ant-1.9.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 427 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 553 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 506 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 235 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 891 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 kB at 62 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 813 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 269 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar (2.0 MB at 5.4 MB/s) [INFO] Executing tasks main: [delete] Deleting directory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src [INFO] Executed tasks [INFO] [INFO] --------< org.glassfish.grizzly:grizzly-http-server-multipart >--------- [INFO] Building grizzly-http-server-multipart 4.0.0-SNAPSHOT [17/42] [INFO] from extras/http-server-multipart/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-http-server-multipart --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-server-multipart --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-http-server-multipart --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-http-server-multipart --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-http-server-multipart --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-http-server-multipart --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/target/test-classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/src/test/java/org/glassfish/grizzly/http/multipart/MutlipartEntryReaderTest.java:[363,45] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/src/test/java/org/glassfish/grizzly/http/multipart/MutlipartEntryInputStreamTest.java:[347,45] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/src/test/java/org/glassfish/grizzly/http/multipart/MultipartBasicTest.java:[465,45] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/src/test/java/org/glassfish/grizzly/http/multipart/MultipartGrizzly1792Test.java:[210,45] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-http-server-multipart --- [WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead. [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.grizzly.http.multipart.MutlipartEntryReaderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.705 s - in org.glassfish.grizzly.http.multipart.MutlipartEntryReaderTest [INFO] Running org.glassfish.grizzly.http.multipart.MutlipartEntryInputStreamTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.632 s - in org.glassfish.grizzly.http.multipart.MutlipartEntryInputStreamTest [INFO] Running org.glassfish.grizzly.http.multipart.MultipartBasicTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 s - in org.glassfish.grizzly.http.multipart.MultipartBasicTest [INFO] Running org.glassfish.grizzly.http.multipart.MultipartGrizzly1792Test [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.47 s - in org.glassfish.grizzly.http.multipart.MultipartGrizzly1792Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ grizzly-http-server-multipart --- [INFO] [INFO] --- jar:3.2.0:test-jar (default) @ grizzly-http-server-multipart --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/target/grizzly-http-server-multipart-4.0.0-SNAPSHOT-tests.jar [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-http-server-multipart >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-server-multipart --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-http-server-multipart <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-http-server-multipart --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/target/grizzly-http-server-multipart-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ grizzly-http-server-multipart --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server-multipart/4.0.0-SNAPSHOT/grizzly-http-server-multipart-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/target/grizzly-http-server-multipart-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server-multipart/4.0.0-SNAPSHOT/grizzly-http-server-multipart-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/target/grizzly-http-server-multipart-4.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server-multipart/4.0.0-SNAPSHOT/grizzly-http-server-multipart-4.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/target/grizzly-http-server-multipart-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server-multipart/4.0.0-SNAPSHOT/grizzly-http-server-multipart-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ grizzly-http-server-multipart --- [INFO] Installing org/glassfish/grizzly/grizzly-http-server-multipart/4.0.0-SNAPSHOT/grizzly-http-server-multipart-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.grizzly:grizzly-http-server-core >----------- [INFO] Building grizzly-http-server-core 4.0.0-SNAPSHOT [18/42] [INFO] from modules/bundles/http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ grizzly-http-server-core --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-server-core --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (src-dependencies) @ grizzly-http-server-core --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/grizzly/grizzly-npn-api/2.0.0/grizzly-npn-api-2.0.0-sources.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/grizzly/grizzly-npn-api/2.0.0/grizzly-npn-api-2.0.0-sources.jar (7.7 kB at 213 kB/s) [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/target/grizzly-core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/grizzly-framework-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/target/grizzly-portunif-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/target/grizzly-http-server-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/target/grizzly-http-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-ajp/target/grizzly-http-ajp-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/target/grizzly-http2-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-npn-api/2.0.0/grizzly-npn-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/target/grizzly-http-server-multipart-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java with includes "" and excludes "module-info.java" [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-http-server-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/resources [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-http-server-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 571 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/target/classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/monitoring/MonitoringConfig.java:[30,25] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/monitoring/MonitoringConfig.java:[37,31] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/CloseListener.java:[25,63] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/CloseType.java:[19,34] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/monitoring/DefaultMonitoringConfig.java:[41,44] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/monitoring/DefaultMonitoringConfig.java:[49,50] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[645,20] removeCloseListener(org.glassfish.grizzly.Connection.CloseListener) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[640,17] addCloseListener(org.glassfish.grizzly.Connection.CloseListener) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[183,20] isStandalone() in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[169,30] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[500,71] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[546,75] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[640,34] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[645,40] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[932,42] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[933,17] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[935,34] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[937,34] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[939,19] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/nio/NIOTransport.java:[638,40] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/nio/transport/UDPNIOTransport.java:[368,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/nio/transport/UDPNIOTransport.java:[369,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/http2/Http2Session.java:[714,25] unchecked method invocation: method write in interface org.glassfish.grizzly.Writeable is applied to given types required: M,org.glassfish.grizzly.CompletionHandler> found: org.glassfish.grizzly.Buffer,org.glassfish.grizzly.CompletionHandler> [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/ssl/SSLBaseFilter.java:[340,94] getPushBackHandler() in org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/ssl/SSLBaseFilter.java:[340,16] write(java.lang.Object,java.lang.Object,org.glassfish.grizzly.CompletionHandler,org.glassfish.grizzly.asyncqueue.PushBackHandler,org.glassfish.grizzly.asyncqueue.MessageCloner,boolean) in org.glassfish.grizzly.filterchain.FilterChainContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/portunif/BackChannelFilter.java:[84,131] getPushBackHandler() in org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/portunif/BackChannelFilter.java:[84,31] write(java.lang.Object,java.lang.Object,org.glassfish.grizzly.CompletionHandler,org.glassfish.grizzly.asyncqueue.PushBackHandler,org.glassfish.grizzly.asyncqueue.MessageCloner,boolean) in org.glassfish.grizzly.filterchain.FilterChainContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/http/server/CompressionEncodingFilter.java:[80,47] org.glassfish.grizzly.http.server.CompressionLevel in org.glassfish.grizzly.http.server has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/http/server/CompressionEncodingFilter.java:[81,22] org.glassfish.grizzly.http.server.CompressionLevel in org.glassfish.grizzly.http.server has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/http/server/filecache/FileCacheEntry.java:[158,20] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/http/server/filecache/FileCacheEntry.java:[168,14] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/filterchain/AbstractFilterChain.java:[142,20] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/filterchain/AbstractFilterChain.java:[144,14] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/nio/transport/TCPNIOTransport.java:[412,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/nio/transport/TCPNIOTransport.java:[413,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/attributes/DefaultAttributeBuilder.java:[79,16] IndexedAttributeHolder(org.glassfish.grizzly.attributes.AttributeBuilder) in org.glassfish.grizzly.attributes.IndexedAttributeHolder has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/jmxbase/GrizzlyJmxManager.java:[41,117] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/impl/UnsafeFutureImpl.java:[211,17] markForRecycle(boolean) in org.glassfish.grizzly.GrizzlyFuture has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/utils/ServiceFinder.java:[341,68] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/impl/ReadyFutureImpl.java:[221,17] markForRecycle(boolean) in org.glassfish.grizzly.GrizzlyFuture has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/memory/MemoryManagerInitializer.java:[69,29] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/attributes/AttributeBuilderInitializer.java:[37,36] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/nio/SelectionKeyHandlerInitializer.java:[37,36] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/http/server/util/ClassLoaderUtil.java:[173,29] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/ssl/SSLFilter.java:[384,60] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [INFO] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/http/server/util/RequestUtils.java: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/http/server/util/RequestUtils.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java/org/glassfish/grizzly/http/server/util/RequestUtils.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-http-server-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-http-server-core --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-http-server-core --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ grizzly-http-server-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/target/grizzly-http-server-core-4.0.0-SNAPSHOT.jar [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-http-server-core >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-server-core --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (src-dependencies) @ grizzly-http-server-core --- [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/target/grizzly-core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/grizzly-framework-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/target/grizzly-portunif-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/target/grizzly-http-server-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/target/grizzly-http-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-ajp/target/grizzly-http-ajp-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/target/grizzly-http2-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-npn-api/2.0.0/grizzly-npn-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/target/grizzly-http-server-multipart-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src/main/java with includes "" and excludes "module-info.java" [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-http-server-core <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-http-server-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/target/grizzly-http-server-core-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:bundle (osgi-bundle) @ grizzly-http-server-core --- [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/streams Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/utils/conditions Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/utils Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/asyncqueue Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/memory Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/attributes Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/monitoring Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/strategies Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/threadpool Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/impl Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/nio/transport Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/nio Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/nio/tmpselectors Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/filterchain Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma/impl/rangecoder Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma/impl Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma/impl/lz Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/zip Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/ssl Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/localization Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http2 Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http2] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http2/frames Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http2] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http2/utils Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http2] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http2/hpack Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http2] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/util Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/util Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/io Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/http2 Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/jmxbase Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/accesslog Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/filecache Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/naming Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/io Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/ajp Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-ajp] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/multipart Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-multipart] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/portunif Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-portunif] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/portunif/finders Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-portunif] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/jmxbase Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-server-core:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/npn Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-npn-api] Class path [Jar:., Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart] [INFO] [INFO] --- install:3.1.1:install (default-install) @ grizzly-http-server-core --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server-core/4.0.0-SNAPSHOT/grizzly-http-server-core-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/target/grizzly-http-server-core-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server-core/4.0.0-SNAPSHOT/grizzly-http-server-core-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/target/grizzly-http-server-core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server-core/4.0.0-SNAPSHOT/grizzly-http-server-core-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- antrun:1.8:run (default) @ grizzly-http-server-core --- [INFO] Executing tasks main: [delete] Deleting directory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/src [INFO] Executed tasks [INFO] [INFO] ---------< org.glassfish.grizzly:grizzly-http-servlet-extras >---------- [INFO] Building grizzly-http-servlet-extras 4.0.0-SNAPSHOT [19/42] [INFO] from extras/http-servlet-extras/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-http-servlet-extras --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-servlet-extras --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-http-servlet-extras --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-http-servlet-extras --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-http-servlet-extras --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-http-servlet-extras --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/target/test-classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/src/test/java/org/glassfish/grizzly/servlet/extras/MultipartUploadFilterTest.java:[89,17] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/src/test/java/org/glassfish/grizzly/servlet/extras/MultipartUploadFilterTest.java:[90,17] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/src/test/java/org/glassfish/grizzly/servlet/extras/MultipartUploadFilterTest.java:[92,17] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/src/test/java/org/glassfish/grizzly/servlet/extras/MultipartUploadFilterTest.java:[98,17] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/src/test/java/org/glassfish/grizzly/servlet/extras/MultipartUploadFilterTest.java:[99,17] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/src/test/java/org/glassfish/grizzly/servlet/extras/MultipartUploadFilterTest.java:[100,17] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/src/test/java/org/glassfish/grizzly/servlet/extras/MultipartUploadFilterTest.java:[118,13] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/src/test/java/org/glassfish/grizzly/servlet/extras/MultipartUploadFilterTest.java:[120,13] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/src/test/java/org/glassfish/grizzly/servlet/extras/MultipartUploadFilterTest.java:[121,13] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/src/test/java/org/glassfish/grizzly/servlet/extras/MultipartUploadFilterTest.java:[145,17] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/src/test/java/org/glassfish/grizzly/servlet/extras/MultipartUploadFilterTest.java:[146,17] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/src/test/java/org/glassfish/grizzly/servlet/extras/MultipartUploadFilterTest.java:[148,17] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/src/test/java/org/glassfish/grizzly/servlet/extras/MultipartUploadFilterTest.java:[153,17] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/src/test/java/org/glassfish/grizzly/servlet/extras/MultipartUploadFilterTest.java:[154,17] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/src/test/java/org/glassfish/grizzly/servlet/extras/MultipartUploadFilterTest.java:[155,17] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/src/test/java/org/glassfish/grizzly/servlet/extras/MultipartUploadFilterTest.java:[173,13] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/src/test/java/org/glassfish/grizzly/servlet/extras/MultipartUploadFilterTest.java:[175,13] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/src/test/java/org/glassfish/grizzly/servlet/extras/MultipartUploadFilterTest.java:[176,13] junit.framework.Assert in junit.framework has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/src/test/java/org/glassfish/grizzly/servlet/extras/MultipartUploadFilterTest.java:[277,45] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-http-servlet-extras --- [WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead. [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.grizzly.servlet.extras.MultipartUploadFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.656 s - in org.glassfish.grizzly.servlet.extras.MultipartUploadFilterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ grizzly-http-servlet-extras --- [INFO] [INFO] --- jar:3.2.0:test-jar (default) @ grizzly-http-servlet-extras --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/target/grizzly-http-servlet-extras-4.0.0-SNAPSHOT-tests.jar [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-http-servlet-extras >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-servlet-extras --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-http-servlet-extras <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-http-servlet-extras --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/target/grizzly-http-servlet-extras-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ grizzly-http-servlet-extras --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet-extras/4.0.0-SNAPSHOT/grizzly-http-servlet-extras-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/target/grizzly-http-servlet-extras-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet-extras/4.0.0-SNAPSHOT/grizzly-http-servlet-extras-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/target/grizzly-http-servlet-extras-4.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet-extras/4.0.0-SNAPSHOT/grizzly-http-servlet-extras-4.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/target/grizzly-http-servlet-extras-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet-extras/4.0.0-SNAPSHOT/grizzly-http-servlet-extras-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ grizzly-http-servlet-extras --- [INFO] Installing org/glassfish/grizzly/grizzly-http-servlet-extras/4.0.0-SNAPSHOT/grizzly-http-servlet-extras-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.grizzly:grizzly-http-servlet-server >---------- [INFO] Building grizzly-http-servlet-server 4.0.0-SNAPSHOT [20/42] [INFO] from modules/bundles/http-servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ grizzly-http-servlet-server --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-servlet-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (src-dependencies) @ grizzly-http-servlet-server --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0-sources.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0-sources.jar (433 kB at 3.5 MB/s) [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/target/grizzly-http-server-core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/target/grizzly-core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/grizzly-framework-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/target/grizzly-portunif-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/target/grizzly-http-server-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/target/grizzly-http-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-ajp/target/grizzly-http-ajp-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/target/grizzly-http2-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-npn-api/2.0.0/grizzly-npn-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/target/grizzly-http-server-multipart-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/target/grizzly-http-servlet-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/target/grizzly-http-servlet-extras-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-http-servlet-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/resources [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-http-servlet-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 680 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/target/classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/monitoring/MonitoringConfig.java:[30,25] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/monitoring/MonitoringConfig.java:[37,31] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/CloseListener.java:[25,63] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/CloseType.java:[19,34] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/monitoring/DefaultMonitoringConfig.java:[41,44] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/monitoring/DefaultMonitoringConfig.java:[49,50] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/http/server/filecache/FileCacheEntry.java:[158,20] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/http/server/filecache/FileCacheEntry.java:[168,14] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/http2/Http2Session.java:[714,25] unchecked method invocation: method write in interface org.glassfish.grizzly.Writeable is applied to given types required: M,org.glassfish.grizzly.CompletionHandler> found: org.glassfish.grizzly.Buffer,org.glassfish.grizzly.CompletionHandler> [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/ssl/SSLBaseFilter.java:[340,94] getPushBackHandler() in org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/ssl/SSLBaseFilter.java:[340,16] write(java.lang.Object,java.lang.Object,org.glassfish.grizzly.CompletionHandler,org.glassfish.grizzly.asyncqueue.PushBackHandler,org.glassfish.grizzly.asyncqueue.MessageCloner,boolean) in org.glassfish.grizzly.filterchain.FilterChainContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/nio/NIOTransport.java:[638,40] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[645,20] removeCloseListener(org.glassfish.grizzly.Connection.CloseListener) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[640,17] addCloseListener(org.glassfish.grizzly.Connection.CloseListener) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[183,20] isStandalone() in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[169,30] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[500,71] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[546,75] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[640,34] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[645,40] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[932,42] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[933,17] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[935,34] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[937,34] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[939,19] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/jmxbase/GrizzlyJmxManager.java:[41,117] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/nio/transport/TCPNIOTransport.java:[412,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/nio/transport/TCPNIOTransport.java:[413,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/nio/transport/UDPNIOTransport.java:[368,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/nio/transport/UDPNIOTransport.java:[369,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/memory/MemoryManagerInitializer.java:[69,29] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[1777,59] getHttpHandlers() in org.glassfish.grizzly.http.server.ServerConfiguration has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[1969,28] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[1993,27] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[2002,34] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[2023,21] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/servlet/ServletHandler.java:[297,62] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/portunif/BackChannelFilter.java:[84,131] getPushBackHandler() in org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/portunif/BackChannelFilter.java:[84,31] write(java.lang.Object,java.lang.Object,org.glassfish.grizzly.CompletionHandler,org.glassfish.grizzly.asyncqueue.PushBackHandler,org.glassfish.grizzly.asyncqueue.MessageCloner,boolean) in org.glassfish.grizzly.filterchain.FilterChainContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/attributes/DefaultAttributeBuilder.java:[79,16] IndexedAttributeHolder(org.glassfish.grizzly.attributes.AttributeBuilder) in org.glassfish.grizzly.attributes.IndexedAttributeHolder has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/http/server/util/ClassLoaderUtil.java:[173,29] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/utils/ServiceFinder.java:[341,68] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/attributes/AttributeBuilderInitializer.java:[37,36] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/filterchain/AbstractFilterChain.java:[142,20] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/filterchain/AbstractFilterChain.java:[144,14] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/nio/SelectionKeyHandlerInitializer.java:[37,36] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/impl/ReadyFutureImpl.java:[221,17] markForRecycle(boolean) in org.glassfish.grizzly.GrizzlyFuture has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/impl/UnsafeFutureImpl.java:[211,17] markForRecycle(boolean) in org.glassfish.grizzly.GrizzlyFuture has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/http/server/CompressionEncodingFilter.java:[80,47] org.glassfish.grizzly.http.server.CompressionLevel in org.glassfish.grizzly.http.server has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/http/server/CompressionEncodingFilter.java:[81,22] org.glassfish.grizzly.http.server.CompressionLevel in org.glassfish.grizzly.http.server has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/ssl/SSLFilter.java:[384,60] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [INFO] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/servlet/HttpServletRequestImpl.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java/org/glassfish/grizzly/servlet/HttpServletRequestImpl.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-http-servlet-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-http-servlet-server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-http-servlet-server --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ grizzly-http-servlet-server --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/target/grizzly-http-servlet-server-4.0.0-SNAPSHOT.jar [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-http-servlet-server >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-servlet-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (src-dependencies) @ grizzly-http-servlet-server --- [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/target/grizzly-http-server-core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/target/grizzly-core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/grizzly-framework-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/target/grizzly-portunif-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/target/grizzly-http-server-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/target/grizzly-http-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-ajp/target/grizzly-http-ajp-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/target/grizzly-http2-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-npn-api/2.0.0/grizzly-npn-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/target/grizzly-http-server-multipart-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/target/grizzly-http-servlet-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/target/grizzly-http-servlet-extras-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src/main/java with includes "" and excludes "module-info.java" [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-http-servlet-server <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-http-servlet-server --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/target/grizzly-http-servlet-server-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:bundle (osgi-bundle) @ grizzly-http-servlet-server --- [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/attributes Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/monitoring Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/memory Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/asyncqueue Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/utils Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/utils/conditions Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/strategies Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/threadpool Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/impl Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/filecache Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/accesslog Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/jmxbase Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/io Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/util Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/http2 Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/naming Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/util Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/io Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/ajp Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-ajp] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/multipart Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server-multipart] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/filterchain Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http2 Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http2] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http2/frames Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http2] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http2/utils Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http2] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http2/hpack Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http2] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/ssl Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/nio Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/nio/transport Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/nio/tmpselectors Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/streams Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/jmxbase Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma/impl Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma/impl/lz Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma/impl/rangecoder Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/zip Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/servlet Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-servlet] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/servlet/extras Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-servlet-extras] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/npn Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-npn-api] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/portunif/finders Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/portunif Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/localization Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/servlet Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.servlet-api] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/servlet/descriptor Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.servlet-api] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/servlet/annotation Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.servlet-api] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-servlet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/servlet/http Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.servlet-api] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-http-servlet-extras, Jar:jakarta.servlet-api] [INFO] [INFO] --- install:3.1.1:install (default-install) @ grizzly-http-servlet-server --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet-server/4.0.0-SNAPSHOT/grizzly-http-servlet-server-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/target/grizzly-http-servlet-server-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet-server/4.0.0-SNAPSHOT/grizzly-http-servlet-server-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/target/grizzly-http-servlet-server-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet-server/4.0.0-SNAPSHOT/grizzly-http-servlet-server-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- antrun:1.8:run (default) @ grizzly-http-servlet-server --- [INFO] Executing tasks main: [delete] Deleting directory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/src [INFO] Executed tasks [INFO] [INFO] -------------< org.glassfish.grizzly:grizzly-comet-server >------------- [INFO] Building grizzly-comet-server 4.0.0-SNAPSHOT [21/42] [INFO] from modules/bundles/comet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ grizzly-comet-server --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-comet-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (src-dependencies) @ grizzly-comet-server --- [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/target/grizzly-http-server-core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/target/grizzly-core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/target/grizzly-portunif-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/target/grizzly-http-server-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/target/grizzly-http-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-ajp/target/grizzly-http-ajp-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/target/grizzly-http2-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-npn-api/2.0.0/grizzly-npn-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/target/grizzly-http-server-multipart-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/target/grizzly-comet-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/grizzly-framework-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java with includes "" and excludes "" [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-comet-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/resources [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-comet-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 581 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/target/classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/monitoring/DefaultMonitoringConfig.java:[41,44] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/monitoring/DefaultMonitoringConfig.java:[49,50] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/nio/NIOTransport.java:[638,40] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/nio/transport/TCPNIOTransport.java:[412,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/nio/transport/TCPNIOTransport.java:[413,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[645,20] removeCloseListener(org.glassfish.grizzly.Connection.CloseListener) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[640,17] addCloseListener(org.glassfish.grizzly.Connection.CloseListener) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[183,20] isStandalone() in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[169,30] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[500,71] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[546,75] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[640,34] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[645,40] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[932,42] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[933,17] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[935,34] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[937,34] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[939,19] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/CloseType.java:[19,34] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/CloseListener.java:[25,63] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/monitoring/MonitoringConfig.java:[30,25] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/monitoring/MonitoringConfig.java:[37,31] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/http/server/util/ClassLoaderUtil.java:[173,29] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/comet/CometContext.java:[516,82] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/http2/Http2Session.java:[714,25] unchecked method invocation: method write in interface org.glassfish.grizzly.Writeable is applied to given types required: M,org.glassfish.grizzly.CompletionHandler> found: org.glassfish.grizzly.Buffer,org.glassfish.grizzly.CompletionHandler> [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/ssl/SSLBaseFilter.java:[340,94] getPushBackHandler() in org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/ssl/SSLBaseFilter.java:[340,16] write(java.lang.Object,java.lang.Object,org.glassfish.grizzly.CompletionHandler,org.glassfish.grizzly.asyncqueue.PushBackHandler,org.glassfish.grizzly.asyncqueue.MessageCloner,boolean) in org.glassfish.grizzly.filterchain.FilterChainContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/attributes/DefaultAttributeBuilder.java:[79,16] IndexedAttributeHolder(org.glassfish.grizzly.attributes.AttributeBuilder) in org.glassfish.grizzly.attributes.IndexedAttributeHolder has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/http/server/filecache/FileCacheEntry.java:[158,20] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/http/server/filecache/FileCacheEntry.java:[168,14] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/nio/transport/UDPNIOTransport.java:[368,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/nio/transport/UDPNIOTransport.java:[369,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/filterchain/AbstractFilterChain.java:[142,20] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/filterchain/AbstractFilterChain.java:[144,14] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/nio/SelectionKeyHandlerInitializer.java:[37,36] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/jmxbase/GrizzlyJmxManager.java:[41,117] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/http/server/CompressionEncodingFilter.java:[80,47] org.glassfish.grizzly.http.server.CompressionLevel in org.glassfish.grizzly.http.server has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/http/server/CompressionEncodingFilter.java:[81,22] org.glassfish.grizzly.http.server.CompressionLevel in org.glassfish.grizzly.http.server has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/portunif/BackChannelFilter.java:[84,131] getPushBackHandler() in org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/portunif/BackChannelFilter.java:[84,31] write(java.lang.Object,java.lang.Object,org.glassfish.grizzly.CompletionHandler,org.glassfish.grizzly.asyncqueue.PushBackHandler,org.glassfish.grizzly.asyncqueue.MessageCloner,boolean) in org.glassfish.grizzly.filterchain.FilterChainContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/attributes/AttributeBuilderInitializer.java:[37,36] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/impl/UnsafeFutureImpl.java:[211,17] markForRecycle(boolean) in org.glassfish.grizzly.GrizzlyFuture has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/memory/MemoryManagerInitializer.java:[69,29] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/impl/ReadyFutureImpl.java:[221,17] markForRecycle(boolean) in org.glassfish.grizzly.GrizzlyFuture has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/comet/CometEngine.java:[202,64] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/utils/ServiceFinder.java:[341,68] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/ssl/SSLFilter.java:[384,60] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [INFO] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/http/server/util/RequestUtils.java: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/http/server/util/RequestUtils.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java/org/glassfish/grizzly/http/server/util/RequestUtils.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-comet-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-comet-server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-comet-server --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ grizzly-comet-server --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/target/grizzly-comet-server-4.0.0-SNAPSHOT.jar [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-comet-server >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-comet-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (src-dependencies) @ grizzly-comet-server --- [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/target/grizzly-http-server-core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/target/grizzly-core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/target/grizzly-portunif-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/target/grizzly-http-server-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/target/grizzly-http-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-ajp/target/grizzly-http-ajp-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/target/grizzly-http2-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-npn-api/2.0.0/grizzly-npn-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/target/grizzly-http-server-multipart-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/target/grizzly-comet-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/grizzly-framework-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src/main/java with includes "" and excludes "" [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-comet-server <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-comet-server --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/target/grizzly-comet-server-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:bundle (osgi-bundle) @ grizzly-comet-server --- [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-comet, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/nio/transport Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/nio Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/nio/tmpselectors Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/monitoring Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/asyncqueue Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/filterchain Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/attributes Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/utils Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/utils/conditions Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/impl Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/memory Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/strategies Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/threadpool Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http2/hpack Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http2] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http2/frames Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http2] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http2 Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http2] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http2/utils Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http2] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/http2 Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/util Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/io Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/accesslog Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/filecache Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/naming Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/jmxbase Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/util Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/io Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/multipart Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server-multipart] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/ajp Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-ajp] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/streams Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/comet Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-comet] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/comet/concurrent Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-comet] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/localization Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/ssl Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/npn Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-npn-api] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/zip Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma/impl Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma/impl/lz Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma/impl/rangecoder Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/jmxbase Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/portunif Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [WARNING] Bundle org.glassfish.grizzly:grizzly-comet-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/portunif/finders Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-comet, Jar:grizzly-framework] [INFO] [INFO] --- install:3.1.1:install (default-install) @ grizzly-comet-server --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-comet-server/4.0.0-SNAPSHOT/grizzly-comet-server-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/target/grizzly-comet-server-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-comet-server/4.0.0-SNAPSHOT/grizzly-comet-server-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/target/grizzly-comet-server-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-comet-server/4.0.0-SNAPSHOT/grizzly-comet-server-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- antrun:1.8:run (default) @ grizzly-comet-server --- [INFO] Executing tasks main: [delete] Deleting directory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/src [INFO] Executed tasks [INFO] [INFO] ----------< org.glassfish.grizzly:grizzly-websockets-server >----------- [INFO] Building grizzly-websockets-server 4.0.0-SNAPSHOT [22/42] [INFO] from modules/bundles/websockets/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ grizzly-websockets-server --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-websockets-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (src-dependencies) @ grizzly-websockets-server --- [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/target/grizzly-http-server-core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/target/grizzly-core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/target/grizzly-portunif-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/target/grizzly-http-server-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-ajp/target/grizzly-http-ajp-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/target/grizzly-http2-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-npn-api/2.0.0/grizzly-npn-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/target/grizzly-http-server-multipart-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/target/grizzly-websockets-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/grizzly-framework-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/target/grizzly-http-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/target/grizzly-http-servlet-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-websockets-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/resources [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-websockets-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 726 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/target/classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/monitoring/DefaultMonitoringConfig.java:[41,44] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/monitoring/DefaultMonitoringConfig.java:[49,50] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/monitoring/MonitoringConfig.java:[30,25] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/monitoring/MonitoringConfig.java:[37,31] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/CloseListener.java:[25,63] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/CloseType.java:[19,34] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[1777,59] getHttpHandlers() in org.glassfish.grizzly.http.server.ServerConfiguration has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[1969,28] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[1993,27] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[2002,34] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[2023,21] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/servlet/ServletHandler.java:[297,62] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/jmxbase/GrizzlyJmxManager.java:[41,117] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/nio/NIOTransport.java:[638,40] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/nio/transport/TCPNIOTransport.java:[412,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/nio/transport/TCPNIOTransport.java:[413,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[645,20] removeCloseListener(org.glassfish.grizzly.Connection.CloseListener) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[640,17] addCloseListener(org.glassfish.grizzly.Connection.CloseListener) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[183,20] isStandalone() in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[169,30] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[500,71] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[546,75] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[640,34] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[645,40] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[932,42] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[933,17] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[935,34] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[937,34] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[939,19] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/http/server/filecache/FileCacheEntry.java:[158,20] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/http/server/filecache/FileCacheEntry.java:[168,14] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/http2/Http2Session.java:[714,25] unchecked method invocation: method write in interface org.glassfish.grizzly.Writeable is applied to given types required: M,org.glassfish.grizzly.CompletionHandler> found: org.glassfish.grizzly.Buffer,org.glassfish.grizzly.CompletionHandler> [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/ssl/SSLBaseFilter.java:[340,94] getPushBackHandler() in org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/ssl/SSLBaseFilter.java:[340,16] write(java.lang.Object,java.lang.Object,org.glassfish.grizzly.CompletionHandler,org.glassfish.grizzly.asyncqueue.PushBackHandler,org.glassfish.grizzly.asyncqueue.MessageCloner,boolean) in org.glassfish.grizzly.filterchain.FilterChainContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/attributes/DefaultAttributeBuilder.java:[79,16] IndexedAttributeHolder(org.glassfish.grizzly.attributes.AttributeBuilder) in org.glassfish.grizzly.attributes.IndexedAttributeHolder has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/filterchain/AbstractFilterChain.java:[142,20] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/filterchain/AbstractFilterChain.java:[144,14] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/nio/transport/UDPNIOTransport.java:[368,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/nio/transport/UDPNIOTransport.java:[369,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/portunif/BackChannelFilter.java:[84,131] getPushBackHandler() in org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/portunif/BackChannelFilter.java:[84,31] write(java.lang.Object,java.lang.Object,org.glassfish.grizzly.CompletionHandler,org.glassfish.grizzly.asyncqueue.PushBackHandler,org.glassfish.grizzly.asyncqueue.MessageCloner,boolean) in org.glassfish.grizzly.filterchain.FilterChainContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/websockets/WebSocketEngine.java:[166,62] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/memory/MemoryManagerInitializer.java:[69,29] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/attributes/AttributeBuilderInitializer.java:[37,36] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/impl/UnsafeFutureImpl.java:[211,17] markForRecycle(boolean) in org.glassfish.grizzly.GrizzlyFuture has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/http/server/CompressionEncodingFilter.java:[80,47] org.glassfish.grizzly.http.server.CompressionLevel in org.glassfish.grizzly.http.server has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/http/server/CompressionEncodingFilter.java:[81,22] org.glassfish.grizzly.http.server.CompressionLevel in org.glassfish.grizzly.http.server has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/utils/ServiceFinder.java:[341,68] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/ssl/SSLFilter.java:[384,60] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/impl/ReadyFutureImpl.java:[221,17] markForRecycle(boolean) in org.glassfish.grizzly.GrizzlyFuture has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/nio/SelectionKeyHandlerInitializer.java:[37,36] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/http/server/util/ClassLoaderUtil.java:[173,29] newInstance() in java.lang.Class has been deprecated [INFO] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/servlet/HttpServletRequestImpl.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java/org/glassfish/grizzly/servlet/HttpServletRequestImpl.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-websockets-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-websockets-server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-websockets-server --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ grizzly-websockets-server --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/target/grizzly-websockets-server-4.0.0-SNAPSHOT.jar [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-websockets-server >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-websockets-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (src-dependencies) @ grizzly-websockets-server --- [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/target/grizzly-http-server-core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/target/grizzly-core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/target/grizzly-portunif-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/target/grizzly-http-server-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-ajp/target/grizzly-http-ajp-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/target/grizzly-http2-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-npn-api/2.0.0/grizzly-npn-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/target/grizzly-http-server-multipart-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/target/grizzly-websockets-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/grizzly-framework-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/target/grizzly-http-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/target/grizzly-http-servlet-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src/main/java with includes "" and excludes "module-info.java" [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-websockets-server <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-websockets-server --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/target/grizzly-websockets-server-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:bundle (osgi-bundle) @ grizzly-websockets-server --- [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/threadpool Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/attributes Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/memory Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/io Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/util Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/io Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/http2 Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/jmxbase Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/filecache Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/naming Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/accesslog Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/util Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/ajp Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-ajp] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/multipart Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server-multipart] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/asyncqueue Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/filterchain Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/monitoring Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/utils Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/utils/conditions Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/strategies Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/impl Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/ssl Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/streams Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/npn Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-npn-api] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http2/utils Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http2] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http2/hpack Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http2] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http2 Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http2] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http2/frames Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http2] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/servlet Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-servlet] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/jmxbase Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/nio/transport Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/nio Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/nio/tmpselectors Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/websockets Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-websockets] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/websockets/frametypes Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-websockets] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/websockets/glassfish Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-websockets] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/websockets/rfc6455 Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-websockets] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma/impl/lz Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma/impl Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma/impl/rangecoder Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/zip Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/portunif/finders Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/portunif Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/localization Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/servlet Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.servlet-api] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/servlet/descriptor Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.servlet-api] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/servlet/annotation Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.servlet-api] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/servlet/http Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.servlet-api] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-websockets, Jar:grizzly-framework, Jar:grizzly-http, Jar:grizzly-http-servlet, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Export org.glassfish.grizzly.servlet, has 3, private references [jakarta.servlet, jakarta.servlet.descriptor, jakarta.servlet.http] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Export org.glassfish.grizzly.websockets, has 1, private references [jakarta.servlet.http] [WARNING] Bundle org.glassfish.grizzly:grizzly-websockets-server:jar:4.0.0-SNAPSHOT : Export org.glassfish.grizzly.websockets.glassfish, has 1, private references [jakarta.servlet.http] [INFO] [INFO] --- install:3.1.1:install (default-install) @ grizzly-websockets-server --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-websockets-server/4.0.0-SNAPSHOT/grizzly-websockets-server-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/target/grizzly-websockets-server-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-websockets-server/4.0.0-SNAPSHOT/grizzly-websockets-server-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/target/grizzly-websockets-server-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-websockets-server/4.0.0-SNAPSHOT/grizzly-websockets-server-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- antrun:1.8:run (default) @ grizzly-websockets-server --- [INFO] Executing tasks main: [delete] Deleting directory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/src [INFO] Executed tasks [INFO] [INFO] ---------------< org.glassfish.grizzly:grizzly-http-all >--------------- [INFO] Building grizzly-all 4.0.0-SNAPSHOT [23/42] [INFO] from modules/bundles/http-all/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ grizzly-http-all --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-all --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (src-dependencies) @ grizzly-http-all --- [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/target/grizzly-http-server-core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/target/grizzly-core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/target/grizzly-portunif-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/target/grizzly-http-server-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-ajp/target/grizzly-http-ajp-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/target/grizzly-http2-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-npn-api/2.0.0/grizzly-npn-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/target/grizzly-http-server-multipart-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/target/grizzly-http-servlet-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/target/grizzly-comet-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/grizzly-framework-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/target/grizzly-websockets-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/target/grizzly-http-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-http-all --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/resources [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-http-all --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 735 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/target/classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/monitoring/MonitoringConfig.java:[30,25] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/monitoring/MonitoringConfig.java:[37,31] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/CloseListener.java:[25,63] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/CloseType.java:[19,34] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/monitoring/DefaultMonitoringConfig.java:[41,44] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/monitoring/DefaultMonitoringConfig.java:[49,50] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/nio/NIOTransport.java:[638,40] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/nio/transport/TCPNIOTransport.java:[412,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/nio/transport/TCPNIOTransport.java:[413,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[645,20] removeCloseListener(org.glassfish.grizzly.Connection.CloseListener) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[640,17] addCloseListener(org.glassfish.grizzly.Connection.CloseListener) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[183,20] isStandalone() in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[169,30] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[500,71] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[546,75] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[640,34] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[645,40] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[932,42] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[933,17] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[935,34] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[937,34] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[939,19] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/ssl/SSLBaseFilter.java:[340,94] getPushBackHandler() in org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/ssl/SSLBaseFilter.java:[340,16] write(java.lang.Object,java.lang.Object,org.glassfish.grizzly.CompletionHandler,org.glassfish.grizzly.asyncqueue.PushBackHandler,org.glassfish.grizzly.asyncqueue.MessageCloner,boolean) in org.glassfish.grizzly.filterchain.FilterChainContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/http/server/filecache/FileCacheEntry.java:[158,20] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/http/server/filecache/FileCacheEntry.java:[168,14] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/http2/Http2Session.java:[714,25] unchecked method invocation: method write in interface org.glassfish.grizzly.Writeable is applied to given types required: M,org.glassfish.grizzly.CompletionHandler> found: org.glassfish.grizzly.Buffer,org.glassfish.grizzly.CompletionHandler> [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[1777,59] getHttpHandlers() in org.glassfish.grizzly.http.server.ServerConfiguration has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[1969,28] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[1993,27] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[2002,34] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[2023,21] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/servlet/ServletHandler.java:[297,62] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/jmxbase/GrizzlyJmxManager.java:[41,117] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/attributes/AttributeBuilderInitializer.java:[37,36] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/portunif/BackChannelFilter.java:[84,131] getPushBackHandler() in org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/portunif/BackChannelFilter.java:[84,31] write(java.lang.Object,java.lang.Object,org.glassfish.grizzly.CompletionHandler,org.glassfish.grizzly.asyncqueue.PushBackHandler,org.glassfish.grizzly.asyncqueue.MessageCloner,boolean) in org.glassfish.grizzly.filterchain.FilterChainContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/comet/CometContext.java:[516,82] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/nio/transport/UDPNIOTransport.java:[368,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/nio/transport/UDPNIOTransport.java:[369,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/filterchain/AbstractFilterChain.java:[142,20] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/filterchain/AbstractFilterChain.java:[144,14] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/impl/ReadyFutureImpl.java:[221,17] markForRecycle(boolean) in org.glassfish.grizzly.GrizzlyFuture has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/websockets/WebSocketEngine.java:[166,62] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/impl/UnsafeFutureImpl.java:[211,17] markForRecycle(boolean) in org.glassfish.grizzly.GrizzlyFuture has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/nio/SelectionKeyHandlerInitializer.java:[37,36] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/comet/CometEngine.java:[202,64] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/ssl/SSLFilter.java:[384,60] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/http/server/CompressionEncodingFilter.java:[80,47] org.glassfish.grizzly.http.server.CompressionLevel in org.glassfish.grizzly.http.server has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/http/server/CompressionEncodingFilter.java:[81,22] org.glassfish.grizzly.http.server.CompressionLevel in org.glassfish.grizzly.http.server has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/attributes/DefaultAttributeBuilder.java:[79,16] IndexedAttributeHolder(org.glassfish.grizzly.attributes.AttributeBuilder) in org.glassfish.grizzly.attributes.IndexedAttributeHolder has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/utils/ServiceFinder.java:[341,68] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/memory/MemoryManagerInitializer.java:[69,29] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/http/server/util/ClassLoaderUtil.java:[173,29] newInstance() in java.lang.Class has been deprecated [INFO] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/http/server/util/RequestUtils.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java/org/glassfish/grizzly/http/server/util/RequestUtils.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-http-all --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-http-all --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-http-all --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ grizzly-http-all --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/target/grizzly-http-all-4.0.0-SNAPSHOT.jar [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-http-all >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-all --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (src-dependencies) @ grizzly-http-all --- [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/target/grizzly-http-server-core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/target/grizzly-core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/target/grizzly-portunif-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/target/grizzly-http-server-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-ajp/target/grizzly-http-ajp-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/target/grizzly-http2-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-npn-api/2.0.0/grizzly-npn-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/target/grizzly-http-server-multipart-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/target/grizzly-http-servlet-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/target/grizzly-comet-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/grizzly-framework-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/target/grizzly-websockets-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/target/grizzly-http-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src/main/java with includes "" and excludes "module-info.java" [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-http-all <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-http-all --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/target/grizzly-http-all-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:bundle (osgi-bundle) @ grizzly-http-all --- [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/nio/transport Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/nio Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/nio/tmpselectors Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/streams Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/attributes Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/monitoring Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/asyncqueue Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/utils Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/utils/conditions Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/memory Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/impl Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/strategies Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/threadpool Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/filterchain Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/ssl Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/util Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/io Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/http2 Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/filecache Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/jmxbase Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/naming Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/accesslog Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/util Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/io Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/multipart Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-server-multipart] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/ajp Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http-ajp] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http2 Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http2] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http2/frames Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http2] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http2/utils Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http2] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http2/hpack Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-http2] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/servlet Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-servlet] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/jmxbase Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma/impl/rangecoder Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma/impl Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma/impl/lz Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/zip Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/websockets Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-websockets] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/websockets/rfc6455 Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-websockets] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/websockets/frametypes Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-websockets] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/websockets/glassfish Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-websockets] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/portunif Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/portunif/finders Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/npn Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-npn-api] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/comet/concurrent Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-comet] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/comet Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-comet] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/localization Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-framework] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/servlet Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.servlet-api] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/servlet/http Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.servlet-api] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/servlet/descriptor Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.servlet-api] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [WARNING] Bundle org.glassfish.grizzly:grizzly-http-all:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/servlet/annotation Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.servlet-api] Class path [Jar:., Jar:grizzly-http-server-core, Jar:grizzly-core, Jar:grizzly-portunif, Jar:grizzly-http-server, Jar:grizzly-http-ajp, Jar:grizzly-http2, Jar:grizzly-npn-api, Jar:grizzly-http-server-multipart, Jar:grizzly-http-servlet, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-websockets, Jar:grizzly-http, Jar:jakarta.servlet-api] [INFO] [INFO] --- install:3.1.1:install (default-install) @ grizzly-http-all --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-all/4.0.0-SNAPSHOT/grizzly-http-all-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/target/grizzly-http-all-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-all/4.0.0-SNAPSHOT/grizzly-http-all-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/target/grizzly-http-all-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-all/4.0.0-SNAPSHOT/grizzly-http-all-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- antrun:1.8:run (default) @ grizzly-http-all --- [INFO] Executing tasks main: [delete] Deleting directory /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/src [INFO] Executed tasks [INFO] [INFO] ---------------< org.glassfish.grizzly:grizzly-bundles >---------------- [INFO] Building grizzly-bundles 4.0.0-SNAPSHOT [24/42] [INFO] from modules/bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-bundles --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-bundles --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-bundles >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-bundles --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-bundles <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-bundles --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ grizzly-bundles --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-bundles/4.0.0-SNAPSHOT/grizzly-bundles-4.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.grizzly:grizzly-modules >---------------- [INFO] Building grizzly-modules 4.0.0-SNAPSHOT [25/42] [INFO] from modules/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-modules --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-modules --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-modules >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-modules --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-modules <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-modules --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ grizzly-modules --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-modules/4.0.0-SNAPSHOT/grizzly-modules-4.0.0-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.grizzly.samples:grizzly-framework-samples >------- [INFO] Building grizzly-framework-samples 4.0.0-SNAPSHOT [26/42] [INFO] from samples/framework-samples/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-framework-samples --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-framework-samples --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-framework-samples --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-framework-samples --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/framework-samples/target/classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/framework-samples/src/main/java/org/glassfish/grizzly/samples/ssl/SSLEchoClient.java:[181,58] createSSLContext() in org.glassfish.grizzly.ssl.SSLContextConfigurator has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/framework-samples/src/main/java/org/glassfish/grizzly/samples/ssl/SSLEchoServer.java:[107,58] createSSLContext() in org.glassfish.grizzly.ssl.SSLContextConfigurator has been deprecated [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-framework-samples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/framework-samples/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-framework-samples --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-framework-samples --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ grizzly-framework-samples --- [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-framework-samples >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-framework-samples --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-framework-samples <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-framework-samples --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/framework-samples/target/grizzly-framework-samples-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ grizzly-framework-samples --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/framework-samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-framework-samples/4.0.0-SNAPSHOT/grizzly-framework-samples-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/framework-samples/target/grizzly-framework-samples-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-framework-samples/4.0.0-SNAPSHOT/grizzly-framework-samples-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/framework-samples/target/grizzly-framework-samples-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-framework-samples/4.0.0-SNAPSHOT/grizzly-framework-samples-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ grizzly-framework-samples --- [INFO] Installing org/glassfish/grizzly/samples/grizzly-framework-samples/4.0.0-SNAPSHOT/grizzly-framework-samples-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.grizzly.samples:grizzly-http-samples >--------- [INFO] Building grizzly-http-samples 4.0.0-SNAPSHOT [27/42] [INFO] from samples/http-samples/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-http-samples --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-samples --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-http-samples --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-http-samples --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-samples/target/classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-samples/src/main/java/org/glassfish/grizzly/samples/http/download/Server.java:[55,38] HttpServerFilter() in org.glassfish.grizzly.http.HttpServerFilter has been deprecated [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-http-samples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-samples/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-http-samples --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-http-samples --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ grizzly-http-samples --- [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-http-samples >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-samples --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-http-samples <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-http-samples --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-samples/target/grizzly-http-samples-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ grizzly-http-samples --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-http-samples/4.0.0-SNAPSHOT/grizzly-http-samples-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-samples/target/grizzly-http-samples-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-http-samples/4.0.0-SNAPSHOT/grizzly-http-samples-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-samples/target/grizzly-http-samples-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-http-samples/4.0.0-SNAPSHOT/grizzly-http-samples-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ grizzly-http-samples --- [INFO] Installing org/glassfish/grizzly/samples/grizzly-http-samples/4.0.0-SNAPSHOT/grizzly-http-samples-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----< org.glassfish.grizzly.samples:grizzly-http-server-samples >------ [INFO] Building grizzly-http-server-samples 4.0.0-SNAPSHOT [28/42] [INFO] from samples/http-server-samples/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-http-server-samples --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-server-samples --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-http-server-samples --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-http-server-samples --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-server-samples/target/classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-server-samples/src/main/java/org/glassfish/grizzly/samples/httpserver/secure/Server.java:[77,58] createSSLContext() in org.glassfish.grizzly.ssl.SSLContextConfigurator has been deprecated [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-http-server-samples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-server-samples/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-http-server-samples --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-http-server-samples --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ grizzly-http-server-samples --- [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-http-server-samples >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-server-samples --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-http-server-samples <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-http-server-samples --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-server-samples/target/grizzly-http-server-samples-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ grizzly-http-server-samples --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-server-samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-http-server-samples/4.0.0-SNAPSHOT/grizzly-http-server-samples-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-server-samples/target/grizzly-http-server-samples-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-http-server-samples/4.0.0-SNAPSHOT/grizzly-http-server-samples-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-server-samples/target/grizzly-http-server-samples-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-http-server-samples/4.0.0-SNAPSHOT/grizzly-http-server-samples-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ grizzly-http-server-samples --- [INFO] Installing org/glassfish/grizzly/samples/grizzly-http-server-samples/4.0.0-SNAPSHOT/grizzly-http-server-samples-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----< org.glassfish.grizzly.samples:grizzly-http-multipart-samples >---- [INFO] Building grizzly-http-multipart-samples 4.0.0-SNAPSHOT [29/42] [INFO] from samples/http-multipart-samples/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-http-multipart-samples --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-multipart-samples --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-http-multipart-samples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-multipart-samples/src/main/resources [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-http-multipart-samples --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-multipart-samples/target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-http-multipart-samples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-multipart-samples/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-http-multipart-samples --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-http-multipart-samples --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ grizzly-http-multipart-samples --- [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-http-multipart-samples >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-multipart-samples --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-http-multipart-samples <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-http-multipart-samples --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-multipart-samples/target/grizzly-http-multipart-samples-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ grizzly-http-multipart-samples --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-multipart-samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-http-multipart-samples/4.0.0-SNAPSHOT/grizzly-http-multipart-samples-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-multipart-samples/target/grizzly-http-multipart-samples-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-http-multipart-samples/4.0.0-SNAPSHOT/grizzly-http-multipart-samples-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-multipart-samples/target/grizzly-http-multipart-samples-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-http-multipart-samples/4.0.0-SNAPSHOT/grizzly-http-multipart-samples-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ grizzly-http-multipart-samples --- [INFO] Installing org/glassfish/grizzly/samples/grizzly-http-multipart-samples/4.0.0-SNAPSHOT/grizzly-http-multipart-samples-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------< org.glassfish.grizzly.samples:grizzly-portunif-samples >------- [INFO] Building grizzly-portunif-samples 4.0.0-SNAPSHOT [30/42] [INFO] from samples/portunif/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-portunif-samples --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-portunif-samples --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-portunif-samples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/portunif/src/main/resources [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-portunif-samples --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/portunif/target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-portunif-samples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/portunif/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-portunif-samples --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-portunif-samples --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ grizzly-portunif-samples --- [JENKINS] Recording test results [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-portunif-samples >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-portunif-samples --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-portunif-samples <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-portunif-samples --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/portunif/target/grizzly-portunif-samples-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ grizzly-portunif-samples --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/portunif/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-portunif-samples/4.0.0-SNAPSHOT/grizzly-portunif-samples-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/portunif/target/grizzly-portunif-samples-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-portunif-samples/4.0.0-SNAPSHOT/grizzly-portunif-samples-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/portunif/target/grizzly-portunif-samples-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-portunif-samples/4.0.0-SNAPSHOT/grizzly-portunif-samples-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ grizzly-portunif-samples --- [INFO] Installing org/glassfish/grizzly/samples/grizzly-portunif-samples/4.0.0-SNAPSHOT/grizzly-portunif-samples-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------< org.glassfish.grizzly.samples:grizzly-http-ajp-samples >------- [INFO] Building grizzly-http-ajp-samples 4.0.0-SNAPSHOT [31/42] [INFO] from samples/http-ajp-samples/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-http-ajp-samples --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-ajp-samples --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-http-ajp-samples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-ajp-samples/src/main/resources [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-http-ajp-samples --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-ajp-samples/target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-http-ajp-samples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-ajp-samples/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-http-ajp-samples --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-http-ajp-samples --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ grizzly-http-ajp-samples --- [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-http-ajp-samples >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-ajp-samples --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-http-ajp-samples <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-http-ajp-samples --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-ajp-samples/target/grizzly-http-ajp-samples-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ grizzly-http-ajp-samples --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-ajp-samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-http-ajp-samples/4.0.0-SNAPSHOT/grizzly-http-ajp-samples-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-ajp-samples/target/grizzly-http-ajp-samples-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-http-ajp-samples/4.0.0-SNAPSHOT/grizzly-http-ajp-samples-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-ajp-samples/target/grizzly-http-ajp-samples-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-http-ajp-samples/4.0.0-SNAPSHOT/grizzly-http-ajp-samples-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ grizzly-http-ajp-samples --- [INFO] Installing org/glassfish/grizzly/samples/grizzly-http-ajp-samples/4.0.0-SNAPSHOT/grizzly-http-ajp-samples-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------< org.glassfish.grizzly:grizzly-http-server-jaxws >----------- [INFO] Building grizzly-http-server-jaxws 4.0.0-SNAPSHOT [32/42] [INFO] from extras/http-server-jaxws/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/3.0.2/jaxws-rt-3.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/3.0.2/jaxws-rt-3.0.2.pom (15 kB at 347 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/project/3.0.2/project-3.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/project/3.0.2/project-3.0.2.pom (34 kB at 901 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom-ext/3.0.2/jaxws-ri-bom-ext-3.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom-ext/3.0.2/jaxws-ri-bom-ext-3.0.2.pom (3.7 kB at 91 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom/3.0.2/jaxws-ri-bom-3.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom/3.0.2/jaxws-ri-bom-3.0.2.pom (10.0 kB at 270 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/3.0.2/jaxb-bom-3.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/3.0.2/jaxb-bom-3.0.2.pom (10 kB at 271 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.pom (13 kB at 366 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-bundles/3.0.2/jaxb-bundles-3.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-bundles/3.0.2/jaxb-bundles-3.0.2.pom (1.3 kB at 37 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-parent/3.0.2/jaxb-parent-3.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-parent/3.0.2/jaxb-parent-3.0.2.pom (29 kB at 735 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-bom-ext/3.0.2/jaxb-bom-ext-3.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-bom-ext/3.0.2/jaxb-bom-ext-3.0.2.pom (3.5 kB at 109 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.pom (13 kB at 406 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom (13 kB at 490 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom (9.5 kB at 366 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom (2.0 kB at 77 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/all/2.0.1/all-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/all/2.0.1/all-2.0.1.pom (23 kB at 878 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.pom (12 kB at 439 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.pom (2.7 kB at 103 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.0.1/stax-ex-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.0.1/stax-ex-2.0.1.pom (16 kB at 512 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.0.2/streambuffer-2.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.0.2/streambuffer-2.0.2.pom (17 kB at 557 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.pom (17 kB at 619 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.0.0/FastInfoset-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.0.0/FastInfoset-2.0.0.pom (3.4 kB at 105 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/fastinfoset-project/2.0.0/fastinfoset-project-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/fastinfoset-project/2.0.0/fastinfoset-project-2.0.0.pom (17 kB at 539 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.pom (5.7 kB at 220 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/all/2.0.1/all-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/all/2.0.1/all-2.0.1.pom (24 kB at 894 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/2.0.1/saaj-impl-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/2.0.1/saaj-impl-2.0.1.pom (13 kB at 383 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/metro-saaj/2.0.1/metro-saaj-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/metro-saaj/2.0.1/metro-saaj-2.0.1.pom (13 kB at 393 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/2.0.1/jakarta.xml.soap-api-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/2.0.1/jakarta.xml.soap-api-2.0.1.pom (19 kB at 618 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/woodstox/woodstox-core/6.2.6/woodstox-core-6.2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.6/woodstox-core-6.2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.6/woodstox-core-6.2.6.pom (8.3 kB at 212 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/41/oss-parent-41.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/41/oss-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/41/oss-parent-41.pom (23 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (6.3 kB at 419 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/38/oss-parent-38.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 2.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/3.0.1/jakarta.xml.ws-api-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/3.0.1/jakarta.xml.ws-api-3.0.1.pom (19 kB at 565 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.pom (17 kB at 658 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.pom (21 kB at 611 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.pom (1.4 kB at 47 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/webservices-osgi/3.0.2/webservices-osgi-3.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/webservices-osgi/3.0.2/webservices-osgi-3.0.2.pom (28 kB at 834 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/bundles/3.0.2/bundles-3.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/bundles/3.0.2/bundles-3.0.2.pom (6.2 kB at 207 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/metro-project/3.0.2/metro-project-3.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/metro-project/3.0.2/metro-project-3.0.2.pom (29 kB at 893 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/metro-bom-ext/3.0.2/metro-bom-ext-3.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/metro-bom-ext/3.0.2/metro-bom-ext-3.0.2.pom (7.1 kB at 230 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/metro-bom/3.0.2/metro-bom-3.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/metro-bom/3.0.2/metro-bom-3.0.2.pom (11 kB at 336 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/webservices-api-osgi/3.0.2/webservices-api-osgi-3.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/webservices-api-osgi/3.0.2/webservices-api-osgi-3.0.2.pom (7.5 kB at 241 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/webservices-extra-jdk-packages/3.0.2/webservices-extra-jdk-packages-3.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/webservices-extra-jdk-packages/3.0.2/webservices-extra-jdk-packages-3.0.2.pom (2.8 kB at 91 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/3.0.2/jaxws-rt-3.0.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/3.0.2/jaxws-rt-3.0.2.jar (2.7 MB at 31 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.0.1/stax-ex-2.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.jar (917 kB at 20 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.0.2/streambuffer-2.0.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.0.2/streambuffer-2.0.2.jar (75 kB at 909 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.jar (65 kB at 590 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.0.0/FastInfoset-2.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.0.0/FastInfoset-2.0.0.jar (317 kB at 2.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.jar (29 kB at 169 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/2.0.1/saaj-impl-2.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.0.1/stax-ex-2.0.1.jar (38 kB at 213 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/woodstox/woodstox-core/6.2.6/woodstox-core-6.2.6.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.jar (689 kB at 3.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.jar (50 kB at 249 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/2.0.1/jakarta.xml.soap-api-2.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar (62 kB at 264 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar (129 kB at 542 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/3.0.1/jakarta.xml.ws-api-3.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.jar (238 kB at 977 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/2.0.1/jakarta.xml.soap-api-2.0.1.jar (37 kB at 145 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/webservices-osgi/3.0.2/webservices-osgi-3.0.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.jar (17 kB at 63 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/webservices-api-osgi/3.0.2/webservices-api-osgi-3.0.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/3.0.1/jakarta.xml.ws-api-3.0.1.jar (62 kB at 231 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/webservices-extra-jdk-packages/3.0.2/webservices-extra-jdk-packages-3.0.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/2.0.1/saaj-impl-2.0.1.jar (457 kB at 1.6 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/webservices-extra-jdk-packages/3.0.2/webservices-extra-jdk-packages-3.0.2.jar (4.5 kB at 15 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/webservices-api-osgi/3.0.2/webservices-api-osgi-3.0.2.jar (110 kB at 362 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.jar (3.5 MB at 9.4 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/webservices-osgi/3.0.2/webservices-osgi-3.0.2.jar (12 MB at 22 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.6/woodstox-core-6.2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.6/woodstox-core-6.2.6.jar (1.6 MB at 35 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar (196 kB at 16 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-http-server-jaxws --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-server-jaxws --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-http-server-jaxws --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-http-server-jaxws --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-jaxws/target/classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-jaxws/src/main/java/org/glassfish/grizzly/jaxws/JaxwsConnection.java:[96,24] getRequestHeaderNames() in com.sun.xml.ws.transport.http.WSHTTPConnection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-jaxws/src/main/java/org/glassfish/grizzly/jaxws/JaxwsConnection.java:[73,47] getRequestHeaders() in com.sun.xml.ws.transport.http.WSHTTPConnection has been deprecated [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-http-server-jaxws --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-jaxws/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-http-server-jaxws --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-jaxws/target/test-classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-jaxws/src/test/java/org/glassfish/grizzly/jaxws/JaxwsTest.java:[69,40] bulder() in org.glassfish.grizzly.http.server.HttpHandlerRegistration has been deprecated [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-http-server-jaxws --- [WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead. [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.grizzly.jaxws.JaxwsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.709 s - in org.glassfish.grizzly.jaxws.JaxwsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ grizzly-http-server-jaxws --- [INFO] [INFO] --- jar:3.2.0:test-jar (default) @ grizzly-http-server-jaxws --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-jaxws/target/grizzly-http-server-jaxws-4.0.0-SNAPSHOT-tests.jar [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-http-server-jaxws >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-server-jaxws --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-http-server-jaxws <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-http-server-jaxws --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-jaxws/target/grizzly-http-server-jaxws-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ grizzly-http-server-jaxws --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-jaxws/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server-jaxws/4.0.0-SNAPSHOT/grizzly-http-server-jaxws-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-jaxws/target/grizzly-http-server-jaxws-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server-jaxws/4.0.0-SNAPSHOT/grizzly-http-server-jaxws-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-jaxws/target/grizzly-http-server-jaxws-4.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server-jaxws/4.0.0-SNAPSHOT/grizzly-http-server-jaxws-4.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-jaxws/target/grizzly-http-server-jaxws-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server-jaxws/4.0.0-SNAPSHOT/grizzly-http-server-jaxws-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ grizzly-http-server-jaxws --- [INFO] Installing org/glassfish/grizzly/grizzly-http-server-jaxws/4.0.0-SNAPSHOT/grizzly-http-server-jaxws-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------< org.glassfish.grizzly.samples:grizzly-http-jaxws-samples >------ [INFO] Building grizzly-http-jaxws-samples 4.0.0-SNAPSHOT [33/42] [INFO] from samples/http-jaxws-samples/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/3.0.1/jaxws-rt-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/3.0.1/jaxws-rt-3.0.1.pom (14 kB at 307 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/project/3.0.1/project-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/project/3.0.1/project-3.0.1.pom (34 kB at 972 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom-ext/3.0.1/jaxws-ri-bom-ext-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom-ext/3.0.1/jaxws-ri-bom-ext-3.0.1.pom (3.7 kB at 96 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom/3.0.1/jaxws-ri-bom-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom/3.0.1/jaxws-ri-bom-3.0.1.pom (10.0 kB at 256 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/3.0.1/jaxb-bom-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/3.0.1/jaxb-bom-3.0.1.pom (10 kB at 270 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/3.0.1/jaxb-impl-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/3.0.1/jaxb-impl-3.0.1.pom (13 kB at 352 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-bundles/3.0.1/jaxb-bundles-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-bundles/3.0.1/jaxb-bundles-3.0.1.pom (1.3 kB at 37 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-parent/3.0.1/jaxb-parent-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-parent/3.0.1/jaxb-parent-3.0.1.pom (29 kB at 705 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-bom-ext/3.0.1/jaxb-bom-ext-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-bom-ext/3.0.1/jaxb-bom-ext-3.0.1.pom (3.4 kB at 90 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/3.0.1/jaxb-core-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/3.0.1/jaxb-core-3.0.1.pom (13 kB at 369 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.9.14/mimepull-1.9.14.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.9.14/mimepull-1.9.14.pom (17 kB at 449 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/woodstox/woodstox-core/6.2.4/woodstox-core-6.2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.4/woodstox-core-6.2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.4/woodstox-core-6.2.4.pom (8.3 kB at 131 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/3.0.1/jaxws-rt-3.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/3.0.1/jaxws-rt-3.0.1.jar (2.7 MB at 33 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/3.0.1/jaxb-impl-3.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/3.0.1/jaxb-core-3.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.9.14/mimepull-1.9.14.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/woodstox/woodstox-core/6.2.4/woodstox-core-6.2.4.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/3.0.1/jaxb-core-3.0.1.jar (238 kB at 6.1 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.9.14/mimepull-1.9.14.jar (65 kB at 1.6 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/3.0.1/jaxb-impl-3.0.1.jar (935 kB at 19 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.4/woodstox-core-6.2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.4/woodstox-core-6.2.4.jar (1.6 MB at 15 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-http-jaxws-samples --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-jaxws-samples --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-http-jaxws-samples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-jaxws-samples/src/main/resources [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-http-jaxws-samples --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-jaxws-samples/target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-http-jaxws-samples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-jaxws-samples/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-http-jaxws-samples --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-http-jaxws-samples --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ grizzly-http-jaxws-samples --- [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-http-jaxws-samples >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-http-jaxws-samples --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-http-jaxws-samples <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-http-jaxws-samples --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-jaxws-samples/target/grizzly-http-jaxws-samples-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ grizzly-http-jaxws-samples --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-jaxws-samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-http-jaxws-samples/4.0.0-SNAPSHOT/grizzly-http-jaxws-samples-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-jaxws-samples/target/grizzly-http-jaxws-samples-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-http-jaxws-samples/4.0.0-SNAPSHOT/grizzly-http-jaxws-samples-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-jaxws-samples/target/grizzly-http-jaxws-samples-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-http-jaxws-samples/4.0.0-SNAPSHOT/grizzly-http-jaxws-samples-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ grizzly-http-jaxws-samples --- [INFO] Installing org/glassfish/grizzly/samples/grizzly-http-jaxws-samples/4.0.0-SNAPSHOT/grizzly-http-jaxws-samples-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------------< org.glassfish.grizzly:tls-sni >-------------------- [INFO] Building tls-sni 4.0.0-SNAPSHOT [34/42] [INFO] from extras/tls-sni/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tls-sni --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ tls-sni --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tls-sni --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ tls-sni --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/tls-sni/target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tls-sni --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ tls-sni --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/tls-sni/target/test-classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/tls-sni/src/test/java/org/glassfish/grizzly/sni/SNITest.java:[61,59] createSSLContext() in org.glassfish.grizzly.ssl.SSLContextConfigurator has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/tls-sni/src/test/java/org/glassfish/grizzly/sni/SNITest.java:[65,59] createSSLContext() in org.glassfish.grizzly.ssl.SSLContextConfigurator has been deprecated [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ tls-sni --- [WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead. [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.grizzly.sni.SNITest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 s - in org.glassfish.grizzly.sni.SNITest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tls-sni --- [INFO] [INFO] --- jar:3.2.0:test-jar (default) @ tls-sni --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/tls-sni/target/tls-sni-4.0.0-SNAPSHOT-tests.jar [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ tls-sni >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ tls-sni --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ tls-sni <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ tls-sni --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/tls-sni/target/tls-sni-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tls-sni --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/tls-sni/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/tls-sni/4.0.0-SNAPSHOT/tls-sni-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/tls-sni/target/tls-sni-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/tls-sni/4.0.0-SNAPSHOT/tls-sni-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/tls-sni/target/tls-sni-4.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/tls-sni/4.0.0-SNAPSHOT/tls-sni-4.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/tls-sni/target/tls-sni-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/tls-sni/4.0.0-SNAPSHOT/tls-sni-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tls-sni --- [INFO] Installing org/glassfish/grizzly/tls-sni/4.0.0-SNAPSHOT/tls-sni-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------< org.glassfish.grizzly.samples:grizzly-tls-sni-samples >-------- [INFO] Building grizzly-tls-sni-samples 4.0.0-SNAPSHOT [35/42] [INFO] from samples/tls-sni-samples/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-tls-sni-samples --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-tls-sni-samples --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-tls-sni-samples --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-tls-sni-samples --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/tls-sni-samples/target/classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/tls-sni-samples/src/main/java/org/glassfish/grizzly/samples/sni/httpserver/Server.java:[96,58] createSSLContext() in org.glassfish.grizzly.ssl.SSLContextConfigurator has been deprecated [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-tls-sni-samples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/tls-sni-samples/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-tls-sni-samples --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-tls-sni-samples --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ grizzly-tls-sni-samples --- [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-tls-sni-samples >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-tls-sni-samples --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-tls-sni-samples <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-tls-sni-samples --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/tls-sni-samples/target/grizzly-tls-sni-samples-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ grizzly-tls-sni-samples --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/tls-sni-samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-tls-sni-samples/4.0.0-SNAPSHOT/grizzly-tls-sni-samples-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/tls-sni-samples/target/grizzly-tls-sni-samples-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-tls-sni-samples/4.0.0-SNAPSHOT/grizzly-tls-sni-samples-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/tls-sni-samples/target/grizzly-tls-sni-samples-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-tls-sni-samples/4.0.0-SNAPSHOT/grizzly-tls-sni-samples-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ grizzly-tls-sni-samples --- [INFO] Installing org/glassfish/grizzly/samples/grizzly-tls-sni-samples/4.0.0-SNAPSHOT/grizzly-tls-sni-samples-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------------< org.glassfish.grizzly:connection-pool >---------------- [INFO] Building connection-pool 4.0.0-SNAPSHOT [36/42] [INFO] from extras/connection-pool/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ connection-pool --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ connection-pool --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ connection-pool --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ connection-pool --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/connection-pool/target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ connection-pool --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/connection-pool/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ connection-pool --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/connection-pool/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ connection-pool --- [WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead. [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.grizzly.connectionpool.SingleEndPointPoolTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.397 s - in org.glassfish.grizzly.connectionpool.SingleEndPointPoolTest [INFO] Running org.glassfish.grizzly.connectionpool.MultiEndPointPoolTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.532 s - in org.glassfish.grizzly.connectionpool.MultiEndPointPoolTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ connection-pool --- [INFO] [INFO] --- jar:3.2.0:test-jar (default) @ connection-pool --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/connection-pool/target/connection-pool-4.0.0-SNAPSHOT-tests.jar [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ connection-pool >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ connection-pool --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ connection-pool <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ connection-pool --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/connection-pool/target/connection-pool-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ connection-pool --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/connection-pool/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/connection-pool/4.0.0-SNAPSHOT/connection-pool-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/connection-pool/target/connection-pool-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/connection-pool/4.0.0-SNAPSHOT/connection-pool-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/connection-pool/target/connection-pool-4.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/connection-pool/4.0.0-SNAPSHOT/connection-pool-4.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/connection-pool/target/connection-pool-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/connection-pool/4.0.0-SNAPSHOT/connection-pool-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ connection-pool --- [INFO] Installing org/glassfish/grizzly/connection-pool/4.0.0-SNAPSHOT/connection-pool-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------< org.glassfish.grizzly.samples:connection-pool-samples >-------- [INFO] Building connection-pool-samples 4.0.0-SNAPSHOT [37/42] [INFO] from samples/connection-pool-samples/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ connection-pool-samples --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ connection-pool-samples --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ connection-pool-samples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/connection-pool-samples/src/main/resources [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ connection-pool-samples --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/connection-pool-samples/target/classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/connection-pool-samples/src/main/java/org/glassfish/grizzly/samples/connectionpool/MultiEndpointPoolSample.java:[100,76] connectorHandler(org.glassfish.grizzly.ConnectorHandler) in org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder has been deprecated [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ connection-pool-samples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/connection-pool-samples/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ connection-pool-samples --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ connection-pool-samples --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ connection-pool-samples --- [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ connection-pool-samples >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ connection-pool-samples --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ connection-pool-samples <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ connection-pool-samples --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/connection-pool-samples/target/connection-pool-samples-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ connection-pool-samples --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/connection-pool-samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/connection-pool-samples/4.0.0-SNAPSHOT/connection-pool-samples-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/connection-pool-samples/target/connection-pool-samples-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/connection-pool-samples/4.0.0-SNAPSHOT/connection-pool-samples-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/connection-pool-samples/target/connection-pool-samples-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/connection-pool-samples/4.0.0-SNAPSHOT/connection-pool-samples-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ connection-pool-samples --- [INFO] Installing org/glassfish/grizzly/samples/connection-pool-samples/4.0.0-SNAPSHOT/connection-pool-samples-4.0.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.grizzly.samples:grizzly-samples >------------ [INFO] Building grizzly-samples 4.0.0-SNAPSHOT [38/42] [INFO] from samples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-samples --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-samples --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-samples >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-samples --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-samples <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-samples --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ grizzly-samples --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/samples/grizzly-samples/4.0.0-SNAPSHOT/grizzly-samples-4.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.grizzly.osgi:grizzly-httpservice >----------- [INFO] Building Grizzly OSGi HttpService 4.0.0-SNAPSHOT [39/42] [INFO] from extras/grizzly-httpservice/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.pom (5.8 kB at 60 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.jar (40 kB at 630 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.compendium/5.0.0/org.osgi.compendium-5.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/5.0.0/org.osgi.compendium-5.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/5.0.0/org.osgi.compendium-5.0.0.pom (1.4 kB at 21 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.osgi.foundation/1.2.0/org.osgi.foundation-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.foundation/1.2.0/org.osgi.foundation-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.foundation/1.2.0/org.osgi.foundation-1.2.0.pom (1.8 kB at 33 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/felix/1.0.2/felix-1.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix/1.0.2/felix-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix/1.0.2/felix-1.0.2.pom (14 kB at 179 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.pom (15 kB at 464 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.compendium/5.0.0/org.osgi.compendium-5.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.osgi.foundation/1.2.0/org.osgi.foundation-1.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.jar (156 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/5.0.0/org.osgi.compendium-5.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/5.0.0/org.osgi.compendium-5.0.0.jar (771 kB at 8.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.foundation/1.2.0/org.osgi.foundation-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.foundation/1.2.0/org.osgi.foundation-1.2.0.jar (260 kB at 2.6 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-httpservice --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-httpservice --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.1.0:add-source (add-osgi-compendium-src) @ grizzly-httpservice --- [INFO] Source directory: /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src added. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack_osgi_compendium_sources) @ grizzly-httpservice --- [INFO] Configured Artifact: org.osgi:org.osgi.compendium:sources:?:jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.compendium/5.0.0/org.osgi.compendium-5.0.0-sources.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/5.0.0/org.osgi.compendium-5.0.0-sources.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/5.0.0/org.osgi.compendium-5.0.0-sources.jar (481 kB at 5.0 MB/s) [INFO] Unpacking /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/5.0.0/org.osgi.compendium-5.0.0-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src with includes "" and excludes "" [INFO] [INFO] --- replacer:1.5.3:replace (default) @ grizzly-httpservice --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom (2.3 kB at 72 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.0.3/maven-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.3/maven-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.3/maven-3.0.3.pom (23 kB at 646 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom (3.9 kB at 95 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 289 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom (1.9 kB at 60 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom (3.0 kB at 79 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom (3.6 kB at 74 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom (3.0 kB at 82 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom (1.8 kB at 80 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom (9.3 kB at 206 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/7/forge-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/7/forge-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/7/forge-parent-7.pom (13 kB at 438 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom (3.0 kB at 107 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom (7.8 kB at 143 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom (13 kB at 810 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.8.2/ant-1.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom (9.9 kB at 299 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom (4.7 kB at 117 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom (2.4 kB at 58 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.1/commons-io-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.pom (11 kB at 462 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom (1.4 kB at 12 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/1/apache-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 162 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 57 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.8.2/ant-1.8.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.1/commons-io-2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar (49 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar (163 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar (52 kB at 931 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 798 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar (223 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar (230 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar (196 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.jar (163 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar (1.9 MB at 17 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar (12 kB at 91 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar (484 kB at 3.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar (1.2 MB at 7.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar (195 kB at 1.0 MB/s) [INFO] Replacement run on 240 files. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-httpservice --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-httpservice --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 254 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtException.java:[407,108] unchecked call to toArray(T[]) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[150,34] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[150,33] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[151,34] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[151,33] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[152,34] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[152,33] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[153,34] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[153,33] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[154,34] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[154,33] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[155,34] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[155,33] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[156,34] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[156,33] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[157,34] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[157,33] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[158,34] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[158,33] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[159,34] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[159,33] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[160,34] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[160,33] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[161,34] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[161,33] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[162,34] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[162,33] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[287,22] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[297,22] Float(float) in java.lang.Float has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[308,22] Long(long) in java.lang.Long has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/DmtData.java:[983,50] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/Acl.java:[141,84] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/Acl.java:[141,69] unchecked call to put(K,V) as a member of the raw type java.util.TreeMap [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/Acl.java:[179,43] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/Acl.java:[180,66] unchecked call to put(K,V) as a member of the raw type java.util.TreeMap [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/Acl.java:[408,73] unchecked call to toArray(T[]) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/Acl.java:[461,61] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/Acl.java:[461,49] unchecked call to put(K,V) as a member of the raw type java.util.TreeMap [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/Acl.java:[517,38] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/Acl.java:[529,22] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/util/measurement/Unit.java:[404,41] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/util/measurement/Unit.java:[410,33] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationAdminPermission.java:[204,42] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationAdminPermission.java:[205,42] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationAdminPermission.java:[211,47] unchecked method invocation: method match in interface org.osgi.framework.Filter is applied to given types required: java.util.Dictionary found: java.util.Hashtable [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationAdminPermission.java:[211,48] unchecked conversion required: java.util.Dictionary found: java.util.Hashtable [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationAdminPermission.java:[216,47] unchecked call to containsAll(java.util.Collection) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationAdminPermission.java:[285,28] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationAdminPermission.java:[286,28] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationAdminPermission.java:[287,28] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationAdminPermission.java:[295,30] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationAdminPermission.java:[299,30] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationAdminPermission.java:[335,49] unchecked call to containsAll(java.util.Collection) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationDescriptor.java:[225,47] Boolean(boolean) in java.lang.Boolean has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationDescriptor.java:[225,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationDescriptor.java:[534,100] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationDescriptor.java:[535,84] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationDescriptor.java:[536,80] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationDescriptor.java:[537,82] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationDescriptor.java:[538,84] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationDescriptor.java:[539,82] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationDescriptor.java:[520,54] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedAction found: [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationDescriptor.java:[520,55] unchecked conversion required: java.security.PrivilegedAction found: [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationDescriptor.java:[554,62] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationDescriptor.java:[552,63] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationDescriptor.java:[552,64] unchecked conversion required: java.security.PrivilegedExceptionAction found: [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationDescriptor.java:[626,142] Boolean(boolean) in java.lang.Boolean has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationHandle.java:[270,96] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationHandle.java:[271,83] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationHandle.java:[256,54] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedAction found: [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationHandle.java:[256,55] unchecked conversion required: java.security.PrivilegedAction found: [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationHandle.java:[286,62] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationHandle.java:[284,63] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/application/ApplicationHandle.java:[284,64] unchecked conversion required: java.security.PrivilegedExceptionAction found: [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/remoteserviceadmin/EndpointDescription.java:[433,43] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/remoteserviceadmin/EndpointDescription.java:[463,35] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/monitor/StatusVariable.java:[322,56] Float(float) in java.lang.Float has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/monitor/StatusVariable.java:[324,56] Boolean(boolean) in java.lang.Boolean has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/security/DmtPrincipalPermission.java:[136,24] Boolean(boolean) in java.lang.Boolean has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/security/DmtPrincipalPermission.java:[254,28] elements() in org.osgi.service.dmt.security.DmtPrincipalPermissionCollection overrides elements() in java.security.PermissionCollection return type requires unchecked conversion from java.util.Enumeration to java.util.Enumeration [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/security/DmtPrincipalPermission.java:[221,34] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/security/DmtPrincipalPermission.java:[256,47] unchecked method invocation: method enumeration in class java.util.Collections is applied to given types required: java.util.Collection found: java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/security/DmtPrincipalPermission.java:[256,48] unchecked conversion required: java.util.Collection found: java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/useradmin/UserAdminPermission.java:[603,28] elements() in org.osgi.service.useradmin.UserAdminPermissionCollection overrides elements() in java.security.PermissionCollection return type requires unchecked conversion from java.util.Enumeration to java.util.Enumeration [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/useradmin/UserAdminPermission.java:[520,56] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/useradmin/UserAdminPermission.java:[523,48] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/coordinator/CoordinationPermission.java:[517,55] Long(long) in java.lang.Long has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/coordinator/CoordinationPermission.java:[772,84] unchecked cast required: java.util.HashMap found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/monitor/MonitorPermission.java:[245,24] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/monitor/MonitorPermission.java:[245,55] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/monitor/MonitorPermission.java:[245,115] Boolean(boolean) in java.lang.Boolean has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/monitor/MonitorPermission.java:[245,172] Boolean(boolean) in java.lang.Boolean has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/security/AlertPermission.java:[135,24] Boolean(boolean) in java.lang.Boolean has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/security/AlertPermission.java:[253,28] elements() in org.osgi.service.dmt.security.DmtAlertPermissionCollection overrides elements() in java.security.PermissionCollection return type requires unchecked conversion from java.util.Enumeration to java.util.Enumeration [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/security/AlertPermission.java:[220,34] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/security/AlertPermission.java:[255,47] unchecked method invocation: method enumeration in class java.util.Collections is applied to given types required: java.util.Collection found: java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/dmt/security/AlertPermission.java:[255,48] unchecked conversion required: java.util.Collection found: java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/subsystem/SubsystemPermission.java:[584,55] Long(long) in java.lang.Long has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/service/subsystem/SubsystemPermission.java:[738,108] unchecked cast required: java.util.HashMap found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/util/xml/XMLParserActivator.java:[208,46] unchecked call to add(E) as a member of the raw type java.util.List [INFO] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/util/xml/XMLParserActivator.java: Some input files additionally use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src/org/osgi/util/xml/XMLParserActivator.java: Some input files additionally use unchecked or unsafe operations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-httpservice --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-httpservice --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-httpservice --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.grizzly.osgi.httpservice.OSGiCleanMapperTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.glassfish.grizzly.osgi.httpservice.OSGiCleanMapperTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ grizzly-httpservice --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/grizzly-httpservice-4.0.0-SNAPSHOT.jar [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-httpservice >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-httpservice --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.1.0:add-source (add-osgi-compendium-src) @ grizzly-httpservice --- [INFO] Source directory: /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/osgi.compendium-src added. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-httpservice <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-httpservice --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/grizzly-httpservice-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:bundle (osgi-bundle) @ grizzly-httpservice --- [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/event Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/blueprint/container Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/blueprint/reflect Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/dmt/spi Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/dmt Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/dmt/security Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/dmt/notification/spi Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/dmt/notification Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/upnp Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/coordinator Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/application Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/cm Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/component Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/component/annotations Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/jndi Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/useradmin Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/http Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/remoteserviceadmin Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/device Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/repository Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/deploymentadmin Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/deploymentadmin/spi Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/wireadmin Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/monitor Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/prefs Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/jpa Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/metatype Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/subsystem Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/io Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/provisioning Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/resolver Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/log Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/jdbc Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/serviceloader Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/application Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/util/measurement Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/util/xml Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/util/position Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/namespace/extender Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/namespace/service Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/namespace/contract Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-http, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-comet, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Version for package jakarta.servlet is set to different values in the source (5.0) and in the manifest (6.0.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice:jar:4.0.0-SNAPSHOT : Version for package jakarta.servlet.http is set to different values in the source (5.0) and in the manifest (6.0.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [INFO] [INFO] --- install:3.1.1:install (default-install) @ grizzly-httpservice --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/osgi/grizzly-httpservice/4.0.0-SNAPSHOT/grizzly-httpservice-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/grizzly-httpservice-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/osgi/grizzly-httpservice/4.0.0-SNAPSHOT/grizzly-httpservice-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/grizzly-httpservice-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/osgi/grizzly-httpservice/4.0.0-SNAPSHOT/grizzly-httpservice-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.glassfish.grizzly.osgi:grizzly-httpservice-bundle >-------- [INFO] Building Grizzly OSGi HttpService Bundle 4.0.0-SNAPSHOT [40/42] [INFO] from extras/bundles/grizzly-httpservice-bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ grizzly-httpservice-bundle --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-httpservice-bundle --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (src-dependencies) @ grizzly-httpservice-bundle --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0-sources.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0-sources.jar (253 kB at 2.0 MB/s) [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/target/grizzly-http-servlet-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/target/grizzly-http-server-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/target/grizzly-comet-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/grizzly-framework-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/grizzly-httpservice-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/target/grizzly-http-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/target/grizzly-portunif-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/target/grizzly-websockets-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java with includes "" and excludes "module-info.java" [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-httpservice-bundle --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/resources [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ grizzly-httpservice-bundle --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1085 source files to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/target/classes [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/monitoring/DefaultMonitoringConfig.java:[41,44] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/monitoring/DefaultMonitoringConfig.java:[49,50] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/nio/NIOTransport.java:[638,40] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/nio/transport/UDPNIOTransport.java:[368,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/nio/transport/UDPNIOTransport.java:[369,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[645,20] removeCloseListener(org.glassfish.grizzly.Connection.CloseListener) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[640,17] addCloseListener(org.glassfish.grizzly.Connection.CloseListener) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[183,20] isStandalone() in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[169,30] configureStandalone(boolean) in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[500,71] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[546,75] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[640,34] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[645,40] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[932,42] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[933,17] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[935,34] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[937,34] org.glassfish.grizzly.Connection.CloseType in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java:[939,19] org.glassfish.grizzly.Connection.CloseListener in org.glassfish.grizzly.Connection has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/CloseType.java:[19,34] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/CloseListener.java:[25,63] org.glassfish.grizzly.ICloseType in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/monitoring/MonitoringConfig.java:[30,25] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/monitoring/MonitoringConfig.java:[37,31] Possible heap pollution from parameterized vararg type E [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/http/server/filecache/FileCacheEntry.java:[158,20] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/http/server/filecache/FileCacheEntry.java:[168,14] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/jakarta/persistence/EntityGraph.java:[68,54] Possible heap pollution from parameterized vararg type jakarta.persistence.metamodel.Attribute [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/jakarta/persistence/Subgraph.java:[54,54] Possible heap pollution from parameterized vararg type jakarta.persistence.metamodel.Attribute [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/nio/transport/TCPNIOTransport.java:[412,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/nio/transport/TCPNIOTransport.java:[413,17] isStandalone in org.glassfish.grizzly.AbstractTransport has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/servlet/ServletHandler.java:[297,62] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[1777,59] getHttpHandlers() in org.glassfish.grizzly.http.server.ServerConfiguration has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[1969,28] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[1993,27] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[2002,34] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/servlet/WebappContext.java:[2023,21] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/jmxbase/GrizzlyJmxManager.java:[41,117] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationAdminPermission.java:[204,42] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationAdminPermission.java:[205,42] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationAdminPermission.java:[211,47] unchecked method invocation: method match in interface org.osgi.framework.Filter is applied to given types required: java.util.Dictionary found: java.util.Hashtable [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationAdminPermission.java:[211,48] unchecked conversion required: java.util.Dictionary found: java.util.Hashtable [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationAdminPermission.java:[216,47] unchecked call to containsAll(java.util.Collection) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationAdminPermission.java:[285,28] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationAdminPermission.java:[286,28] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationAdminPermission.java:[287,28] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationAdminPermission.java:[295,30] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationAdminPermission.java:[299,30] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationAdminPermission.java:[335,49] unchecked call to containsAll(java.util.Collection) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationDescriptor.java:[225,47] Boolean(boolean) in java.lang.Boolean has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationDescriptor.java:[225,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationDescriptor.java:[534,100] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationDescriptor.java:[535,84] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationDescriptor.java:[536,80] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationDescriptor.java:[537,82] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationDescriptor.java:[538,84] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationDescriptor.java:[539,82] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationDescriptor.java:[520,54] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedAction found: [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationDescriptor.java:[520,55] unchecked conversion required: java.security.PrivilegedAction found: [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationDescriptor.java:[554,62] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationDescriptor.java:[552,63] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationDescriptor.java:[552,64] unchecked conversion required: java.security.PrivilegedExceptionAction found: [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationDescriptor.java:[626,142] Boolean(boolean) in java.lang.Boolean has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationHandle.java:[270,96] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationHandle.java:[271,83] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationHandle.java:[256,54] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedAction found: [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationHandle.java:[256,55] unchecked conversion required: java.security.PrivilegedAction found: [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationHandle.java:[286,62] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationHandle.java:[284,63] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedExceptionAction found: [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/application/ApplicationHandle.java:[284,64] unchecked conversion required: java.security.PrivilegedExceptionAction found: [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/resolver/ResolveContext.java:[94,35] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/deploymentadmin/DeploymentAdminPermission.java:[223,64] unchecked call to getConstructor(java.lang.Class...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/deploymentadmin/DeploymentAdminPermission.java:[216,74] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types required: java.security.PrivilegedAction found: [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/deploymentadmin/DeploymentAdminPermission.java:[216,75] unchecked conversion required: java.security.PrivilegedAction found: [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/ssl/SSLBaseFilter.java:[340,94] getPushBackHandler() in org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/ssl/SSLBaseFilter.java:[340,16] write(java.lang.Object,java.lang.Object,org.glassfish.grizzly.CompletionHandler,org.glassfish.grizzly.asyncqueue.PushBackHandler,org.glassfish.grizzly.asyncqueue.MessageCloner,boolean) in org.glassfish.grizzly.filterchain.FilterChainContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/ssl/SSLFilter.java:[384,60] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/dmt/Acl.java:[141,84] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/dmt/Acl.java:[141,69] unchecked call to put(K,V) as a member of the raw type java.util.TreeMap [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/dmt/Acl.java:[179,43] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/dmt/Acl.java:[180,66] unchecked call to put(K,V) as a member of the raw type java.util.TreeMap [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/dmt/Acl.java:[408,73] unchecked call to toArray(T[]) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/dmt/Acl.java:[461,61] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/dmt/Acl.java:[461,49] unchecked call to put(K,V) as a member of the raw type java.util.TreeMap [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/dmt/Acl.java:[517,38] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/dmt/Acl.java:[529,22] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/remoteserviceadmin/EndpointDescription.java:[433,43] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/remoteserviceadmin/EndpointDescription.java:[463,35] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/portunif/BackChannelFilter.java:[84,131] getPushBackHandler() in org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/portunif/BackChannelFilter.java:[84,31] write(java.lang.Object,java.lang.Object,org.glassfish.grizzly.CompletionHandler,org.glassfish.grizzly.asyncqueue.PushBackHandler,org.glassfish.grizzly.asyncqueue.MessageCloner,boolean) in org.glassfish.grizzly.filterchain.FilterChainContext has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/comet/CometContext.java:[516,82] org.glassfish.grizzly.GenericCloseListener in org.glassfish.grizzly has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/subsystem/SubsystemPermission.java:[584,55] Long(long) in java.lang.Long has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/subsystem/SubsystemPermission.java:[738,108] unchecked cast required: java.util.HashMap found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/dmt/DmtData.java:[150,34] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/dmt/DmtData.java:[150,33] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/dmt/DmtData.java:[151,34] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/dmt/DmtData.java:[151,33] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/dmt/DmtData.java:[152,34] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/dmt/DmtData.java:[152,33] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/dmt/DmtData.java:[153,34] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/dmt/DmtData.java:[153,33] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/dmt/DmtData.java:[154,34] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/dmt/DmtData.java:[154,33] unchecked call to put(K,V) as a member of the raw type java.util.Map [INFO] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/dmt/DmtData.java: Some input files additionally use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/servlet/HttpServletRequestImpl.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/glassfish/grizzly/servlet/HttpServletRequestImpl.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java/org/osgi/service/dmt/DmtData.java: Some input files additionally use unchecked or unsafe operations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-httpservice-bundle --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/test/resources [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ grizzly-httpservice-bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ grizzly-httpservice-bundle --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ grizzly-httpservice-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/target/grizzly-httpservice-bundle-4.0.0-SNAPSHOT.jar [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-httpservice-bundle >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-httpservice-bundle --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (src-dependencies) @ grizzly-httpservice-bundle --- [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/target/grizzly-http-servlet-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/target/grizzly-http-server-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/target/grizzly-comet-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/grizzly-framework-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/grizzly-httpservice-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/target/grizzly-http-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/target/grizzly-portunif-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java with includes "" and excludes "module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/target/grizzly-websockets-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src/main/java with includes "" and excludes "module-info.java" [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-httpservice-bundle <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-httpservice-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/target/grizzly-httpservice-bundle-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:bundle (osgi-bundle) @ grizzly-httpservice-bundle --- [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/persistence/criteria Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.persistence-api] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/persistence Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.persistence-api] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/persistence/metamodel Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.persistence-api] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/persistence/spi Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.persistence-api] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/servlet Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.servlet-api, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/servlet/descriptor Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.servlet-api] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/servlet/annotation Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.servlet-api] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/servlet/http Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.servlet-api, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/nio/transport Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/nio Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/nio/tmpselectors Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/monitoring Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/asyncqueue Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/filterchain Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/attributes Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/utils Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/utils/conditions Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/memory Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/impl Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/strategies Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/threadpool Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/filecache Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/io Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/util Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/jmxbase Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/naming Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/http2 Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/server/accesslog Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-server] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/util Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/http/io Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/websockets Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-websockets] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/websockets/frametypes Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-websockets] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/websockets/rfc6455 Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-websockets] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/websockets/glassfish Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-websockets] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/osgi/httpservice Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/osgi/httpservice/util Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/servlet Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-http-servlet] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/jmxbase Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/ssl Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma/impl Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma/impl/lz Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma/impl/rangecoder Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/lzma Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/compression/zip Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/localization Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/streams Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-framework] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/portunif Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-portunif] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/portunif/finders Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-portunif] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/comet Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-comet] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/grizzly/comet/concurrent Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:grizzly-comet] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/cm Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/blueprint/reflect Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/blueprint/container Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/jndi Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/http Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/coordinator Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/metatype Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/application Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/component/annotations Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/component Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/resolver Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/monitor Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/deploymentadmin Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/deploymentadmin/spi Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/upnp Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/wireadmin Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/dmt Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/dmt/notification Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/dmt/notification/spi Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/dmt/spi Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/dmt/security Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/remoteserviceadmin Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/device Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/event Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/subsystem Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/log Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/useradmin Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/jpa Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/repository Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/io Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/prefs Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/jdbc Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/serviceloader Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/service/provisioning Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/namespace/service Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/namespace/contract Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/namespace/extender Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/util/position Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/util/measurement Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/util/xml Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Split package, multiple jars provide the same package:org/osgi/application Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:org.osgi.compendium, Jar:grizzly-httpservice] Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:org.osgi.foundation, Jar:jakarta.servlet-api, Jar:grizzly-http-servlet, Jar:grizzly-http-server, Jar:grizzly-comet, Jar:grizzly-framework, Jar:grizzly-httpservice, Jar:jakarta.persistence-api, Jar:grizzly-http, Jar:grizzly-portunif, Jar:grizzly-websockets] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Unused Export-Package instructions: [org.glassfish.gmbal*] [WARNING] Bundle org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:4.0.0-SNAPSHOT : Export org.glassfish.grizzly.osgi.httpservice, has 1, private references [org.osgi.service.http] [INFO] [INFO] --- install:3.1.1:install (default-install) @ grizzly-httpservice-bundle --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/osgi/grizzly-httpservice-bundle/4.0.0-SNAPSHOT/grizzly-httpservice-bundle-4.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/target/grizzly-httpservice-bundle-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/osgi/grizzly-httpservice-bundle/4.0.0-SNAPSHOT/grizzly-httpservice-bundle-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/target/grizzly-httpservice-bundle-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/osgi/grizzly-httpservice-bundle/4.0.0-SNAPSHOT/grizzly-httpservice-bundle-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- antrun:1.8:run (default) @ grizzly-httpservice-bundle --- [INFO] Executing tasks main: [delete] Deleting directory /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/src [INFO] Executed tasks [INFO] [INFO] ------------< org.glassfish.grizzly:grizzly-extra-bundles >------------- [INFO] Building grizzly-extra-bundles 4.0.0-SNAPSHOT [41/42] [INFO] from extras/bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-extra-bundles --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-extra-bundles --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-extra-bundles >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-extra-bundles --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-extra-bundles <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-extra-bundles --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ grizzly-extra-bundles --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-extra-bundles/4.0.0-SNAPSHOT/grizzly-extra-bundles-4.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.grizzly:grizzly-extras >---------------- [INFO] Building grizzly-extras 4.0.0-SNAPSHOT [42/42] [INFO] from extras/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-extras --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-extras --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grizzly-extras >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-extras --- [INFO] Skipping Rule Enforcement. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grizzly-extras <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grizzly-extras --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ grizzly-extras --- [INFO] Installing /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-extras/4.0.0-SNAPSHOT/grizzly-extras-4.0.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for grizzly-project 4.0.0-SNAPSHOT: [INFO] [INFO] grizzly-bom ........................................ SUCCESS [ 5.270 s] [INFO] grizzly-project .................................... SUCCESS [ 4.134 s] [INFO] grizzly-framework .................................. SUCCESS [04:19 min] [INFO] grizzly-http ....................................... SUCCESS [ 33.615 s] [INFO] grizzly-http-server ................................ SUCCESS [05:02 min] [INFO] grizzly-http2 ...................................... SUCCESS [ 52.440 s] [INFO] grizzly-http-servlet ............................... SUCCESS [ 57.628 s] [INFO] grizzly-comet ...................................... SUCCESS [ 18.226 s] [INFO] grizzly-websockets ................................. SUCCESS [ 46.294 s] [INFO] grizzly-portunif ................................... SUCCESS [ 9.822 s] [INFO] grizzly-http-ajp ................................... SUCCESS [ 2.487 s] [INFO] grizzly-framework-monitoring ....................... SUCCESS [ 3.083 s] [INFO] grizzly-http-monitoring ............................ SUCCESS [ 1.057 s] [INFO] grizzly-http-server-monitoring ..................... SUCCESS [ 1.022 s] [INFO] grizzly-monitoring ................................. SUCCESS [ 0.276 s] [INFO] grizzly-core ....................................... SUCCESS [ 18.545 s] [INFO] grizzly-http-server-multipart ...................... SUCCESS [ 24.482 s] [INFO] grizzly-http-server-core ........................... SUCCESS [ 5.981 s] [INFO] grizzly-http-servlet-extras ........................ SUCCESS [ 2.279 s] [INFO] grizzly-http-servlet-server ........................ SUCCESS [ 6.688 s] [INFO] grizzly-comet-server ............................... SUCCESS [ 6.012 s] [INFO] grizzly-websockets-server .......................... SUCCESS [ 6.866 s] [INFO] grizzly-all ........................................ SUCCESS [ 7.005 s] [INFO] grizzly-bundles .................................... SUCCESS [ 0.316 s] [INFO] grizzly-modules .................................... SUCCESS [ 0.274 s] [INFO] grizzly-framework-samples .......................... SUCCESS [ 0.849 s] [INFO] grizzly-http-samples ............................... SUCCESS [ 0.801 s] [INFO] grizzly-http-server-samples ........................ SUCCESS [ 0.794 s] [INFO] grizzly-http-multipart-samples ..................... SUCCESS [ 0.746 s] [INFO] grizzly-portunif-samples ........................... SUCCESS [ 0.751 s] [INFO] grizzly-http-ajp-samples ........................... SUCCESS [ 0.760 s] [INFO] grizzly-http-server-jaxws .......................... SUCCESS [ 9.250 s] [INFO] grizzly-http-jaxws-samples ......................... SUCCESS [ 1.795 s] [INFO] tls-sni ............................................ SUCCESS [ 2.101 s] [INFO] grizzly-tls-sni-samples ............................ SUCCESS [ 0.751 s] [INFO] connection-pool .................................... SUCCESS [ 40.037 s] [INFO] connection-pool-samples ............................ SUCCESS [ 0.766 s] [INFO] grizzly-samples .................................... SUCCESS [ 0.314 s] [INFO] Grizzly OSGi HttpService ........................... SUCCESS [ 6.043 s] [INFO] Grizzly OSGi HttpService Bundle .................... SUCCESS [ 6.613 s] [INFO] grizzly-extra-bundles .............................. SUCCESS [ 0.314 s] [INFO] grizzly-extras ..................................... SUCCESS [ 0.314 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17:04 min [INFO] Finished at: 2024-05-21T05:24:33Z [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/framework-samples/pom.xml to org.glassfish.grizzly.samples/grizzly-framework-samples/4.0.0-SNAPSHOT/grizzly-framework-samples-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/framework-samples/target/grizzly-framework-samples-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly.samples/grizzly-framework-samples/4.0.0-SNAPSHOT/grizzly-framework-samples-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/framework-samples/target/grizzly-framework-samples-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly.samples/grizzly-framework-samples/4.0.0-SNAPSHOT/grizzly-framework-samples-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/pom.xml to org.glassfish.grizzly.osgi/grizzly-httpservice/4.0.0-SNAPSHOT/grizzly-httpservice-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/grizzly-httpservice-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly.osgi/grizzly-httpservice/4.0.0-SNAPSHOT/grizzly-httpservice-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/grizzly-httpservice-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly.osgi/grizzly-httpservice/4.0.0-SNAPSHOT/grizzly-httpservice-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/pom.xml to org.glassfish.grizzly/grizzly-websockets/4.0.0-SNAPSHOT/grizzly-websockets-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/target/grizzly-websockets-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/grizzly-websockets/4.0.0-SNAPSHOT/grizzly-websockets-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/target/grizzly-websockets-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/grizzly-websockets/4.0.0-SNAPSHOT/grizzly-websockets-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/pom.xml to org.glassfish.grizzly/grizzly-http-servlet-extras/4.0.0-SNAPSHOT/grizzly-http-servlet-extras-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/target/grizzly-http-servlet-extras-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/grizzly-http-servlet-extras/4.0.0-SNAPSHOT/grizzly-http-servlet-extras-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/target/grizzly-http-servlet-extras-4.0.0-SNAPSHOT-tests.jar to org.glassfish.grizzly/grizzly-http-servlet-extras/4.0.0-SNAPSHOT/grizzly-http-servlet-extras-4.0.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/target/grizzly-http-servlet-extras-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/grizzly-http-servlet-extras/4.0.0-SNAPSHOT/grizzly-http-servlet-extras-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/pom.xml to org.glassfish.grizzly/grizzly-http-server-core/4.0.0-SNAPSHOT/grizzly-http-server-core-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/target/grizzly-http-server-core-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/grizzly-http-server-core/4.0.0-SNAPSHOT/grizzly-http-server-core-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/target/grizzly-http-server-core-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/grizzly-http-server-core/4.0.0-SNAPSHOT/grizzly-http-server-core-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http/pom.xml to org.glassfish.grizzly/grizzly-http-monitoring/4.0.0-SNAPSHOT/grizzly-http-monitoring-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http/target/grizzly-http-monitoring-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/grizzly-http-monitoring/4.0.0-SNAPSHOT/grizzly-http-monitoring-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http/target/grizzly-http-monitoring-4.0.0-SNAPSHOT-tests.jar to org.glassfish.grizzly/grizzly-http-monitoring/4.0.0-SNAPSHOT/grizzly-http-monitoring-4.0.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http/target/grizzly-http-monitoring-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/grizzly-http-monitoring/4.0.0-SNAPSHOT/grizzly-http-monitoring-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/pom.xml to org.glassfish.grizzly/grizzly-portunif/4.0.0-SNAPSHOT/grizzly-portunif-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/target/grizzly-portunif-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/grizzly-portunif/4.0.0-SNAPSHOT/grizzly-portunif-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/target/grizzly-portunif-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/grizzly-portunif/4.0.0-SNAPSHOT/grizzly-portunif-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-server-samples/pom.xml to org.glassfish.grizzly.samples/grizzly-http-server-samples/4.0.0-SNAPSHOT/grizzly-http-server-samples-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-server-samples/target/grizzly-http-server-samples-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly.samples/grizzly-http-server-samples/4.0.0-SNAPSHOT/grizzly-http-server-samples-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-server-samples/target/grizzly-http-server-samples-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly.samples/grizzly-http-server-samples/4.0.0-SNAPSHOT/grizzly-http-server-samples-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/pom.xml to org.glassfish.grizzly/grizzly-http-all/4.0.0-SNAPSHOT/grizzly-http-all-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/target/grizzly-http-all-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/grizzly-http-all/4.0.0-SNAPSHOT/grizzly-http-all-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/target/grizzly-http-all-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/grizzly-http-all/4.0.0-SNAPSHOT/grizzly-http-all-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/pom.xml to org.glassfish.grizzly.osgi/grizzly-httpservice-bundle/4.0.0-SNAPSHOT/grizzly-httpservice-bundle-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/target/grizzly-httpservice-bundle-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly.osgi/grizzly-httpservice-bundle/4.0.0-SNAPSHOT/grizzly-httpservice-bundle-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/target/grizzly-httpservice-bundle-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly.osgi/grizzly-httpservice-bundle/4.0.0-SNAPSHOT/grizzly-httpservice-bundle-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/pom.xml to org.glassfish.grizzly/grizzly-monitoring/4.0.0-SNAPSHOT/grizzly-monitoring-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/pom.xml to org.glassfish.grizzly/grizzly-comet-server/4.0.0-SNAPSHOT/grizzly-comet-server-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/target/grizzly-comet-server-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/grizzly-comet-server/4.0.0-SNAPSHOT/grizzly-comet-server-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/target/grizzly-comet-server-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/grizzly-comet-server/4.0.0-SNAPSHOT/grizzly-comet-server-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/boms/bom/pom.xml to org.glassfish.grizzly/grizzly-bom/4.0.0-SNAPSHOT/grizzly-bom-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/pom.xml to org.glassfish.grizzly/grizzly-bundles/4.0.0-SNAPSHOT/grizzly-bundles-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/pom.xml to org.glassfish.grizzly/grizzly-http-servlet/4.0.0-SNAPSHOT/grizzly-http-servlet-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/target/grizzly-http-servlet-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/grizzly-http-servlet/4.0.0-SNAPSHOT/grizzly-http-servlet-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/target/grizzly-http-servlet-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/grizzly-http-servlet/4.0.0-SNAPSHOT/grizzly-http-servlet-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/portunif/pom.xml to org.glassfish.grizzly.samples/grizzly-portunif-samples/4.0.0-SNAPSHOT/grizzly-portunif-samples-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/portunif/target/grizzly-portunif-samples-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly.samples/grizzly-portunif-samples/4.0.0-SNAPSHOT/grizzly-portunif-samples-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/portunif/target/grizzly-portunif-samples-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly.samples/grizzly-portunif-samples/4.0.0-SNAPSHOT/grizzly-portunif-samples-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/pom.xml to org.glassfish.grizzly/grizzly-http-server/4.0.0-SNAPSHOT/grizzly-http-server-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/target/grizzly-http-server-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/grizzly-http-server/4.0.0-SNAPSHOT/grizzly-http-server-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/target/grizzly-http-server-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/grizzly-http-server/4.0.0-SNAPSHOT/grizzly-http-server-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-ajp/pom.xml to org.glassfish.grizzly/grizzly-http-ajp/4.0.0-SNAPSHOT/grizzly-http-ajp-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-ajp/target/grizzly-http-ajp-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/grizzly-http-ajp/4.0.0-SNAPSHOT/grizzly-http-ajp-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-ajp/target/grizzly-http-ajp-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/grizzly-http-ajp/4.0.0-SNAPSHOT/grizzly-http-ajp-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/pom.xml to org.glassfish.grizzly/grizzly-websockets-server/4.0.0-SNAPSHOT/grizzly-websockets-server-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/target/grizzly-websockets-server-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/grizzly-websockets-server/4.0.0-SNAPSHOT/grizzly-websockets-server-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/target/grizzly-websockets-server-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/grizzly-websockets-server/4.0.0-SNAPSHOT/grizzly-websockets-server-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/connection-pool-samples/pom.xml to org.glassfish.grizzly.samples/connection-pool-samples/4.0.0-SNAPSHOT/connection-pool-samples-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/connection-pool-samples/target/connection-pool-samples-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly.samples/connection-pool-samples/4.0.0-SNAPSHOT/connection-pool-samples-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/connection-pool-samples/target/connection-pool-samples-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly.samples/connection-pool-samples/4.0.0-SNAPSHOT/connection-pool-samples-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-ajp-samples/pom.xml to org.glassfish.grizzly.samples/grizzly-http-ajp-samples/4.0.0-SNAPSHOT/grizzly-http-ajp-samples-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-ajp-samples/target/grizzly-http-ajp-samples-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly.samples/grizzly-http-ajp-samples/4.0.0-SNAPSHOT/grizzly-http-ajp-samples-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-ajp-samples/target/grizzly-http-ajp-samples-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly.samples/grizzly-http-ajp-samples/4.0.0-SNAPSHOT/grizzly-http-ajp-samples-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/tls-sni-samples/pom.xml to org.glassfish.grizzly.samples/grizzly-tls-sni-samples/4.0.0-SNAPSHOT/grizzly-tls-sni-samples-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/tls-sni-samples/target/grizzly-tls-sni-samples-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly.samples/grizzly-tls-sni-samples/4.0.0-SNAPSHOT/grizzly-tls-sni-samples-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/tls-sni-samples/target/grizzly-tls-sni-samples-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly.samples/grizzly-tls-sni-samples/4.0.0-SNAPSHOT/grizzly-tls-sni-samples-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-jaxws/pom.xml to org.glassfish.grizzly/grizzly-http-server-jaxws/4.0.0-SNAPSHOT/grizzly-http-server-jaxws-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-jaxws/target/grizzly-http-server-jaxws-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/grizzly-http-server-jaxws/4.0.0-SNAPSHOT/grizzly-http-server-jaxws-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-jaxws/target/grizzly-http-server-jaxws-4.0.0-SNAPSHOT-tests.jar to org.glassfish.grizzly/grizzly-http-server-jaxws/4.0.0-SNAPSHOT/grizzly-http-server-jaxws-4.0.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-jaxws/target/grizzly-http-server-jaxws-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/grizzly-http-server-jaxws/4.0.0-SNAPSHOT/grizzly-http-server-jaxws-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/tls-sni/pom.xml to org.glassfish.grizzly/tls-sni/4.0.0-SNAPSHOT/tls-sni-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/tls-sni/target/tls-sni-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/tls-sni/4.0.0-SNAPSHOT/tls-sni-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/tls-sni/target/tls-sni-4.0.0-SNAPSHOT-tests.jar to org.glassfish.grizzly/tls-sni/4.0.0-SNAPSHOT/tls-sni-4.0.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/tls-sni/target/tls-sni-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/tls-sni/4.0.0-SNAPSHOT/tls-sni-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/pom.xml to org.glassfish.grizzly/grizzly-modules/4.0.0-SNAPSHOT/grizzly-modules-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/pom.xml to org.glassfish.grizzly/grizzly-project/4.0.0-SNAPSHOT/grizzly-project-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/pom.xml to org.glassfish.grizzly/grizzly-extras/4.0.0-SNAPSHOT/grizzly-extras-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/pom.xml to org.glassfish.grizzly/grizzly-core/4.0.0-SNAPSHOT/grizzly-core-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/target/grizzly-core-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/grizzly-core/4.0.0-SNAPSHOT/grizzly-core-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/target/grizzly-core-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/grizzly-core/4.0.0-SNAPSHOT/grizzly-core-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-jaxws-samples/pom.xml to org.glassfish.grizzly.samples/grizzly-http-jaxws-samples/4.0.0-SNAPSHOT/grizzly-http-jaxws-samples-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-jaxws-samples/target/grizzly-http-jaxws-samples-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly.samples/grizzly-http-jaxws-samples/4.0.0-SNAPSHOT/grizzly-http-jaxws-samples-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-jaxws-samples/target/grizzly-http-jaxws-samples-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly.samples/grizzly-http-jaxws-samples/4.0.0-SNAPSHOT/grizzly-http-jaxws-samples-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/pom.xml to org.glassfish.grizzly/grizzly-http-servlet-server/4.0.0-SNAPSHOT/grizzly-http-servlet-server-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/target/grizzly-http-servlet-server-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/grizzly-http-servlet-server/4.0.0-SNAPSHOT/grizzly-http-servlet-server-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/target/grizzly-http-servlet-server-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/grizzly-http-servlet-server/4.0.0-SNAPSHOT/grizzly-http-servlet-server-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-multipart-samples/pom.xml to org.glassfish.grizzly.samples/grizzly-http-multipart-samples/4.0.0-SNAPSHOT/grizzly-http-multipart-samples-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-multipart-samples/target/grizzly-http-multipart-samples-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly.samples/grizzly-http-multipart-samples/4.0.0-SNAPSHOT/grizzly-http-multipart-samples-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-multipart-samples/target/grizzly-http-multipart-samples-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly.samples/grizzly-http-multipart-samples/4.0.0-SNAPSHOT/grizzly-http-multipart-samples-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/pom.xml to org.glassfish.grizzly/grizzly-http-server-multipart/4.0.0-SNAPSHOT/grizzly-http-server-multipart-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/target/grizzly-http-server-multipart-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/grizzly-http-server-multipart/4.0.0-SNAPSHOT/grizzly-http-server-multipart-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/target/grizzly-http-server-multipart-4.0.0-SNAPSHOT-tests.jar to org.glassfish.grizzly/grizzly-http-server-multipart/4.0.0-SNAPSHOT/grizzly-http-server-multipart-4.0.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/target/grizzly-http-server-multipart-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/grizzly-http-server-multipart/4.0.0-SNAPSHOT/grizzly-http-server-multipart-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/connection-pool/pom.xml to org.glassfish.grizzly/connection-pool/4.0.0-SNAPSHOT/connection-pool-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/connection-pool/target/connection-pool-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/connection-pool/4.0.0-SNAPSHOT/connection-pool-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/connection-pool/target/connection-pool-4.0.0-SNAPSHOT-tests.jar to org.glassfish.grizzly/connection-pool/4.0.0-SNAPSHOT/connection-pool-4.0.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/connection-pool/target/connection-pool-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/connection-pool/4.0.0-SNAPSHOT/connection-pool-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/pom.xml to org.glassfish.grizzly/grizzly-http/4.0.0-SNAPSHOT/grizzly-http-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/target/grizzly-http-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/grizzly-http/4.0.0-SNAPSHOT/grizzly-http-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/target/grizzly-http-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/grizzly-http/4.0.0-SNAPSHOT/grizzly-http-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/pom.xml to org.glassfish.grizzly/grizzly-comet/4.0.0-SNAPSHOT/grizzly-comet-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/target/grizzly-comet-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/grizzly-comet/4.0.0-SNAPSHOT/grizzly-comet-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/target/grizzly-comet-4.0.0-SNAPSHOT-tests.jar to org.glassfish.grizzly/grizzly-comet/4.0.0-SNAPSHOT/grizzly-comet-4.0.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/target/grizzly-comet-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/grizzly-comet/4.0.0-SNAPSHOT/grizzly-comet-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http-server/pom.xml to org.glassfish.grizzly/grizzly-http-server-monitoring/4.0.0-SNAPSHOT/grizzly-http-server-monitoring-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http-server/target/grizzly-http-server-monitoring-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/grizzly-http-server-monitoring/4.0.0-SNAPSHOT/grizzly-http-server-monitoring-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http-server/target/grizzly-http-server-monitoring-4.0.0-SNAPSHOT-tests.jar to org.glassfish.grizzly/grizzly-http-server-monitoring/4.0.0-SNAPSHOT/grizzly-http-server-monitoring-4.0.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http-server/target/grizzly-http-server-monitoring-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/grizzly-http-server-monitoring/4.0.0-SNAPSHOT/grizzly-http-server-monitoring-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/pom.xml to org.glassfish.grizzly/grizzly-framework/4.0.0-SNAPSHOT/grizzly-framework-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/grizzly-framework-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/grizzly-framework/4.0.0-SNAPSHOT/grizzly-framework-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/grizzly-framework-4.0.0-SNAPSHOT-tests.jar to org.glassfish.grizzly/grizzly-framework/4.0.0-SNAPSHOT/grizzly-framework-4.0.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/grizzly-framework-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/grizzly-framework/4.0.0-SNAPSHOT/grizzly-framework-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-samples/pom.xml to org.glassfish.grizzly.samples/grizzly-http-samples/4.0.0-SNAPSHOT/grizzly-http-samples-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-samples/target/grizzly-http-samples-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly.samples/grizzly-http-samples/4.0.0-SNAPSHOT/grizzly-http-samples-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-samples/target/grizzly-http-samples-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly.samples/grizzly-http-samples/4.0.0-SNAPSHOT/grizzly-http-samples-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/pom.xml to org.glassfish.grizzly/grizzly-extra-bundles/4.0.0-SNAPSHOT/grizzly-extra-bundles-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/pom.xml to org.glassfish.grizzly/grizzly-http2/4.0.0-SNAPSHOT/grizzly-http2-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/target/grizzly-http2-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/grizzly-http2/4.0.0-SNAPSHOT/grizzly-http2-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/target/grizzly-http2-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/grizzly-http2/4.0.0-SNAPSHOT/grizzly-http2-4.0.0-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/pom.xml to org.glassfish.grizzly.samples/grizzly-samples/4.0.0-SNAPSHOT/grizzly-samples-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/grizzly/pom.xml to org.glassfish.grizzly/grizzly-framework-monitoring/4.0.0-SNAPSHOT/grizzly-framework-monitoring-4.0.0-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/grizzly/target/grizzly-framework-monitoring-4.0.0-SNAPSHOT.jar to org.glassfish.grizzly/grizzly-framework-monitoring/4.0.0-SNAPSHOT/grizzly-framework-monitoring-4.0.0-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/grizzly/target/grizzly-framework-monitoring-4.0.0-SNAPSHOT-tests.jar to org.glassfish.grizzly/grizzly-framework-monitoring/4.0.0-SNAPSHOT/grizzly-framework-monitoring-4.0.0-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/grizzly/target/grizzly-framework-monitoring-4.0.0-SNAPSHOT-sources.jar to org.glassfish.grizzly/grizzly-framework-monitoring/4.0.0-SNAPSHOT/grizzly-framework-monitoring-4.0.0-SNAPSHOT-sources.jar channel stopped [JaCoCo plugin] Collecting JaCoCo coverage data... [JaCoCo plugin] Version: 3.3.6 [JaCoCo plugin] **/**.exec;**/classes;**/src/main/java; locations are configured [JaCoCo plugin] Number of found exec files for pattern **/**.exec: 0 [JaCoCo plugin] Saving matched execfiles: [JaCoCo plugin] Saving matched class directories for class-pattern: **/classes: [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/bundles/grizzly-httpservice-bundle/target/classes 1641 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/connection-pool/target/classes 32 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/target/classes 353 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-jaxws/target/classes 3 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/target/classes 12 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/target/classes 5 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/tls-sni/target/classes 6 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/comet/target/classes 1083 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/target/classes 564 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-all/target/classes 1317 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http-servlet/target/classes 1239 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/http/target/classes 1067 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/websockets/target/classes 1302 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/target/classes 16 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/target/classes 552 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-ajp/target/classes 11 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/target/classes 173 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/target/classes 84 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/target/classes 166 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/target/classes 140 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/grizzly/target/classes 14 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http-server/target/classes 6 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http/target/classes 5 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/target/classes 14 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/target/classes 69 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/connection-pool-samples/target/classes 6 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/framework-samples/target/classes 48 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-ajp-samples/target/classes 2 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-jaxws-samples/target/classes 9 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-multipart-samples/target/classes 6 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-samples/target/classes 5 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-server-samples/target/classes 22 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/portunif/target/classes 20 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/tls-sni-samples/target/classes 4 files [JaCoCo plugin] Saving matched source directories for source-pattern: **/src/main/java: [JaCoCo plugin] Source Inclusions: **/*.java,**/*.groovy,**/*.kt,**/*.kts [JaCoCo plugin] Source Exclusions: [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/connection-pool/src/main/java 7 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/grizzly-httpservice/src/main/java 14 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-jaxws/src/main/java 2 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-server-multipart/src/main/java 8 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/http-servlet-extras/src/main/java 1 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/extras/tls-sni/src/main/java 4 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/comet/src/main/java 10 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/grizzly/src/main/java 301 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-ajp/src/main/java 9 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-server/src/main/java 82 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http-servlet/src/main/java 34 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http/src/main/java 87 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/http2/src/main/java 76 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/grizzly/src/main/java 9 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http-server/src/main/java 4 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/monitoring/http/src/main/java 2 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/portunif/src/main/java 8 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/modules/websockets/src/main/java 48 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/connection-pool-samples/src/main/java 4 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/framework-samples/src/main/java 29 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-ajp-samples/src/main/java 1 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-jaxws-samples/src/main/java 9 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-multipart-samples/src/main/java 3 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-samples/src/main/java 4 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/http-server-samples/src/main/java 9 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/portunif/src/main/java 16 files [JaCoCo plugin] - /home/jenkins/agent/workspace/Grizzly-master_nightly/samples/tls-sni-samples/src/main/java 4 files [JaCoCo plugin] Loading inclusions files.. [JaCoCo plugin] inclusions: [] [JaCoCo plugin] exclusions: [] [JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=0, maxClass=0, minMethod=0, maxMethod=0, minLine=0, maxLine=0, minBranch=0, maxBranch=0, minInstruction=0, maxInstruction=0, minComplexity=0, maxComplexity=0] [JaCoCo plugin] Publishing the results.. [JaCoCo plugin] Loading packages.. [JaCoCo plugin] Done. [JaCoCo plugin] Overall coverage: class: 0.0, method: 0.0, line: 0.0, branch: 0.0, instruction: 0.0, complexity: 0.0 [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/Grizzly-master_nightly') [Java Compiler] Successfully parsed console log [Java Compiler] -> found 751 issues (skipped 0 duplicates) [Java Compiler] Post processing issues on 'basic-zlk2w' with source code encoding 'UTF-8' [Java Compiler] Creating SCM blamer to obtain author and commit information for affected files [Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git. [Java Compiler] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/Grizzly-master_nightly' [Java Compiler] -> resolved paths in source directory (108 found, 179 not found) [Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [Java Compiler] -> resolved module names for 751 issues [Java Compiler] Resolving package names (or namespaces) by parsing the affected files [Java Compiler] -> resolved package names of 287 affected files [Java Compiler] No filter has been set, publishing all 751 issues [Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds [Java Compiler] -> created fingerprints for 363 issues (skipped 388 issues) [Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/Grizzly-master_nightly/builds/2312/files-with-issues' [Java Compiler] -> 108 copied, 0 not in workspace, 388 not-found, 0 with I/O error [Java Compiler] Skipping cleaning of source code files in old builds [Java Compiler] Repository miner is not configured, skipping repository mining [Java Compiler] [-ERROR-] Can't create fingerprints for some files: [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/monitoring/MonitoringConfig.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/monitoring/MonitoringConfig.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/CloseListener.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/CloseType.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/monitoring/DefaultMonitoringConfig.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/monitoring/DefaultMonitoringConfig.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOTransport.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] ... skipped logging of 368 additional errors ... [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/Grizzly-master_nightly') [Java Compiler] Successfully parsed console log [Java Compiler] -> found 751 issues (skipped 0 duplicates) [Java Compiler] Post processing issues on 'basic-zlk2w' with source code encoding 'UTF-8' [Java Compiler] Creating SCM blamer to obtain author and commit information for affected files [Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git. [Java Compiler] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/Grizzly-master_nightly' [Java Compiler] -> resolved paths in source directory (108 found, 179 not found) [Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [Java Compiler] -> resolved module names for 751 issues [Java Compiler] Resolving package names (or namespaces) by parsing the affected files [Java Compiler] -> resolved package names of 287 affected files [Java Compiler] No filter has been set, publishing all 751 issues [Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds [Java Compiler] -> created fingerprints for 363 issues (skipped 388 issues) [Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/Grizzly-master_nightly/builds/2312/files-with-issues' [Java Compiler] -> 108 copied, 0 not in workspace, 388 not-found, 0 with I/O error [Java Compiler] Skipping cleaning of source code files in old builds [Java Compiler] Repository miner is not configured, skipping repository mining [Java Compiler] [-ERROR-] Can't create fingerprints for some files: [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/monitoring/MonitoringConfig.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/monitoring/MonitoringConfig.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/CloseListener.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/CloseType.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/monitoring/DefaultMonitoringConfig.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/monitoring/DefaultMonitoringConfig.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOTransport.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] - '/home/jenkins/agent/workspace/Grizzly-master_nightly/modules/bundles/core/src/main/java/org/glassfish/grizzly/nio/NIOConnection.java' file not found [Java Compiler] [-ERROR-] ... skipped logging of 368 additional errors ... [Java Compiler] Reference build recorder is not configured [Java Compiler] No valid reference build found [Java Compiler] All reported issues will be considered outstanding [Java Compiler] No quality gates have been set - skipping [Java Compiler] Health report is disabled - skipping [Java Compiler] Created analysis result for 751 issues (found 0 new issues, fixed 0 issues) [Java Compiler] Attaching ResultAction with ID 'java' to build 'Grizzly-master_nightly #2312'. [Checks API] No suitable checks publisher found. [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/Grizzly-master_nightly') [JavaDoc] -> found 0 issues (skipped 0 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/Grizzly-master_nightly') [JavaDoc] Skipping post processing [JavaDoc] No filter has been set, publishing all 0 issues [JavaDoc] Repository miner is not configured, skipping repository mining [JavaDoc] Successfully parsed console log [JavaDoc] -> found 0 issues (skipped 0 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/Grizzly-master_nightly') [JavaDoc] Skipping post processing [JavaDoc] No filter has been set, publishing all 0 issues [JavaDoc] Repository miner is not configured, skipping repository mining [JavaDoc] Reference build recorder is not configured [JavaDoc] No valid reference build found [JavaDoc] All reported issues will be considered outstanding [JavaDoc] No quality gates have been set - skipping [JavaDoc] Health report is disabled - skipping [JavaDoc] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues) [JavaDoc] Attaching ResultAction with ID 'javadoc-warnings' to build 'Grizzly-master_nightly #2312'. [Checks API] No suitable checks publisher found. [SpotBugs] Using default pattern '**/spotbugsXml.xml' since user defined pattern is not set [SpotBugs] [-ERROR-] Errors during parsing [SpotBugs] [-ERROR-] No files found for pattern '**/spotbugsXml.xml'. Configuration error? [SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/Grizzly-master_nightly' that match the pattern '**/spotbugsXml.xml' [SpotBugs] Traversing of symbolic links: enabled [SpotBugs] Skipping post processing [SpotBugs] No filter has been set, publishing all 0 issues [SpotBugs] Repository miner is not configured, skipping repository mining [SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/Grizzly-master_nightly' that match the pattern '**/spotbugsXml.xml' [SpotBugs] Traversing of symbolic links: enabled [SpotBugs] Skipping post processing [SpotBugs] No filter has been set, publishing all 0 issues [SpotBugs] Repository miner is not configured, skipping repository mining [SpotBugs] [-ERROR-] Errors during parsing [SpotBugs] [-ERROR-] No files found for pattern '**/spotbugsXml.xml'. Configuration error? [SpotBugs] Reference build recorder is not configured [SpotBugs] No valid reference build found [SpotBugs] All reported issues will be considered outstanding [SpotBugs] No quality gates have been set - skipping [SpotBugs] Health report is disabled - skipping [SpotBugs] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues) [SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'Grizzly-master_nightly #2312'. [Checks API] No suitable checks publisher found. Finished: SUCCESS