Started by user Scott M Stark Rebuilds build #3 Running as Scott M Stark Agent basic-pcv1d is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-pcv1d" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.microprofile.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-pcv1d" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -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-pcv1d" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.microprofile.svc.cluster.local/microprofile/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-microprofile" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-pcv1d in workspace /home/jenkins/agent/workspace/DropStagingRepo [DropStagingRepo] $ /bin/sh -xe /tmp/jenkins6038821768226421928.sh + TOOLS_PREFIX=/opt/tools + JAVA_PREFIX=/opt/tools/java/oracle + MVN_HOME=/opt/tools/apache-maven/latest + JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest + PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + NEXUS_PLUGIN=org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 + NEXUS_PLUGIN_PARAMS='-DnexusUrl=https://oss.sonatype.org/ -DserverId=ossrh' + echo 'Repo list' Repo list + '[[' true '=' true ]] + echo '-[ List turned on ]----------------------------------------------------------' -[ List turned on ]---------------------------------------------------------- + mvn '-DnexusUrl=https://oss.sonatype.org/' '-DserverId=ossrh' org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-list Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1127.el7.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:rc-list (default-cli) @ standalone-pom --- [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.19-01 and edition "Professional" [INFO] Getting list of available staging repositories... [INFO] [INFO] ID State Description [INFO] orgeclipsemicroprofile-1366 OPEN Implicitly created (auto staging). [INFO] orgeclipsemicroprofile-1364 CLOSED org.eclipse.microprofile.config:microprofile-config-parent:2.0-RC15 [INFO] orgeclipsemicroprofile-1365 CLOSED org.eclipse.microprofile.rest.client:microprofile-rest-client-parent:2.0-RC3 [INFO] orgeclipsemicroprofile-1368 CLOSED org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5.726 s [INFO] Finished at: 2020-11-17T14:32:02Z [INFO] ------------------------------------------------------------------------ + echo 'Dropping orgeclipsemicroprofile-1368' Dropping orgeclipsemicroprofile-1368 + '[' Xorgeclipsemicroprofile-1368 '=' X ] + echo 'Dropping staging repo orgeclipsemicroprofile-1368' Dropping staging repo orgeclipsemicroprofile-1368 + mvn -X '-DnexusUrl=https://oss.sonatype.org/' '-DserverId=ossrh' org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-drop '-DstagingRepositoryId=orgeclipsemicroprofile-1368' Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1127.el7.x86_64", arch: "amd64", family: "unix" [DEBUG] Created new class realm maven.api [DEBUG] Importing foreign packages into class realm maven.api [DEBUG] Imported: javax.annotation.* < plexus.core [DEBUG] Imported: javax.annotation.security.* < plexus.core [DEBUG] Imported: javax.enterprise.inject.* < plexus.core [DEBUG] Imported: javax.enterprise.util.* < plexus.core [DEBUG] Imported: javax.inject.* < plexus.core [DEBUG] Imported: org.apache.maven.* < plexus.core [DEBUG] Imported: org.apache.maven.artifact < plexus.core [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [DEBUG] Imported: org.apache.maven.cli < plexus.core [DEBUG] Imported: org.apache.maven.configuration < plexus.core [DEBUG] Imported: org.apache.maven.exception < plexus.core [DEBUG] Imported: org.apache.maven.execution < plexus.core [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [DEBUG] Imported: org.apache.maven.model < plexus.core [DEBUG] Imported: org.apache.maven.monitor < plexus.core [DEBUG] Imported: org.apache.maven.plugin < plexus.core [DEBUG] Imported: org.apache.maven.profiles < plexus.core [DEBUG] Imported: org.apache.maven.project < plexus.core [DEBUG] Imported: org.apache.maven.reporting < plexus.core [DEBUG] Imported: org.apache.maven.repository < plexus.core [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [DEBUG] Imported: org.apache.maven.settings < plexus.core [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [DEBUG] Imported: org.apache.maven.usability < plexus.core [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [DEBUG] Imported: org.codehaus.classworlds < plexus.core [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [DEBUG] Imported: org.eclipse.aether.* < plexus.core [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [DEBUG] Imported: org.eclipse.aether.version < plexus.core [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [DEBUG] Imported: org.slf4j.* < plexus.core [DEBUG] Imported: org.slf4j.event.* < plexus.core [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [DEBUG] Imported: org.slf4j.spi.* < plexus.core [DEBUG] Populating class realm maven.api [INFO] Error stacktraces are turned on. [DEBUG] Message scheme: plain [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [DEBUG] Using local repository at /home/jenkins/.m2/repository [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository [INFO] Scanning for projects... [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none) [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [DEBUG] === REACTOR BUILD PLAN ================================================ [DEBUG] Project: org.apache.maven:standalone-pom:pom:1 [DEBUG] Tasks: [org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-drop] [DEBUG] Style: Aggregating [DEBUG] ======================================================================= [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.apache.maven:standalone-pom:1 [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-drop (default-cli) [DEBUG] Style: Regular [DEBUG] Configuration: ${altStagingDirectory} ${autoDropAfterRelease} ${autoReleaseAfterClose} ${detectBuildFailures} ${keepStagingRepositoryOnCloseRuleFailure} ${nexusUrl} ${serverId} ${maven.wagon.http.ssl.allowall} ${maven.wagon.http.ssl.insecure} ${stagingDescription} ${stagingProgressPauseDurationSeconds} ${stagingProgressTimeoutMinutes} ${stagingRepositoryId} [DEBUG] ======================================================================= [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:rc-drop (default-cli) @ standalone-pom --- [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=508910, ConflictMarker.markTime=292938, ConflictMarker.nodeCount=84, ConflictIdSorter.graphTime=281712, ConflictIdSorter.topsortTime=198987, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3552070, ConflictResolver.conflictItemCount=71, DefaultDependencyCollector.collectTime=195638646, DefaultDependencyCollector.transformTime=6089592} [DEBUG] org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8 [DEBUG] org.sonatype.nexus.maven:nexus-common:jar:1.6.8:compile [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile (version managed from default) (exclusions managed from default) [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.7:compile (version managed from default) [DEBUG] com.google.guava:guava:jar:14.0.1:compile [DEBUG] org.sonatype.nexus:nexus-client-core:jar:2.14.3-02:compile (exclusions managed from default) [DEBUG] org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02:compile [DEBUG] org.apache.maven:maven-model:jar:3.0.4:compile (version managed from default) [DEBUG] org.slf4j:slf4j-api:jar:1.7.7:compile (version managed from default) [DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile [DEBUG] com.intellij:annotations:jar:9.0.4:compile (version managed from default) [DEBUG] commons-io:commons-io:jar:2.4:compile [DEBUG] com.thoughtworks.xstream:xstream:jar:1.4.7:compile (version managed from default) [DEBUG] xmlpull:xmlpull:jar:1.1.3.1:compile [DEBUG] xpp3:xpp3_min:jar:1.1.4c:compile [DEBUG] joda-time:joda-time:jar:2.2:compile [DEBUG] commons-lang:commons-lang:jar:2.6:compile [DEBUG] commons-beanutils:commons-beanutils-core:jar:1.8.3:compile (version managed from default) (exclusions managed from default) [DEBUG] org.sonatype.sisu.siesta:siesta-client:jar:1.7:compile [DEBUG] org.sonatype.sisu.siesta:siesta-common:jar:1.7:compile [DEBUG] javax.ws.rs:jsr311-api:jar:1.1.1:compile [DEBUG] com.sun.jersey:jersey-core:jar:1.17.1:compile [DEBUG] javax.validation:validation-api:jar:1.1.0.Final:compile [DEBUG] com.sun.jersey:jersey-client:jar:1.17.1:compile [DEBUG] com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1:compile [DEBUG] org.sonatype.sisu.siesta:siesta-jackson:jar:1.7:compile [DEBUG] com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.core:jackson-databind:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.3.5:compile (version managed from default) (exclusions managed from default) [DEBUG] commons-codec:commons-codec:jar:1.6:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.3.2:compile (version managed from default) [DEBUG] org.slf4j:jcl-over-slf4j:jar:1.7.7:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile (version managed from default) [DEBUG] org.sonatype.spice.zapper:spice-zapper:jar:1.3:compile [DEBUG] org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9:compile [DEBUG] org.fusesource.hawtbuf:hawtbuf:jar:1.9:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.8:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.15:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.13.1:compile [DEBUG] ch.qos.logback:logback-core:jar:1.1.2:runtime [DEBUG] ch.qos.logback:logback-classic:jar:1.1.2:runtime [DEBUG] Created new class realm plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 [DEBUG] Importing foreign packages into class realm plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 [DEBUG] Imported: < maven.api [DEBUG] Populating class realm plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 [DEBUG] Included: org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8 [DEBUG] Included: org.sonatype.nexus.maven:nexus-common:jar:1.6.8 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.7 [DEBUG] Included: com.google.guava:guava:jar:14.0.1 [DEBUG] Included: org.sonatype.nexus:nexus-client-core:jar:2.14.3-02 [DEBUG] Included: org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02 [DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1 [DEBUG] Included: com.intellij:annotations:jar:9.0.4 [DEBUG] Included: commons-io:commons-io:jar:2.4 [DEBUG] Included: com.thoughtworks.xstream:xstream:jar:1.4.7 [DEBUG] Included: xmlpull:xmlpull:jar:1.1.3.1 [DEBUG] Included: xpp3:xpp3_min:jar:1.1.4c [DEBUG] Included: joda-time:joda-time:jar:2.2 [DEBUG] Included: commons-lang:commons-lang:jar:2.6 [DEBUG] Included: commons-beanutils:commons-beanutils-core:jar:1.8.3 [DEBUG] Included: org.sonatype.sisu.siesta:siesta-client:jar:1.7 [DEBUG] Included: org.sonatype.sisu.siesta:siesta-common:jar:1.7 [DEBUG] Included: javax.ws.rs:jsr311-api:jar:1.1.1 [DEBUG] Included: com.sun.jersey:jersey-core:jar:1.17.1 [DEBUG] Included: javax.validation:validation-api:jar:1.1.0.Final [DEBUG] Included: com.sun.jersey:jersey-client:jar:1.17.1 [DEBUG] Included: com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1 [DEBUG] Included: org.sonatype.sisu.siesta:siesta-jackson:jar:1.7 [DEBUG] Included: com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.core:jackson-core:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.core:jackson-databind:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1 [DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.3.5 [DEBUG] Included: commons-codec:commons-codec:jar:1.6 [DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.3.2 [DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.7.7 [DEBUG] Included: org.sonatype.spice.zapper:spice-zapper:jar:1.3 [DEBUG] Included: org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9 [DEBUG] Included: org.fusesource.hawtbuf:hawtbuf:jar:1.9 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.8 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.15 [DEBUG] Included: ch.qos.logback:logback-core:jar:1.1.2 [DEBUG] Included: ch.qos.logback:logback-classic:jar:1.1.2 [DEBUG] Configuring mojo org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-drop from plugin realm ClassRealm[plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: sun.misc.Launcher$AppClassLoader@7852e922] [DEBUG] Configuring mojo 'org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-drop' with basic configurator --> [DEBUG] (f) autoDropAfterRelease = true [DEBUG] (f) autoReleaseAfterClose = false [DEBUG] (f) detectBuildFailures = true [DEBUG] (f) mavenSession = org.apache.maven.execution.MavenSession@4690f583 [DEBUG] (f) mojoExecution = org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-drop {execution: default-cli} [DEBUG] (f) nexusUrl = https://oss.sonatype.org/ [DEBUG] (f) offline = false [DEBUG] (f) pluginArtifactId = nexus-staging-maven-plugin [DEBUG] (f) pluginGroupId = org.sonatype.plugins [DEBUG] (f) pluginVersion = 1.6.8 [DEBUG] (f) serverId = ossrh [DEBUG] (f) sslAllowAll = false [DEBUG] (f) sslInsecure = false [DEBUG] (f) stagingProgressPauseDurationSeconds = 3 [DEBUG] (f) stagingProgressTimeoutMinutes = 5 [DEBUG] (f) stagingRepositoryId = orgeclipsemicroprofile-1368 [DEBUG] -- end configuration -- [DEBUG] Parameters{pluginGav='org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8', deferredDirectoryRoot=/home/jenkins/agent/workspace/DropStagingRepo/target/nexus-staging/deferred, stagingDirectoryRoot=/home/jenkins/agent/workspace/DropStagingRepo/target/nexus-staging/staging, nexusUrl='https://oss.sonatype.org/', serverId='ossrh', keepStagingRepositoryOnCloseRuleFailure=false, keepStagingRepositoryOnFailure=false, skipStagingRepositoryClose=false, autoReleaseAfterClose=false, autoDropAfterRelease=true, stagingProfileId='null', stagingRepositoryId='null', stagingActionMessages=org.sonatype.nexus.maven.staging.StagingActionMessages@1917d90f, tags=null, stagingProgressTimeoutMinutes=5, stagingProgressPauseDurationSeconds=3, sslInsecure=false, sslAllowAll=false} [INFO] + Using server credentials "ossrh" from Maven settings. [DEBUG] Client created for media-type application/xml; charset=UTF-8 and connection (url=https://oss.sonatype.org:443/,authc=UsernamePasswordAuthenticationInfo[username=5W0AB5u0, password=****],sslCertificateValidation=STRICT,sslCertificateHostnameValidation=LAX) Nov 17, 2020 2:32:03 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 1 * Client out-bound request 1 > GET https://oss.sonatype.org:443/service/local/status 1 > Content-Type: application/xml; charset=UTF-8 1 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connecting to oss.sonatype.org:443 [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/status HTTP/1.1 [DEBUG] >> "GET /service/local/status HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/status HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Tue, 17 Nov 2020 14:32:04 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1112[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Tue, 17 Nov 2020 14:32:04 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1112 [DEBUG] << Connection: keep-alive [DEBUG] << Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " [\n]" [DEBUG] << " Nexus Repository Manager[\n]" [DEBUG] << " Nexus Repository Manager 2.14.19-01[\n]" [DEBUG] << " 2.14.19-01[\n]" [DEBUG] << " 2.14.19-01[\n]" [DEBUG] << " Professional[\n]" [DEBUG] << " PRO[\n]" [DEBUG] << " http://links.sonatype.com/products/nexus/pro/attributions[\n]" [DEBUG] << " http://links.sonatype.com/products/nexus/pro/store[\n]" [DEBUG] << " http://links.sonatype.com/products/nexus/pro/eula[\n]" [DEBUG] << " STARTED[\n]" [DEBUG] << " 2020-11-03 15:48:48.320 UTC[\n]" [DEBUG] << " 2020-11-03 15:49:20.996 UTC[\n]" [DEBUG] << " 2020-11-03 15:49:20.996 UTC[\n]" [DEBUG] << " false[\n]" [DEBUG] << " false[\n]" [DEBUG] << " false[\n]" [DEBUG] << " https://oss.sonatype.org[\n]" [DEBUG] << " true[\n]" [DEBUG] << " false[\n]" [DEBUG] << " false[\n]" [DEBUG] << " [\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Nov 17, 2020 2:32:04 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 1 * Client in-bound response 1 < 200 1 < Date: Tue, 17 Nov 2020 14:32:04 GMT 1 < Content-Type: application/xml; charset=UTF-8 1 < Content-Length: 1112 1 < Connection: keep-alive 1 < Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 1 < X-Frame-Options: SAMEORIGIN 1 < X-Content-Type-Options: nosniff 1 < Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept 1 < Nexus Repository Manager Nexus Repository Manager 2.14.19-01 2.14.19-01 2.14.19-01 Professional PRO http://links.sonatype.com/products/nexus/pro/attributions http://links.sonatype.com/products/nexus/pro/store http://links.sonatype.com/products/nexus/pro/eula STARTED 2020-11-03 15:48:48.320 UTC 2020-11-03 15:49:20.996 UTC 2020-11-03 15:49:20.996 UTC false false false https://oss.sonatype.org true false false [DEBUG] Connected, received NexusStatus [appName=Nexus Repository Manager, version=2.14.19-01, editionShort=PRO] [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.19-01 and edition "Professional" Nov 17, 2020 2:32:04 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 2 * Client out-bound request 2 > GET https://oss.sonatype.org:443/service/local/status 2 > Content-Type: application/xml; charset=UTF-8 2 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/status HTTP/1.1 [DEBUG] >> "GET /service/local/status HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/status HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Tue, 17 Nov 2020 14:32:04 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1112[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Tue, 17 Nov 2020 14:32:04 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1112 [DEBUG] << Connection: keep-alive [DEBUG] << Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " [\n]" [DEBUG] << " Nexus Repository Manager[\n]" [DEBUG] << " Nexus Repository Manager 2.14.19-01[\n]" [DEBUG] << " 2.14.19-01[\n]" [DEBUG] << " 2.14.19-01[\n]" [DEBUG] << " Professional[\n]" [DEBUG] << " PRO[\n]" [DEBUG] << " http://links.sonatype.com/products/nexus/pro/attributions[\n]" [DEBUG] << " http://links.sonatype.com/products/nexus/pro/store[\n]" [DEBUG] << " http://links.sonatype.com/products/nexus/pro/eula[\n]" [DEBUG] << " STARTED[\n]" [DEBUG] << " 2020-11-03 15:48:48.320 UTC[\n]" [DEBUG] << " 2020-11-03 15:49:20.996 UTC[\n]" [DEBUG] << " 2020-11-03 15:49:20.996 UTC[\n]" [DEBUG] << " false[\n]" [DEBUG] << " false[\n]" [DEBUG] << " false[\n]" [DEBUG] << " https://oss.sonatype.org[\n]" [DEBUG] << " true[\n]" [DEBUG] << " false[\n]" [DEBUG] << " false[\n]" [DEBUG] << " [\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Nov 17, 2020 2:32:04 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 2 * Client in-bound response 2 < 200 2 < Date: Tue, 17 Nov 2020 14:32:04 GMT 2 < Content-Type: application/xml; charset=UTF-8 2 < Content-Length: 1112 2 < Connection: keep-alive 2 < Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 2 < X-Frame-Options: SAMEORIGIN 2 < X-Content-Type-Options: nosniff 2 < Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept 2 < Nexus Repository Manager Nexus Repository Manager 2.14.19-01 2.14.19-01 2.14.19-01 Professional PRO http://links.sonatype.com/products/nexus/pro/attributions http://links.sonatype.com/products/nexus/pro/store http://links.sonatype.com/products/nexus/pro/eula STARTED 2020-11-03 15:48:48.320 UTC 2020-11-03 15:49:20.996 UTC 2020-11-03 15:49:20.996 UTC false false false https://oss.sonatype.org true false false [DEBUG] Using staging v3 service [DEBUG] Using progressTimeoutMinutes=5, progressPauseDurationSeconds=3 [INFO] RC-Dropping staging repository with IDs=[orgeclipsemicroprofile-1368] [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: POST /service/local/staging/bulk/drop HTTP/1.1 [DEBUG] >> "POST /service/local/staging/bulk/drop HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Content-Length: 229[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> POST /service/local/staging/bulk/drop HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Content-Length: 229 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ= [DEBUG] >> "orgeclipsemicroprofile-1368unknownfalse" Nov 17, 2020 2:32:04 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 3 * Client out-bound request 3 > POST https://oss.sonatype.org:443/service/local/staging/bulk/drop 3 > Content-Type: application/xml; charset=UTF-8 3 > Accept: application/xml; charset=UTF-8 orgeclipsemicroprofile-1368unknownfalse [DEBUG] << "HTTP/1.1 201 Created[\r][\n]" [DEBUG] << "Date: Tue, 17 Nov 2020 14:32:04 GMT[\r][\n]" [DEBUG] << "Content-Length: 0[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 201 Created [DEBUG] << HTTP/1.1 201 Created [DEBUG] << Date: Tue, 17 Nov 2020 14:32:04 GMT [DEBUG] << Content-Length: 0 [DEBUG] << Connection: keep-alive [DEBUG] << Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Nov 17, 2020 2:32:04 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 3 * Client in-bound response 3 < 201 3 < Date: Tue, 17 Nov 2020 14:32:04 GMT 3 < Content-Length: 0 3 < Connection: keep-alive 3 < Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 3 < X-Frame-Options: SAMEORIGIN 3 < X-Content-Type-Options: nosniff 3 < [DEBUG] Monitoring transition of repositories: orgeclipsemicroprofile-1368 [DEBUG] START [DEBUG] TICK at 80.55 μs [DEBUG] Checking repository: orgeclipsemicroprofile-1368 Nov 17, 2020 2:32:04 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 4 * Client out-bound request 4 > GET https://oss.sonatype.org:443/service/local/staging/repository/orgeclipsemicroprofile-1368 4 > Content-Type: application/xml; charset=UTF-8 4 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> "GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Tue, 17 Nov 2020 14:32:04 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1151[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Tue, 17 Nov 2020 14:32:04 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1151 [DEBUG] << Connection: keep-alive [DEBUG] << Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " 72ca920b8d0826[\n]" [DEBUG] << " org.eclipse.microprofile[\n]" [DEBUG] << " repository[\n]" [DEBUG] << " orgeclipsemicroprofile-1368[\n]" [DEBUG] << " closed[\n]" [DEBUG] << " release[\n]" [DEBUG] << " microprofile-dev[\n]" [DEBUG] << " Nexus-Client/2.7.2-01[\n]" [DEBUG] << " 198.41.30.195[\n]" [DEBUG] << " https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368[\n]" [DEBUG] << " 2020-11-17T05:10:06.147Z[\n]" [DEBUG] << " Tue Nov 17 05:10:06 UTC 2020[\n]" [DEBUG] << " 1605589806147[\n]" [DEBUG] << " 2020-11-17T05:10:48.003Z[\n]" [DEBUG] << " Tue Nov 17 05:10:48 UTC 2020[\n]" [DEBUG] << " 1605589848003[\n]" [DEBUG] << " org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1[\n]" [DEBUG] << " maven2[\n]" [DEBUG] << " releases[\n]" [DEBUG] << " Releases[\n]" [DEBUG] << " 0[\n]" [DEBUG] << " true[\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Nov 17, 2020 2:32:04 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 4 * Client in-bound response 4 < 200 4 < Date: Tue, 17 Nov 2020 14:32:04 GMT 4 < Content-Type: application/xml; charset=UTF-8 4 < Content-Length: 1151 4 < Connection: keep-alive 4 < Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 4 < X-Frame-Options: SAMEORIGIN 4 < X-Content-Type-Options: nosniff 4 < Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept 4 < 72ca920b8d0826 org.eclipse.microprofile repository orgeclipsemicroprofile-1368 closed release microprofile-dev Nexus-Client/2.7.2-01 198.41.30.195 https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368 2020-11-17T05:10:06.147Z Tue Nov 17 05:10:06 UTC 2020 1605589806147 2020-11-17T05:10:48.003Z Tue Nov 17 05:10:48 UTC 2020 1605589848003 org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1 maven2 releases Releases 0 true [DEBUG] PAUSE at 74.34 ms [DEBUG] TICK at 3.075 s [DEBUG] Checking repository: orgeclipsemicroprofile-1368 Nov 17, 2020 2:32:07 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 5 * Client out-bound request 5 > GET https://oss.sonatype.org:443/service/local/staging/repository/orgeclipsemicroprofile-1368 5 > Content-Type: application/xml; charset=UTF-8 5 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> "GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Tue, 17 Nov 2020 14:32:07 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1151[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Tue, 17 Nov 2020 14:32:07 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1151 [DEBUG] << Connection: keep-alive [DEBUG] << Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " 72ca920b8d0826[\n]" [DEBUG] << " org.eclipse.microprofile[\n]" [DEBUG] << " repository[\n]" [DEBUG] << " orgeclipsemicroprofile-1368[\n]" [DEBUG] << " closed[\n]" [DEBUG] << " release[\n]" [DEBUG] << " microprofile-dev[\n]" [DEBUG] << " Nexus-Client/2.7.2-01[\n]" [DEBUG] << " 198.41.30.195[\n]" [DEBUG] << " https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368[\n]" [DEBUG] << " 2020-11-17T05:10:06.147Z[\n]" [DEBUG] << " Tue Nov 17 05:10:06 UTC 2020[\n]" [DEBUG] << " 1605589806147[\n]" [DEBUG] << " 2020-11-17T05:10:48.003Z[\n]" [DEBUG] << " Tue Nov 17 05:10:48 UTC 2020[\n]" [DEBUG] << " 1605589848003[\n]" [DEBUG] << " org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1[\n]" [DEBUG] << " maven2[\n]" [DEBUG] << " releases[\n]" [DEBUG] << " Releases[\n]" [DEBUG] << " 0[\n]" [DEBUG] << " true[\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Nov 17, 2020 2:32:07 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 5 * Client in-bound response 5 < 200 5 < Date: Tue, 17 Nov 2020 14:32:07 GMT 5 < Content-Type: application/xml; charset=UTF-8 5 < Content-Length: 1151 5 < Connection: keep-alive 5 < Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 5 < X-Frame-Options: SAMEORIGIN 5 < X-Content-Type-Options: nosniff 5 < Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept 5 < 72ca920b8d0826 org.eclipse.microprofile repository orgeclipsemicroprofile-1368 closed release microprofile-dev Nexus-Client/2.7.2-01 198.41.30.195 https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368 2020-11-17T05:10:06.147Z Tue Nov 17 05:10:06 UTC 2020 1605589806147 2020-11-17T05:10:48.003Z Tue Nov 17 05:10:48 UTC 2020 1605589848003 org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1 maven2 releases Releases 0 true [DEBUG] PAUSE at 3.128 s [DEBUG] TICK at 6.129 s [DEBUG] Checking repository: orgeclipsemicroprofile-1368 Nov 17, 2020 2:32:10 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 6 * Client out-bound request 6 > GET https://oss.sonatype.org:443/service/local/staging/repository/orgeclipsemicroprofile-1368 6 > Content-Type: application/xml; charset=UTF-8 6 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> "GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Tue, 17 Nov 2020 14:32:10 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1151[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Tue, 17 Nov 2020 14:32:10 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1151 [DEBUG] << Connection: keep-alive [DEBUG] << Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " 72ca920b8d0826[\n]" [DEBUG] << " org.eclipse.microprofile[\n]" [DEBUG] << " repository[\n]" [DEBUG] << " orgeclipsemicroprofile-1368[\n]" [DEBUG] << " closed[\n]" [DEBUG] << " release[\n]" [DEBUG] << " microprofile-dev[\n]" [DEBUG] << " Nexus-Client/2.7.2-01[\n]" [DEBUG] << " 198.41.30.195[\n]" [DEBUG] << " https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368[\n]" [DEBUG] << " 2020-11-17T05:10:06.147Z[\n]" [DEBUG] << " Tue Nov 17 05:10:06 UTC 2020[\n]" [DEBUG] << " 1605589806147[\n]" [DEBUG] << " 2020-11-17T05:10:48.003Z[\n]" [DEBUG] << " Tue Nov 17 05:10:48 UTC 2020[\n]" [DEBUG] << " 1605589848003[\n]" [DEBUG] << " org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1[\n]" [DEBUG] << " maven2[\n]" [DEBUG] << " releases[\n]" [DEBUG] << " Releases[\n]" [DEBUG] << " 0[\n]" [DEBUG] << " true[\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Nov 17, 2020 2:32:10 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 6 * Client in-bound response 6 < 200 6 < Date: Tue, 17 Nov 2020 14:32:10 GMT 6 < Content-Type: application/xml; charset=UTF-8 6 < Content-Length: 1151 6 < Connection: keep-alive 6 < Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 6 < X-Frame-Options: SAMEORIGIN 6 < X-Content-Type-Options: nosniff 6 < Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept 6 < 72ca920b8d0826 org.eclipse.microprofile repository orgeclipsemicroprofile-1368 closed release microprofile-dev Nexus-Client/2.7.2-01 198.41.30.195 https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368 2020-11-17T05:10:06.147Z Tue Nov 17 05:10:06 UTC 2020 1605589806147 2020-11-17T05:10:48.003Z Tue Nov 17 05:10:48 UTC 2020 1605589848003 org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1 maven2 releases Releases 0 true [DEBUG] PAUSE at 6.187 s [DEBUG] TICK at 9.187 s [DEBUG] Checking repository: orgeclipsemicroprofile-1368 Nov 17, 2020 2:32:13 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 7 * Client out-bound request 7 > GET https://oss.sonatype.org:443/service/local/staging/repository/orgeclipsemicroprofile-1368 7 > Content-Type: application/xml; charset=UTF-8 7 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> "GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Tue, 17 Nov 2020 14:32:13 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1151[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Tue, 17 Nov 2020 14:32:13 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1151 [DEBUG] << Connection: keep-alive [DEBUG] << Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " 72ca920b8d0826[\n]" [DEBUG] << " org.eclipse.microprofile[\n]" [DEBUG] << " repository[\n]" [DEBUG] << " orgeclipsemicroprofile-1368[\n]" [DEBUG] << " closed[\n]" [DEBUG] << " release[\n]" [DEBUG] << " microprofile-dev[\n]" [DEBUG] << " Nexus-Client/2.7.2-01[\n]" [DEBUG] << " 198.41.30.195[\n]" [DEBUG] << " https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368[\n]" [DEBUG] << " 2020-11-17T05:10:06.147Z[\n]" [DEBUG] << " Tue Nov 17 05:10:06 UTC 2020[\n]" [DEBUG] << " 1605589806147[\n]" [DEBUG] << " 2020-11-17T05:10:48.003Z[\n]" [DEBUG] << " Tue Nov 17 05:10:48 UTC 2020[\n]" [DEBUG] << " 1605589848003[\n]" [DEBUG] << " org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1[\n]" [DEBUG] << " maven2[\n]" [DEBUG] << " releases[\n]" [DEBUG] << " Releases[\n]" [DEBUG] << " 0[\n]" [DEBUG] << " true[\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Nov 17, 2020 2:32:13 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 7 * Client in-bound response 7 < 200 7 < Date: Tue, 17 Nov 2020 14:32:13 GMT 7 < Content-Type: application/xml; charset=UTF-8 7 < Content-Length: 1151 7 < Connection: keep-alive 7 < Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 7 < X-Frame-Options: SAMEORIGIN 7 < X-Content-Type-Options: nosniff 7 < Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept 7 < 72ca920b8d0826 org.eclipse.microprofile repository orgeclipsemicroprofile-1368 closed release microprofile-dev Nexus-Client/2.7.2-01 198.41.30.195 https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368 2020-11-17T05:10:06.147Z Tue Nov 17 05:10:06 UTC 2020 1605589806147 2020-11-17T05:10:48.003Z Tue Nov 17 05:10:48 UTC 2020 1605589848003 org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1 maven2 releases Releases 0 true [DEBUG] PAUSE at 9.238 s [DEBUG] TICK at 12.24 s [DEBUG] Checking repository: orgeclipsemicroprofile-1368 Nov 17, 2020 2:32:16 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 8 * Client out-bound request 8 > GET https://oss.sonatype.org:443/service/local/staging/repository/orgeclipsemicroprofile-1368 8 > Content-Type: application/xml; charset=UTF-8 8 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> "GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Tue, 17 Nov 2020 14:32:16 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1151[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Tue, 17 Nov 2020 14:32:16 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1151 [DEBUG] << Connection: keep-alive [DEBUG] << Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " 72ca920b8d0826[\n]" [DEBUG] << " org.eclipse.microprofile[\n]" [DEBUG] << " repository[\n]" [DEBUG] << " orgeclipsemicroprofile-1368[\n]" [DEBUG] << " closed[\n]" [DEBUG] << " release[\n]" [DEBUG] << " microprofile-dev[\n]" [DEBUG] << " Nexus-Client/2.7.2-01[\n]" [DEBUG] << " 198.41.30.195[\n]" [DEBUG] << " https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368[\n]" [DEBUG] << " 2020-11-17T05:10:06.147Z[\n]" [DEBUG] << " Tue Nov 17 05:10:06 UTC 2020[\n]" [DEBUG] << " 1605589806147[\n]" [DEBUG] << " 2020-11-17T14:32:14.858Z[\n]" [DEBUG] << " Tue Nov 17 14:32:14 UTC 2020[\n]" [DEBUG] << " 1605623534858[\n]" [DEBUG] << " org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1[\n]" [DEBUG] << " maven2[\n]" [DEBUG] << " releases[\n]" [DEBUG] << " Releases[\n]" [DEBUG] << " 0[\n]" [DEBUG] << " true[\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Nov 17, 2020 2:32:16 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 8 * Client in-bound response 8 < 200 8 < Date: Tue, 17 Nov 2020 14:32:16 GMT 8 < Content-Type: application/xml; charset=UTF-8 8 < Content-Length: 1151 8 < Connection: keep-alive 8 < Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 8 < X-Frame-Options: SAMEORIGIN 8 < X-Content-Type-Options: nosniff 8 < Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept 8 < 72ca920b8d0826 org.eclipse.microprofile repository orgeclipsemicroprofile-1368 closed release microprofile-dev Nexus-Client/2.7.2-01 198.41.30.195 https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368 2020-11-17T05:10:06.147Z Tue Nov 17 05:10:06 UTC 2020 1605589806147 2020-11-17T14:32:14.858Z Tue Nov 17 14:32:14 UTC 2020 1605623534858 org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1 maven2 releases Releases 0 true [DEBUG] PAUSE at 12.29 s [DEBUG] TICK at 15.29 s [DEBUG] Checking repository: orgeclipsemicroprofile-1368 Nov 17, 2020 2:32:19 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 9 * Client out-bound request 9 > GET https://oss.sonatype.org:443/service/local/staging/repository/orgeclipsemicroprofile-1368 9 > Content-Type: application/xml; charset=UTF-8 9 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> "GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Tue, 17 Nov 2020 14:32:22 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1151[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Tue, 17 Nov 2020 14:32:22 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1151 [DEBUG] << Connection: keep-alive [DEBUG] << Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " 72ca920b8d0826[\n]" [DEBUG] << " org.eclipse.microprofile[\n]" [DEBUG] << " repository[\n]" [DEBUG] << " orgeclipsemicroprofile-1368[\n]" [DEBUG] << " closed[\n]" [DEBUG] << " release[\n]" [DEBUG] << " microprofile-dev[\n]" [DEBUG] << " Nexus-Client/2.7.2-01[\n]" [DEBUG] << " 198.41.30.195[\n]" [DEBUG] << " https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368[\n]" [DEBUG] << " 2020-11-17T05:10:06.147Z[\n]" [DEBUG] << " Tue Nov 17 05:10:06 UTC 2020[\n]" [DEBUG] << " 1605589806147[\n]" [DEBUG] << " 2020-11-17T14:32:14.858Z[\n]" [DEBUG] << " Tue Nov 17 14:32:14 UTC 2020[\n]" [DEBUG] << " 1605623534858[\n]" [DEBUG] << " org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1[\n]" [DEBUG] << " maven2[\n]" [DEBUG] << " releases[\n]" [DEBUG] << " Releases[\n]" [DEBUG] << " 0[\n]" [DEBUG] << " true[\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Nov 17, 2020 2:32:22 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 9 * Client in-bound response 9 < 200 9 < Date: Tue, 17 Nov 2020 14:32:22 GMT 9 < Content-Type: application/xml; charset=UTF-8 9 < Content-Length: 1151 9 < Connection: keep-alive 9 < Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 9 < X-Frame-Options: SAMEORIGIN 9 < X-Content-Type-Options: nosniff 9 < Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept 9 < 72ca920b8d0826 org.eclipse.microprofile repository orgeclipsemicroprofile-1368 closed release microprofile-dev Nexus-Client/2.7.2-01 198.41.30.195 https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368 2020-11-17T05:10:06.147Z Tue Nov 17 05:10:06 UTC 2020 1605589806147 2020-11-17T14:32:14.858Z Tue Nov 17 14:32:14 UTC 2020 1605623534858 org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1 maven2 releases Releases 0 true [DEBUG] PAUSE at 18.16 s [DEBUG] TICK at 21.16 s [DEBUG] Checking repository: orgeclipsemicroprofile-1368 Nov 17, 2020 2:32:25 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 10 * Client out-bound request 10 > GET https://oss.sonatype.org:443/service/local/staging/repository/orgeclipsemicroprofile-1368 10 > Content-Type: application/xml; charset=UTF-8 10 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> "GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Tue, 17 Nov 2020 14:32:28 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1151[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Tue, 17 Nov 2020 14:32:28 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1151 [DEBUG] << Connection: keep-alive [DEBUG] << Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " 72ca920b8d0826[\n]" [DEBUG] << " org.eclipse.microprofile[\n]" [DEBUG] << " repository[\n]" [DEBUG] << " orgeclipsemicroprofile-1368[\n]" [DEBUG] << " closed[\n]" [DEBUG] << " release[\n]" [DEBUG] << " microprofile-dev[\n]" [DEBUG] << " Nexus-Client/2.7.2-01[\n]" [DEBUG] << " 198.41.30.195[\n]" [DEBUG] << " https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368[\n]" [DEBUG] << " 2020-11-17T05:10:06.147Z[\n]" [DEBUG] << " Tue Nov 17 05:10:06 UTC 2020[\n]" [DEBUG] << " 1605589806147[\n]" [DEBUG] << " 2020-11-17T14:32:14.858Z[\n]" [DEBUG] << " Tue Nov 17 14:32:14 UTC 2020[\n]" [DEBUG] << " 1605623534858[\n]" [DEBUG] << " org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1[\n]" [DEBUG] << " maven2[\n]" [DEBUG] << " releases[\n]" [DEBUG] << " Releases[\n]" [DEBUG] << " 0[\n]" [DEBUG] << " true[\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Nov 17, 2020 2:32:28 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 10 * Client in-bound response 10 < 200 10 < Date: Tue, 17 Nov 2020 14:32:28 GMT 10 < Content-Type: application/xml; charset=UTF-8 10 < Content-Length: 1151 10 < Connection: keep-alive 10 < Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 10 < X-Frame-Options: SAMEORIGIN 10 < X-Content-Type-Options: nosniff 10 < Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept 10 < 72ca920b8d0826 org.eclipse.microprofile repository orgeclipsemicroprofile-1368 closed release microprofile-dev Nexus-Client/2.7.2-01 198.41.30.195 https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368 2020-11-17T05:10:06.147Z Tue Nov 17 05:10:06 UTC 2020 1605589806147 2020-11-17T14:32:14.858Z Tue Nov 17 14:32:14 UTC 2020 1605623534858 org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1 maven2 releases Releases 0 true [DEBUG] PAUSE at 24.49 s [DEBUG] TICK at 27.49 s [DEBUG] Checking repository: orgeclipsemicroprofile-1368 Nov 17, 2020 2:32:31 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 11 * Client out-bound request 11 > GET https://oss.sonatype.org:443/service/local/staging/repository/orgeclipsemicroprofile-1368 11 > Content-Type: application/xml; charset=UTF-8 11 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> "GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Tue, 17 Nov 2020 14:32:31 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1151[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Tue, 17 Nov 2020 14:32:31 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1151 [DEBUG] << Connection: keep-alive [DEBUG] << Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " 72ca920b8d0826[\n]" [DEBUG] << " org.eclipse.microprofile[\n]" [DEBUG] << " repository[\n]" [DEBUG] << " orgeclipsemicroprofile-1368[\n]" [DEBUG] << " closed[\n]" [DEBUG] << " release[\n]" [DEBUG] << " microprofile-dev[\n]" [DEBUG] << " Nexus-Client/2.7.2-01[\n]" [DEBUG] << " 198.41.30.195[\n]" [DEBUG] << " https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368[\n]" [DEBUG] << " 2020-11-17T05:10:06.147Z[\n]" [DEBUG] << " Tue Nov 17 05:10:06 UTC 2020[\n]" [DEBUG] << " 1605589806147[\n]" [DEBUG] << " 2020-11-17T14:32:14.858Z[\n]" [DEBUG] << " Tue Nov 17 14:32:14 UTC 2020[\n]" [DEBUG] << " 1605623534858[\n]" [DEBUG] << " org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1[\n]" [DEBUG] << " maven2[\n]" [DEBUG] << " releases[\n]" [DEBUG] << " Releases[\n]" [DEBUG] << " 0[\n]" [DEBUG] << " true[\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Nov 17, 2020 2:32:31 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 11 * Client in-bound response 11 < 200 11 < Date: Tue, 17 Nov 2020 14:32:31 GMT 11 < Content-Type: application/xml; charset=UTF-8 11 < Content-Length: 1151 11 < Connection: keep-alive 11 < Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 11 < X-Frame-Options: SAMEORIGIN 11 < X-Content-Type-Options: nosniff 11 < Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept 11 < 72ca920b8d0826 org.eclipse.microprofile repository orgeclipsemicroprofile-1368 closed release microprofile-dev Nexus-Client/2.7.2-01 198.41.30.195 https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368 2020-11-17T05:10:06.147Z Tue Nov 17 05:10:06 UTC 2020 1605589806147 2020-11-17T14:32:14.858Z Tue Nov 17 14:32:14 UTC 2020 1605623534858 org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1 maven2 releases Releases 0 true [DEBUG] PAUSE at 27.54 s [DEBUG] TICK at 30.54 s [DEBUG] Checking repository: orgeclipsemicroprofile-1368 Nov 17, 2020 2:32:34 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 12 * Client out-bound request 12 > GET https://oss.sonatype.org:443/service/local/staging/repository/orgeclipsemicroprofile-1368 12 > Content-Type: application/xml; charset=UTF-8 12 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> "GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Tue, 17 Nov 2020 14:32:34 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1151[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Tue, 17 Nov 2020 14:32:34 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1151 [DEBUG] << Connection: keep-alive [DEBUG] << Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " 72ca920b8d0826[\n]" [DEBUG] << " org.eclipse.microprofile[\n]" [DEBUG] << " repository[\n]" [DEBUG] << " orgeclipsemicroprofile-1368[\n]" [DEBUG] << " closed[\n]" [DEBUG] << " release[\n]" [DEBUG] << " microprofile-dev[\n]" [DEBUG] << " Nexus-Client/2.7.2-01[\n]" [DEBUG] << " 198.41.30.195[\n]" [DEBUG] << " https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368[\n]" [DEBUG] << " 2020-11-17T05:10:06.147Z[\n]" [DEBUG] << " Tue Nov 17 05:10:06 UTC 2020[\n]" [DEBUG] << " 1605589806147[\n]" [DEBUG] << " 2020-11-17T14:32:14.858Z[\n]" [DEBUG] << " Tue Nov 17 14:32:14 UTC 2020[\n]" [DEBUG] << " 1605623534858[\n]" [DEBUG] << " org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1[\n]" [DEBUG] << " maven2[\n]" [DEBUG] << " releases[\n]" [DEBUG] << " Releases[\n]" [DEBUG] << " 0[\n]" [DEBUG] << " true[\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Nov 17, 2020 2:32:34 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 12 * Client in-bound response 12 < 200 12 < Date: Tue, 17 Nov 2020 14:32:34 GMT 12 < Content-Type: application/xml; charset=UTF-8 12 < Content-Length: 1151 12 < Connection: keep-alive 12 < Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 12 < X-Frame-Options: SAMEORIGIN 12 < X-Content-Type-Options: nosniff 12 < Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept 12 < 72ca920b8d0826 org.eclipse.microprofile repository orgeclipsemicroprofile-1368 closed release microprofile-dev Nexus-Client/2.7.2-01 198.41.30.195 https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368 2020-11-17T05:10:06.147Z Tue Nov 17 05:10:06 UTC 2020 1605589806147 2020-11-17T14:32:14.858Z Tue Nov 17 14:32:14 UTC 2020 1605623534858 org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1 maven2 releases Releases 0 true [DEBUG] PAUSE at 30.59 s [DEBUG] TICK at 33.59 s [DEBUG] Checking repository: orgeclipsemicroprofile-1368 Nov 17, 2020 2:32:37 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 13 * Client out-bound request 13 > GET https://oss.sonatype.org:443/service/local/staging/repository/orgeclipsemicroprofile-1368 13 > Content-Type: application/xml; charset=UTF-8 13 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> "GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Tue, 17 Nov 2020 14:32:38 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1151[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Tue, 17 Nov 2020 14:32:38 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1151 [DEBUG] << Connection: keep-alive [DEBUG] << Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " 72ca920b8d0826[\n]" [DEBUG] << " org.eclipse.microprofile[\n]" [DEBUG] << " repository[\n]" [DEBUG] << " orgeclipsemicroprofile-1368[\n]" [DEBUG] << " closed[\n]" [DEBUG] << " release[\n]" [DEBUG] << " microprofile-dev[\n]" [DEBUG] << " Nexus-Client/2.7.2-01[\n]" [DEBUG] << " 198.41.30.195[\n]" [DEBUG] << " https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368[\n]" [DEBUG] << " 2020-11-17T05:10:06.147Z[\n]" [DEBUG] << " Tue Nov 17 05:10:06 UTC 2020[\n]" [DEBUG] << " 1605589806147[\n]" [DEBUG] << " 2020-11-17T14:32:14.858Z[\n]" [DEBUG] << " Tue Nov 17 14:32:14 UTC 2020[\n]" [DEBUG] << " 1605623534858[\n]" [DEBUG] << " org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1[\n]" [DEBUG] << " maven2[\n]" [DEBUG] << " releases[\n]" [DEBUG] << " Releases[\n]" [DEBUG] << " 0[\n]" [DEBUG] << " true[\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Nov 17, 2020 2:32:38 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 13 * Client in-bound response 13 < 200 13 < Date: Tue, 17 Nov 2020 14:32:38 GMT 13 < Content-Type: application/xml; charset=UTF-8 13 < Content-Length: 1151 13 < Connection: keep-alive 13 < Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 13 < X-Frame-Options: SAMEORIGIN 13 < X-Content-Type-Options: nosniff 13 < Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept 13 < 72ca920b8d0826 org.eclipse.microprofile repository orgeclipsemicroprofile-1368 closed release microprofile-dev Nexus-Client/2.7.2-01 198.41.30.195 https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368 2020-11-17T05:10:06.147Z Tue Nov 17 05:10:06 UTC 2020 1605589806147 2020-11-17T14:32:14.858Z Tue Nov 17 14:32:14 UTC 2020 1605623534858 org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1 maven2 releases Releases 0 true [DEBUG] PAUSE at 33.64 s [DEBUG] TICK at 36.64 s [DEBUG] Checking repository: orgeclipsemicroprofile-1368 Nov 17, 2020 2:32:41 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 14 * Client out-bound request 14 > GET https://oss.sonatype.org:443/service/local/staging/repository/orgeclipsemicroprofile-1368 14 > Content-Type: application/xml; charset=UTF-8 14 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> "GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Tue, 17 Nov 2020 14:32:41 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1151[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Tue, 17 Nov 2020 14:32:41 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1151 [DEBUG] << Connection: keep-alive [DEBUG] << Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " 72ca920b8d0826[\n]" [DEBUG] << " org.eclipse.microprofile[\n]" [DEBUG] << " repository[\n]" [DEBUG] << " orgeclipsemicroprofile-1368[\n]" [DEBUG] << " closed[\n]" [DEBUG] << " release[\n]" [DEBUG] << " microprofile-dev[\n]" [DEBUG] << " Nexus-Client/2.7.2-01[\n]" [DEBUG] << " 198.41.30.195[\n]" [DEBUG] << " https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368[\n]" [DEBUG] << " 2020-11-17T05:10:06.147Z[\n]" [DEBUG] << " Tue Nov 17 05:10:06 UTC 2020[\n]" [DEBUG] << " 1605589806147[\n]" [DEBUG] << " 2020-11-17T14:32:14.858Z[\n]" [DEBUG] << " Tue Nov 17 14:32:14 UTC 2020[\n]" [DEBUG] << " 1605623534858[\n]" [DEBUG] << " org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1[\n]" [DEBUG] << " maven2[\n]" [DEBUG] << " releases[\n]" [DEBUG] << " Releases[\n]" [DEBUG] << " 0[\n]" [DEBUG] << " true[\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Nov 17, 2020 2:32:41 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 14 * Client in-bound response 14 < 200 14 < Date: Tue, 17 Nov 2020 14:32:41 GMT 14 < Content-Type: application/xml; charset=UTF-8 14 < Content-Length: 1151 14 < Connection: keep-alive 14 < Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 14 < X-Frame-Options: SAMEORIGIN 14 < X-Content-Type-Options: nosniff 14 < Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept 14 < 72ca920b8d0826 org.eclipse.microprofile repository orgeclipsemicroprofile-1368 closed release microprofile-dev Nexus-Client/2.7.2-01 198.41.30.195 https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368 2020-11-17T05:10:06.147Z Tue Nov 17 05:10:06 UTC 2020 1605589806147 2020-11-17T14:32:14.858Z Tue Nov 17 14:32:14 UTC 2020 1605623534858 org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1 maven2 releases Releases 0 true [DEBUG] PAUSE at 36.70 s [DEBUG] TICK at 39.70 s [DEBUG] Checking repository: orgeclipsemicroprofile-1368 Nov 17, 2020 2:32:44 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 15 * Client out-bound request 15 > GET https://oss.sonatype.org:443/service/local/staging/repository/orgeclipsemicroprofile-1368 15 > Content-Type: application/xml; charset=UTF-8 15 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> "GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Tue, 17 Nov 2020 14:32:44 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1151[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Tue, 17 Nov 2020 14:32:44 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1151 [DEBUG] << Connection: keep-alive [DEBUG] << Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " 72ca920b8d0826[\n]" [DEBUG] << " org.eclipse.microprofile[\n]" [DEBUG] << " repository[\n]" [DEBUG] << " orgeclipsemicroprofile-1368[\n]" [DEBUG] << " closed[\n]" [DEBUG] << " release[\n]" [DEBUG] << " microprofile-dev[\n]" [DEBUG] << " Nexus-Client/2.7.2-01[\n]" [DEBUG] << " 198.41.30.195[\n]" [DEBUG] << " https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368[\n]" [DEBUG] << " 2020-11-17T05:10:06.147Z[\n]" [DEBUG] << " Tue Nov 17 05:10:06 UTC 2020[\n]" [DEBUG] << " 1605589806147[\n]" [DEBUG] << " 2020-11-17T14:32:14.858Z[\n]" [DEBUG] << " Tue Nov 17 14:32:14 UTC 2020[\n]" [DEBUG] << " 1605623534858[\n]" [DEBUG] << " org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1[\n]" [DEBUG] << " maven2[\n]" [DEBUG] << " releases[\n]" [DEBUG] << " Releases[\n]" [DEBUG] << " 0[\n]" [DEBUG] << " true[\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Nov 17, 2020 2:32:44 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 15 * Client in-bound response 15 < 200 15 < Date: Tue, 17 Nov 2020 14:32:44 GMT 15 < Content-Type: application/xml; charset=UTF-8 15 < Content-Length: 1151 15 < Connection: keep-alive 15 < Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 15 < X-Frame-Options: SAMEORIGIN 15 < X-Content-Type-Options: nosniff 15 < Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept 15 < 72ca920b8d0826 org.eclipse.microprofile repository orgeclipsemicroprofile-1368 closed release microprofile-dev Nexus-Client/2.7.2-01 198.41.30.195 https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368 2020-11-17T05:10:06.147Z Tue Nov 17 05:10:06 UTC 2020 1605589806147 2020-11-17T14:32:14.858Z Tue Nov 17 14:32:14 UTC 2020 1605623534858 org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1 maven2 releases Releases 0 true [DEBUG] PAUSE at 39.79 s [DEBUG] TICK at 42.79 s [DEBUG] Checking repository: orgeclipsemicroprofile-1368 Nov 17, 2020 2:32:47 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 16 * Client out-bound request 16 > GET https://oss.sonatype.org:443/service/local/staging/repository/orgeclipsemicroprofile-1368 16 > Content-Type: application/xml; charset=UTF-8 16 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> "GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Tue, 17 Nov 2020 14:32:59 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1151[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Tue, 17 Nov 2020 14:32:59 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1151 [DEBUG] << Connection: keep-alive [DEBUG] << Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " 72ca920b8d0826[\n]" [DEBUG] << " org.eclipse.microprofile[\n]" [DEBUG] << " repository[\n]" [DEBUG] << " orgeclipsemicroprofile-1368[\n]" [DEBUG] << " closed[\n]" [DEBUG] << " release[\n]" [DEBUG] << " microprofile-dev[\n]" [DEBUG] << " Nexus-Client/2.7.2-01[\n]" [DEBUG] << " 198.41.30.195[\n]" [DEBUG] << " https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368[\n]" [DEBUG] << " 2020-11-17T05:10:06.147Z[\n]" [DEBUG] << " Tue Nov 17 05:10:06 UTC 2020[\n]" [DEBUG] << " 1605589806147[\n]" [DEBUG] << " 2020-11-17T14:32:14.858Z[\n]" [DEBUG] << " Tue Nov 17 14:32:14 UTC 2020[\n]" [DEBUG] << " 1605623534858[\n]" [DEBUG] << " org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1[\n]" [DEBUG] << " maven2[\n]" [DEBUG] << " releases[\n]" [DEBUG] << " Releases[\n]" [DEBUG] << " 0[\n]" [DEBUG] << " true[\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Nov 17, 2020 2:32:59 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 16 * Client in-bound response 16 < 200 16 < Date: Tue, 17 Nov 2020 14:32:59 GMT 16 < Content-Type: application/xml; charset=UTF-8 16 < Content-Length: 1151 16 < Connection: keep-alive 16 < Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 16 < X-Frame-Options: SAMEORIGIN 16 < X-Content-Type-Options: nosniff 16 < Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept 16 < 72ca920b8d0826 org.eclipse.microprofile repository orgeclipsemicroprofile-1368 closed release microprofile-dev Nexus-Client/2.7.2-01 198.41.30.195 https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368 2020-11-17T05:10:06.147Z Tue Nov 17 05:10:06 UTC 2020 1605589806147 2020-11-17T14:32:14.858Z Tue Nov 17 14:32:14 UTC 2020 1605623534858 org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1 maven2 releases Releases 0 true [DEBUG] PAUSE at 54.65 s [DEBUG] TICK at 57.65 s [DEBUG] Checking repository: orgeclipsemicroprofile-1368 Nov 17, 2020 2:33:02 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 17 * Client out-bound request 17 > GET https://oss.sonatype.org:443/service/local/staging/repository/orgeclipsemicroprofile-1368 17 > Content-Type: application/xml; charset=UTF-8 17 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> "GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/repository/orgeclipsemicroprofile-1368 HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic NVcwQUI1dTA6c0hpaTlzL0laTUVzVkZ4VllvMlJDMld5RFQ5anlSQ2JLVEJjRnIraHM2MHQ= [DEBUG] << "HTTP/1.1 404 Not Found[\r][\n]" [DEBUG] << "Date: Tue, 17 Nov 2020 14:33:04 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 158[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 404 Not Found [DEBUG] << HTTP/1.1 404 Not Found [DEBUG] << Date: Tue, 17 Nov 2020 14:33:04 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 158 [DEBUG] << Connection: keep-alive [DEBUG] << Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " [\n]" [DEBUG] << " [\n]" [DEBUG] << " *[\n]" [DEBUG] << " No such repository: orgeclipsemicroprofile-1368[\n]" [DEBUG] << " [\n]" [DEBUG] << " [\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Nov 17, 2020 2:33:04 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 17 * Client in-bound response 17 < 404 17 < Date: Tue, 17 Nov 2020 14:33:04 GMT 17 < Content-Type: application/xml; charset=UTF-8 17 < Content-Length: 158 17 < Connection: keep-alive 17 < Server: Nexus/2.14.19-01 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 17 < X-Frame-Options: SAMEORIGIN 17 < X-Content-Type-Options: nosniff 17 < Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept 17 < * No such repository: orgeclipsemicroprofile-1368 [DEBUG] Repository was removed; stop watching it [DEBUG] orgeclipsemicroprofile-1368 REMOVED [DEBUG] STOP after 60.13 s [INFO] Dropped [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:01 min [INFO] Finished at: 2020-11-17T14:33:04Z [INFO] ------------------------------------------------------------------------ + exit 0 Finished: SUCCESS